Folding in Functions?

Archives Forums/BlitzPlus Bug Reports/Folding in Functions?

diceman(Posted 2005) [#1]
It's no Bug, but would be a great feature:

Back in my GFA-Basic-Days there was an awesome thing, like folding in Functions per Hotkey (they were called "Procedures", though). You had your Procedures, which ran like this:

Procedure DoStuff
    DoStuff
    DoMoreStuff
    DoEvenMoreStuff
Return

And then you could fold the whole thing inwards, so it was just

>> Procedure DoStuff

And to fold the whole thing open again, you just had to place the cursor on the line and press your hotkey.
It was a great way to make your code seem a little bit more structured. Would something like this probably be possible with Blitz-Plus, too?


DarkMere(Posted 2005) [#2]
Hi diceman,

I too am an ex GFA-Basic coder, also a big fan of the folding procedures and functions.

Try Visual Blitz, its an editor that you can use with Blitz, you can find it here http://ed.rtv.free.fr/


Hotcakes(Posted 2005) [#3]
Or Protean (www.proteanide.co.uk).


diceman(Posted 2005) [#4]
Okay, thanks guys. Almost feeling at home, now.
"Visual Blitz" looks great.