PlanetSquires Forums

Support Forums => Other Software and Code => Topic started by: Marc Van Cauwenberghe on August 20, 2007, 09:33:08 AM

Title: Late unusual request
Post by: Marc Van Cauwenberghe on August 20, 2007, 09:33:08 AM
One thing I would love to have and haven't found anywhere is the ability to hide lines in the editor.
I have a lot of comments and debug info in my source and I sometimes don't see the real code any more.
It would be nice if you could hide say all line beginning with '{space}. That would get rid of all my comments for instance.
To make it a full feature you should make it possible to define them and hide them separately.

name             beginning character(s)
remarks               '{space}
info                    '---{space}
debuginfo            ffdebug(
etc...

Wel FF 3.5 maybe  ;)

Marc
   
Title: Re: Late unusual request
Post by: TechSupport on August 20, 2007, 01:08:48 PM
I had another person mention this type of functionality to me back in the day when I was writing JellyFish Pro. It is certainly interesting. I wouldn't expect to see it in FF 3 because I am trying my best to freeze the number of features to the road map document that I prepared way back when I started the update process.

I have been able to code folding working in the new editor so at least that is a little bit of a good start.  :)

Title: Re: Late unusual request
Post by: Marc Van Cauwenberghe on August 20, 2007, 01:47:26 PM
QuoteI have been able to code folding working in the new editor so at least that is a little bit of a good start.

I would think that is a great bit of a good start  ;)

Marc