Topic: Editor highlighting button
Feature request
Would it be possible to add a button to the editor to enable us to highlight parts of a source file? Highlighting should obviously be ignored by the compiler, but it would be a very useful aid to visual debugging.
A facility to highlight selected text in a drop-down-selected colour would be ideal, although even if we were limited to, say, yellow, it would still be very useful.
It would also be ideal if highlighting was saved when a file was saved, but this is also 'dowithoutable'.
Usefulness
A problem I often have to correct is an error message about incorrect nesting of loops. I search and search through the code, visually tracking the beginning and end of each DO and each IF. Errors in simple nesting aren't so hard to correct but when there are sequential as well as nested DOs and IFs, and when they straddle more code than I can fit on one screen, so I have to keep scrolling, it is very difficult to keep track!
I currently use the mouse to select a block of code and 'grow' my selection outwards (upwards and downwards) from the innermost loop but I can't multi-select separate blocks. Highlighting would be a great improvement over this.
---
John