Page 1 of 1

Purebasic Editor Comments

Posted: Thu Nov 20, 2008 1:00 am
by Inner
Could we make the comments folder able in the editor?

That way we can document our functions and close them up when we don't need to read them;

[+];~ Title
|;
|; <comments here>
|;
-;

Posted: Thu Nov 20, 2008 1:13 am
by freak
You can define your own fold markers with comments in the preferences, they just have to start with a ";" and contain no space.
By default, there is ";{" and ";}" defined to place custom fold marks.

Posted: Thu Nov 20, 2008 2:30 am
by Inner
DOH!! thanks freak :oops: