Page 1 of 1
Ctrl key+mouse click on macro name
Posted: Fri Nov 16, 2018 10:18 am
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
Re: Ctrl key+mouse click on macro name
Posted: Fri Nov 16, 2018 11:16 am
by #NULL
+1
And jump to 'Procedure ..' from 'Declare ' and vice versa. And jump to 'Define ' etc. from variable.

Re: Ctrl key+mouse click on macro name
Posted: Fri Nov 16, 2018 11:55 am
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, ...
Re: Ctrl key+mouse click on macro name
Posted: Fri Nov 16, 2018 1:36 pm
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.

Re: Ctrl key+mouse click on macro name
Posted: Fri Nov 16, 2018 4:43 pm
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.
Re: Ctrl key+mouse click on macro name
Posted: Fri Nov 16, 2018 10:20 pm
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
Re: Ctrl key+mouse click on macro name
Posted: Sat Nov 17, 2018 3:37 am
by davido
+1
Re: Ctrl key+mouse click on macro name
Posted: Sat Nov 17, 2018 4:00 am
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.

Mind blown! I wasn't aware of that. Thank you!
