Folding for Multi-Line Comments
Posted: Fri Feb 03, 2017 7:30 pm
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:
Code: Select all
; 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