Am I missing something in Version 3.0
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Am I missing something in Version 3.0
When I watch the Video of new features, it demonstated that you would be able to click on a handler or function in one script and it would open up the script that has it in it. When I try it, nothing happens unless its in the same script.
Am I doning something wrong? Is there a preference setting I need to turn on.
This was on of the highlights I was looking forward to in the new version.
Thanks
Am I doning something wrong? Is there a preference setting I need to turn on.
This was on of the highlights I was looking forward to in the new version.
Thanks
http://www.runrev.com/whats-new/product-overview/
on the top right is the video for the script editor and debugger. At 3:15 into the video it indicates that you can right-click a custom definition and "go to definition" where the editor will open a new tab with that handler's script.
The option to right-click and "go to definition" is greyed out for me too, unless the handler is defined in the same script.
This is on Windows (XP).
on the top right is the video for the script editor and debugger. At 3:15 into the video it indicates that you can right-click a custom definition and "go to definition" where the editor will open a new tab with that handler's script.
The option to right-click and "go to definition" is greyed out for me too, unless the handler is defined in the same script.
This is on Windows (XP).
You're right, Sparkout and no1g8tor, same here. Seems to be a bug. I believe this needs to be reported to the QCC.
Best,
Mark
Best,
Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
Hi all,
I was trying this too and could not get it to work. However, after talking to Oli (chief architect of the new script editor) I know what I was doing wrong. If the handler that you are trying to "go to definition" is NOT in the message path then it will not be selectable --- i.e. the menu option is greyed out.
To test this I had 2 buttons. One with a function "foo" and the other called "foo". If I right clicked on the "foo" call in button 2 the "go to definition" was greyed out. But as Oli pointed out to me, this is because the "foo" command in button 2 is not in the message path for button 1 ...
Moving the "foo" command into the stack script sorted this.
He did however point out a known bug. You MUST have mouse focus in the handler you are trying to find - i.e. you must have the caret inside "foo" in this example.
Anyway,
I hope this helps and you are able to get this feature working for you.
Best Regards,
Tim
I was trying this too and could not get it to work. However, after talking to Oli (chief architect of the new script editor) I know what I was doing wrong. If the handler that you are trying to "go to definition" is NOT in the message path then it will not be selectable --- i.e. the menu option is greyed out.
To test this I had 2 buttons. One with a function "foo" and the other called "foo". If I right clicked on the "foo" call in button 2 the "go to definition" was greyed out. But as Oli pointed out to me, this is because the "foo" command in button 2 is not in the message path for button 1 ...
Moving the "foo" command into the stack script sorted this.
He did however point out a known bug. You MUST have mouse focus in the handler you are trying to find - i.e. you must have the caret inside "foo" in this example.
Anyway,
I hope this helps and you are able to get this feature working for you.
Best Regards,
Tim
-
- Posts: 10
- Joined: Sat Mar 11, 2006 5:11 pm
- Contact:

Linking to handlers that are part of libraries works in GLX2 Script Editor. The linkage is made apparent by using the link style. Italicized links indicate the handler is outside of the current script.
This feature has been part of Galaxy and GLX2 for a couple years now and it works well.
[img]http://daniels-mara.com/hosted_images/dm_logo.png[/img]
[b]Jerry Daniels[/b]
[size=92]Daniels & Mara, Inc.[/size]
[size=84]Creator of [url=http://glx2.com][b]GLX2 Tools[/b][/url]
Host of [url=http://revmentor.com][b]Rev Mentor[/b][/url][/size]
[b]Jerry Daniels[/b]
[size=92]Daniels & Mara, Inc.[/size]
[size=84]Creator of [url=http://glx2.com][b]GLX2 Tools[/b][/url]
Host of [url=http://revmentor.com][b]Rev Mentor[/b][/url][/size]
Hi Tim,
I just wanted to make it "jump" to a handler in my own library, after I removed its password. It doesn't work.
Best,
Mark
I just wanted to make it "jump" to a handler in my own library, after I removed its password. It doesn't work.
Best,
Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode