Automatically add the folding option to multiple lines that only consist of comment -- meaning more than one line of any number of spaces/tabs plus "; [...]" like:
; This is a fancy multi-line comment
; explaining the following procedure.
; Here I would like to have the folding
; option on the left, please. :)
Procedure MyProc()
EndProcedure
; Here too! Having to use ;{ and ;} would look kind of
; ugly. Especially for "PbDoc"-like procedure comments as above.
#MY_CONST_1 = 1 ; Not here though.
#SECOND_CONST = 2 ; It's not just space in front of it
If any of you native English speakers have any suggestions for the above text, please let me know (via PM). Thanks!
;{ This is a fancy multi-line comment
; explaining the following procedure.
; Here I would like to have the folding
;} option on the left, please. :)
Thanks for your input. But as I said above (in the code block) I think it looks very ugly in my use-case, no?! Wouldn't it be great if comment-blocks would be detected automatically as in other IDEs?
If any of you native English speakers have any suggestions for the above text, please let me know (via PM). Thanks!