For the IDE i would love to see bookmarks
ex: press CTRL F1-F4 to set a bookmark
Press ALT F1-F4 to bring you to the bookmark
will make jumping around the code much quicker
Sean
for the IDE
Comments that being with ;- act like bookmarks.
From the docs:
[quote]
There is also a "procedure browser" area in the editor window (the long, thin area - either on the left or right of the window). This displays a list of the procedures in your current source file which you can click on to quickly jump to that procedure. You can also add lines to your source code which start with the symbols ;- and they too will appear in the procedure browser.
[quote]
http://www.purebasic.com/documentation/ ... ditor.html
From the docs:
[quote]
There is also a "procedure browser" area in the editor window (the long, thin area - either on the left or right of the window). This displays a list of the procedures in your current source file which you can click on to quickly jump to that procedure. You can also add lines to your source code which start with the symbols ;- and they too will appear in the procedure browser.
[quote]
http://www.purebasic.com/documentation/ ... ditor.html