[comp.lang.pascal] File viewer / editor procedures

sigurgoj@tharkas.is (Sigurgeir Jonsson) (03/11/91)

Hi there..

Do you know of any UNIT which has routines which allow editing (like the 
MEMO unit in the Turbo Power professional).. I has to be able to VIEW files, 
edit them, and be (preferably) run in a window (X1,Y1,X2,Y2)...

If you think you know about the right package, please tell me where I can 
FTP or mail-archive it..

Thanks,
Sigurgeir Jonsson     (sigurgoj@tharkas.is)

jham@mcs213g.cs.umr.edu (John Ham) (03/12/91)

Turbo Pascal 6.0 includes an editor for files of up to 64K with the
Turbo Vision code.  It has the same look and feel as the IDE editor.
The file is EDITORS.PAS in the TVISION directory (if you followed the
defaults).  It is hard to set it up to do anything wierd, but if you
just want some text edited it'll work great (multi-window, search&
replace, etc. are all included).  Hope this helps - jham@cs.umr.edu