Perhaps a late request for the next version but was wondering if the following was possible:
So often when developing you want to just open a script to edit which is attached to a button. There's 2 ways:
- Go to layout mode, click button, click script name, edit (though this is modal and not ideal).
- Turn on debugger, click button, step into script, edit script, kill script execution, close debugger (4+ steps!)
What I was hoping is a shortcut for the second option
When debugger opens I see you can add your own buttons into this UI. Could there be some kind of edit button here, which basically shortcuts the following:
- Step into script (F6)
- Click edit script (cmd+F10)
- Terminate running script cmd+F8
3 (optionally just turn off debugger, I know there is no shortcut for this by default, though I have my own custom one added to the prefs file).
Even the first 3 steps would be nice. My ultimate dream would be a single click to open a script attached to any button while in browse mode (obviously a developer only tool).