Text folding for subs and procedures

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post 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