Page 1 of 1

PureBasic Editor : Goto matching folding symbol

Posted: Tue Sep 22, 2015 5:34 am
by Blue
It would be really useful to have a 'Goto matching folding symbol' that would operate the very same way as the current 'Goto matching keyword', but for folding symbols of course.

Re: PureBasic Editor : Goto matching folding symbol

Posted: Tue Sep 22, 2015 6:08 am
by skywalk
Ha! I would use that often.

Code: Select all

;-{ Section Start       ;<-- Ctrl+k jumps to Section End.
;
;-} Section End         ;<-- Ctrl+k jumps to Section Start.

Re: PureBasic Editor : Goto matching folding symbol

Posted: Tue Sep 22, 2015 7:33 am
by davido
@ skywalk,
Thank you. :oops: