Good morning,
In the editor if I have a big script I often use "Variable/Code Explorer" found under the "Tools" menu item to find a particular subroutine. However, there is also a very handy tool found in the right click menu that is "Goto subroutine name". This is available at the bottom of the menu if one right clicks on a script line that is a GoSub> line. The issue is when the GoSub> has additional parameters, the "Goto subroutine name" menu item does not work. It will display the subroutine name and all of the parameters but selecting the menu item does not "Goto" to the subroutine.
I'm wondering if the right click function could be made to ignore the subroutine additional parameters and run even when parameters are present.
Thanks for listening,
Dick
Editor: Goto Subroutine Right Click Menu
Moderators: JRL, Dorian (MJT support)
Re: Editor: Goto Subroutine Right Click Menu
Very cool!
I never knew about those options.
Is there any way for it to work across files?
ie; FileA includes FileB and the subroutine is in FileB
I never knew about those options.
Is there any way for it to work across files?
ie; FileA includes FileB and the subroutine is in FileB
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
Re: Editor: Goto Subroutine Right Click Menu
Noted and added to the to do list.JRL wrote:I'm wondering if the right click function could be made to ignore the subroutine additional parameters and run even when parameters are present.
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
Re: Editor: Goto Subroutine Right Click Menu
That is cool. Glad I stumbled across this.