Ctrl key+mouse click on macro name

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
RSBasic
Moderator
Moderator
Posts: 1228
Joined: Thu Dec 31, 2009 11:05 pm
Location: Gernsbach (Germany)
Contact:

Ctrl key+mouse click on macro name

Post by RSBasic »

Hello

It is possible to click on a procedure name with Ctrl+mouse click to jump to the procedure.
But it is not possible to click on a macro name with Ctrl+mouse click to jump to the macro.

It would be nice if I can also click to jump to macros. Thank you
Image
Image
#NULL
Addict
Addict
Posts: 1497
Joined: Thu Aug 30, 2007 11:54 pm
Location: right here

Re: Ctrl key+mouse click on macro name

Post by #NULL »

+1
And jump to 'Procedure ..' from 'Declare ' and vice versa. And jump to 'Define ' etc. from variable. :)
User avatar
RSBasic
Moderator
Moderator
Posts: 1228
Joined: Thu Dec 31, 2009 11:05 pm
Location: Gernsbach (Germany)
Contact:

Re: Ctrl key+mouse click on macro name

Post by RSBasic »

#NULL wrote:And jump to 'Procedure ..' from 'Declare ' and vice versa. And jump to 'Define ' etc. from variable. :)
+1

And Structure, NewList, NewMap variable, ...
Image
Image
Dude
Addict
Addict
Posts: 1907
Joined: Mon Feb 16, 2015 2:49 pm

Re: Ctrl key+mouse click on macro name

Post by Dude »

+1, I've been asking for this for years.

Also: To jump from start to end of a procedure quickly (because the procedure is long), without having to scroll manually and spot the "EndProcedure" keyword. ;)
User avatar
skywalk
Addict
Addict
Posts: 4211
Joined: Wed Dec 23, 2009 10:14 pm
Location: Boston, MA

Re: Ctrl key+mouse click on macro name

Post by skywalk »

Dude wrote:+1, I've been asking for this for years.

Also: To jump from start to end of a procedure quickly (because the procedure is long), without having to scroll manually and spot the "EndProcedure" keyword. ;)
You can use [Ctrl+k] while sitting on PB keywords. The IDE will jump to the next element in the fold. Procedure..EndProcedure, If..Else..Endif, etc.
The nice thing about standards is there are so many to choose from. ~ Andrew Tanenbaum
mestnyi
Addict
Addict
Posts: 1098
Joined: Mon Nov 25, 2013 6:41 am

Re: Ctrl key+mouse click on macro name

Post by mestnyi »

RSBasic wrote:
#NULL wrote:And jump to 'Procedure ..' from 'Declare ' and vice versa. And jump to 'Define ' etc. from variable. :)
+1

And Structure, NewList, NewMap variable, ...
+1
davido
Addict
Addict
Posts: 1890
Joined: Fri Nov 09, 2012 11:04 pm
Location: Uttoxeter, UK

Re: Ctrl key+mouse click on macro name

Post by davido »

+1
DE AA EB
Dude
Addict
Addict
Posts: 1907
Joined: Mon Feb 16, 2015 2:49 pm

Re: Ctrl key+mouse click on macro name

Post by Dude »

skywalk wrote:You can use [Ctrl+k] while sitting on PB keywords. The IDE will jump to the next element in the fold. Procedure..EndProcedure, If..Else..Endif, etc.
:shock: Mind blown! I wasn't aware of that. Thank you! :D
Post Reply