Very nice.
But you forget the Shrink feature:
The code (as text, using LiveText) is:
#If False...#EndIf
In fact, this is a real use of the feature, as I have many lines of commented url = "" lines that bothered me, but I do not wanted to delete them (in case I need one of them I do not have to search then elsewhere).
Commenting these lines allow me to see directly the beginning of the code.
Another (and probably better use) is to “hide” a large comment block and keep the code readable (no one have to scroll to find the start of the code).
AND the comments are still there…
OR… You can add comments (in an Event, Method, Function…) without adding the “'” or "// " character(s) at each line start…
Very nice idea to highlight that: THANK YOU.
