Page 1 of 1

A combined ;{ and ;-

Posted: Sun Jun 02, 2013 7:49 pm
by jassing
I use ;- to help identify sections as well as ;{ for structures and the like.

It would be nice to be able to combine the two:

Code: Select all

Structure MyStruct ;{- Main data structure
endstructure ;}
so that it would be expanded/compacted as well as easily spotted in the procedures pane.

Re: A combined ;{ and ;-

Posted: Sun Jun 02, 2013 8:33 pm
by skywalk
Edit your preferences - Editor - Folding - Folding start Keywords AND Folding end Keywords. :wink:

Re: A combined ;{ and ;-

Posted: Mon Jun 03, 2013 4:30 am
by jassing
D'oh! it's been one of those days... Never occurred to me to look in preferences.... thanks.
I was thinking a bit more generically, such that

;-{ test

Showed
> test
not
> { test