New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get selection jump #643
Get selection jump #643
Conversation
Reproduce: * Copy the 'Run (Applescript)' action from the 2nd pane (when an AS is in the 1st pane) * Type an invalid path in the 1st pane (e.g. /abc/) and paste the action in the 2nd pane I came across this when a trigger was pointing to a changed location.
…e Get Selection service
Dammit, we're too slow at merging in my pull requests! If you merge this, it'll merge #641. It's really small as well. |
There are a few that I would merge, but the latest discussion on them imply that the submitter has a couple of small tweaks to make. But hey, that #497 looks like it’s ready. ;-) I’ve looked at the code in #641 and it looks fine. I’ll give it a test. |
So it is. I did say it wouldn't be soonish! :P I'll take a look over the iTunes plugin, then that pull On 18 January 2012 16:22, Rob McBroom <
|
I'm going to change this to call a method that does what is required, hold yer horses ;-) |
OK this is ready :-) |
Hold yer horses one last time! |
Horses held. (I have been testing it though.) |
…ettings in the preferences Fixes http://bit.ly/wN2841
OK, I've committed another few changes. Basically, I've deleted the new Only other place Seems to work for this as well. On 20 January 2012 18:09, Rob McBroom <
|
Looks good. I’ll run with it for a while. |
If you use ⌘⎋ to get an object, QS should really honour your 'jump to action when getting results' preference setting. It now does.
The code I've added is basically a copy/paste of Rob's code in QSInterfaceController.m:537-540