02-02-2023, 01:06 AM
(02-01-2023, 04:34 PM)Balderdash Wrote: I don't see code folding as an unreasonable request but I'm also not going to be the one having to code such a thing. It could be quite difficult to do. But I don't think it would necessarily be more resource intensive, since code is hidden from display. I could be wrong, though. And if I am, I'm sure someone will be quick to let me know.
I agree that the collapsable block of code is a fine feature that can be useful, moreover it requests only a modding to the part of code that manage the output of the text in the editor window, in the case the QB64IDE has one routine to do this.
But I think that it is important to say that QB64 IDE has some navigation tools:
1. via Search menu you can use the Go To line (Ctrl+G) command
2. a Quick Navigation option that let you follow the flow of the code and go back using the little arrow to left appaering on the editor screen of the IDE
3. a Bookmark tool in which you can set some bookmark points by Alt+left arrow (How many you can set I dunno)) and navigate through these by Alt+up arrow and Alt+down arrow.