PureBasic Editor : Goto matching folding symbol

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
Blue
Addict
Addict
Posts: 880
Joined: Fri Oct 06, 2006 4:41 am
Location: Canada

PureBasic Editor : Goto matching folding symbol

Post 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.
"That's not a bug..." said the programmer. "it's a feature! "
"Oh! I see..." replied the blind man.
User avatar
skywalk
Addict
Addict
Posts: 3994
Joined: Wed Dec 23, 2009 10:14 pm
Location: Boston, MA

Re: PureBasic Editor : Goto matching folding symbol

Post 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.
The nice thing about standards is there are so many to choose from. ~ Andrew Tanenbaum
davido
Addict
Addict
Posts: 1890
Joined: Fri Nov 09, 2012 11:04 pm
Location: Uttoxeter, UK

Re: PureBasic Editor : Goto matching folding symbol

Post by davido »

@ skywalk,
Thank you. :oops:
DE AA EB
Post Reply