Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!wuarchive!sdd.hp.com!caen!uflorida!reef.cis.ufl.edu!jdb From: jdb@reef.cis.ufl.edu (Brian W.K. Hook) Newsgroups: comp.os.msdos.programmer Subject: Text Editors Message-ID: <25605@uflorida.cis.ufl.EDU> Date: 28 Nov 90 00:00:07 GMT References: <1990Nov27.201109.1507@wpi.WPI.EDU> Sender: news@uflorida.cis.ufl.EDU Organization: UF CIS Dept. Lines: 11 Does anyone know where the source code to a public domain text editor is located? I am interested in writing my own text editor, since most out there are kludgy (NORTON EDITOR), big (EPSILON, BRIEF, SAGE), ugly (EDLIN), or unsophisticated (TED, QED) or written for a particular language (TC). I want to write my own that implements common functions, ditches the overhead of a macro language etc. etc., and is easy to use. However, I am having a difficult time implementing the actual engine. The interface is easy, but the cursor movement, search routines, etc. etc. are rather irksome to do. I do NOT want to use an array, and I want to be able to edit files up to the size of available memory.