Collapse your Picaxe-editor's code

Clipboard16.jpg

Blocks use the { and } charcaters to create collapsable code!

In the Options menu of the Picaxe-editor, check "Use Collapsing blocks" in the "editor" - tab.

Then use the { and } around a part of the code, and you can expand / collapse it.

Boy, that took me some time to find out, and boy, that helps me creating overview!!

.. And now that everything can be neater, why not also use the

#rem
all you write in here
is out-commented.
You can just write a lot, and it does not have to be in one line, Hurray!!
#endrem

(Has anyone seen a manual for that editor anywhere, am I blind & stupid?)

I find myself using the

I find myself using the brackets to fake a C style function look, for tidyness :slight_smile: like this:

doRandomSequence:

{

gosub letsDoThis

return

}

awesome! it is very usefull,
awesome! it is very usefull, thx frits

same here. I happened to
same here. I happened to find this while exploring the options and adding the color mode.