[comp.sys.mac.programmer] Sample Text Editor

andrew@sparky.waterloo.edu (Andrew MacLean) (03/13/91)

    I am currently writing a text window for an application of ours. I was
wondering if anyone has, or knows the location of some sample source code
(in either Pascal (preferred) or in C) for a text editor. This text editor
needs to have scrollbars.

Thankyou
Andrew MacLean
Systems Design Engineer
University of Waterloo
andrew@sparky.uwaterloo.ca

Jim.Spencer@p510.f22.n282.z1.edgar.mn.org (Jim Spencer) (03/15/91)

Andrew Maclean writes in a message to All

AM>  I am currently writing a text window for an application of ours. 
AM> I was wondering if anyone has, or knows the location of some 
AM> sample source code (in either Pascal (preferred) or in C) for 
AM> a text editor. This text editor needs to have scrollbars.

You probably ought to start with DTS's sample source code SC.002.TESample.  The other place I would look is in Volume 2 of Macintosh Revealed which discusses in DETAIL a basic text editor program.