Group Markers enhancement
Posted: Thu Nov 25, 2021 4:23 am
We can select to view "group markers' in the procedure list pane.
Would be welcome if it also shows code regions (foldings).
AKA now we need this:
;{ Windows API
;-Windows API
...
;}
Which is redundant. Should be able to just use
;{ Windows API
...
;}
Would be welcome if it also shows code regions (foldings).
AKA now we need this:
;{ Windows API
;-Windows API
...
;}
Which is redundant. Should be able to just use
;{ Windows API
...
;}