Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!philabs!cmcl2!harvard!caip!nike!styx!lll-crg!lll-lcc!well!ljz From: ljz@well.UUCP (Lloyd Zusman) Newsgroups: net.micro,net.micro.pc Subject: Re: Turbo Editor Toolbox Message-ID: <1043@well.UUCP> Date: Wed, 7-May-86 20:14:00 EDT Article-I.D.: well.1043 Posted: Wed May 7 20:14:00 1986 Date-Received: Sat, 10-May-86 14:09:21 EDT References: <1771@panda.UUCP> Reply-To: ljz@well.UUCP (Lloyd Zusman) Organization: Whole Earth Lectronic Link, Sausalito CA Lines: 36 Xref: linus net.micro:13227 net.micro.pc:7752 [ "line eater"? ] In article <1771@panda.UUCP> plw@genrad.UUCP (Pete Williamson) writes: >Does anybody have any experience using Borland's Turbo Editor Toolbox? > >Specifically, is it source code that can be modified to become the >editor of your choice? > >Is it memory resident, like the Sidekick notepad? > >Any information on this would be appreciated. > >Thank you. > >-- > Pete Williamson >"By hook or by crook, we will !!" ... #2 I have the Editor Toolbox. It's a bunch of Turbo Pascal routines that can be used as building blocks for customized editors. It comes with 2 pre-made editors ... one is a small, sample editor, and the other is a full-blown Wordstar-type editor (similar to the built-in editor that comes with Turbo Pascal, but better). There's a fairly good instruction manual that tells you the basics of how to construct and editor and describes the existing routines. You get a .COM file (since this is Turbo Pascal) ... no resident capabilities unless you put them in yourself. But all the source code is there, and you can do pretty much what you please. Overall, I think it's one of Borland's more useful products. Oh yes, in addition, there are "hooks" in one of the source modules for interfacing with Turbo Lightning, if it's resident. It's not discussed in the documentation, but the (fairly well commented) source code shows you how to do this interface.