hi,
would it be possible to add multiple bookmarks to the RIDE (scite) editor?
Many IDEs use the key combination <CTRL>-<SHIFT>-<number> to set bookmarks 0-9,
and <CTRL>-<number> to jump back to that bookmark.
a second improvement would be to add an option to set the
folding level throughout a file. This allows you to browse
the code easily by folding all functions first, and then
selectively unfold functions.
a third improvement (but a harder one to implement)
would be to add a source code navigator.
It would fit the project tree window as sub-node of the filename.