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
Ctrl key+mouse click on macro name
Re: Ctrl key+mouse click on macro name
+1
And jump to 'Procedure ..' from 'Declare ' and vice versa. And jump to 'Define ' etc. from variable.
And jump to 'Procedure ..' from 'Declare ' and vice versa. And jump to 'Define ' etc. from variable.

- RSBasic
- Moderator
- Posts: 1228
- Joined: Thu Dec 31, 2009 11:05 pm
- Location: Gernsbach (Germany)
- Contact:
Re: Ctrl key+mouse click on macro name
+1#NULL wrote:And jump to 'Procedure ..' from 'Declare ' and vice versa. And jump to 'Define ' etc. from variable.
And Structure, NewList, NewMap variable, ...
Re: Ctrl key+mouse click on macro name
+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.
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
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.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.
The nice thing about standards is there are so many to choose from. ~ Andrew Tanenbaum
Re: Ctrl key+mouse click on macro name
+1RSBasic wrote:+1#NULL wrote:And jump to 'Procedure ..' from 'Declare ' and vice versa. And jump to 'Define ' etc. from variable.
And Structure, NewList, NewMap variable, ...
Re: Ctrl key+mouse click on macro name
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.

