Page 1 of 1

Posted: Mon Feb 25, 2002 5:24 pm
by BackupUser
Restored from previous forum. Originally posted by Roxxler.

Hi Fred,

here an idea for the PureBasic editor: text folding for subprograms and
procedures. With this the overview of a large source is much better.

example:

Procedure.s Test(something.b)
...
...
...
...
...
EndProcedure

Press a defined key if the cursor is on the line with the procedure
declaration and only one line is shown:

»Procedure.s Test(something.b)

Pressing the key again will show the complete procedure.


Greetings ..
Roxxler