Tech Support > Computers & Technology > Programming > Seeking text editor to provide text hiding/gathering.. and on reopening...
Seeking text editor to provide text hiding/gathering.. and on reopening...
Posted by Andy B on April 14th, 2004


Is this possible? I'm after a text editor for asp programming but one
which i can hide sections of code i.e. procedure details, or just any
long section. I know SciTE and Visual Studio .NET do this but only
temporarily. Once i've closed the file and reopened the hide
information is lost. I appreciate that no coder would want to have any
kind of insertion into their own code but i was hoping there would be
some method of storing this - perhaps in a project file of some kind.

Regards to the group,
Andy

Posted by Otto Wyss on April 14th, 2004


Andy B <coastalrocket@yahoo.co.uk> wrote:

edit files has it's own folding. So either this project file gets larger
and larger or you're loosing information when it's compacted. I guess
you won't find any editor which does this.

BTW my own editor ("http://freshmeat.net/projects/wxguide-editor/") uses
also the Scintilla library as SciTe.

O. Wyss

--
See a huge pile of work at " http://wyodesktop.sourceforge.net/"

Posted by José de Paula on April 14th, 2004


Em Wed, 14 Apr 2004 12:45:54 -0700, Andy B escreveu:

May I suggest vim, found at http://www.vim.org?
Look for "folding" in the documentation.
--
José de Paula Rodrigues Neto Assis Linux User 175920
Brasília - DF - Brasil counter.li.org

Posted by Andy B on April 15th, 2004


José de Paula <jose_de_paula@ig.com.br> wrote in message news:<pan.2004.04.14.23.38.19.284852@ig.com.br>...
Thank you Jose. That's incredible. It folds and holds. lovely.

Posted by Andy B on April 19th, 2004


coastalrocket@yahoo.co.uk (Andy B) wrote in message news:<f1523bf.0404151024.50b28f5@posting.google.co m>...
Ah no it doesn't - am i missing anything?


Similar Posts