Message-ID: <003801bff15f$e5988b70$ac294c3e@voodoostation> From: "Sergey Gorelov" To: "DJGPP conference" Subject: Re:text editor Date: Wed, 19 Jul 2000 13:00:57 +0400 MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Reply-To: djgpp AT delorie DOT com Hi. I did it in this way: 1. load text in a list double-linked of strings (can be slow and memory wasting for really big files, but I had to use this approach). 2. I wrote a GUI component which showed text beginning from N row and M colon, cropping it to its ends. 3. use arrow keys to shange M and N You can dowload it from my homepage www.sygot.hotmail.ru/downloads.htm Write if you want sources for the text editor. This GUI component is also included into my VoodooPattern library (same location) Sergey. _________________________________________ homepage: http://www.sygot.hotmail.ru