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
Small fixes #1357
Small fixes #1357
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sometimes, if you used space to flip to the argument field (make sure said setting is enabled in command prefs) the 3rd pane wouldn't go to text mode. This fixes it.
Reproduce the problem:
Google search ␣ (space) type somthing
reopen QS
hit ␣ (space) immediately. 3rd pane doesn't go to text mode (not always reproducible?)
"Save Command to File…" should only show folders the same way "Move To…" does. I can fix it, just not right now. Leaving this here as a reminder. And maybe it should be say "to Folder". :-) |
I see what you did there ;-) It was so easy I couldn't resist, and just incase we all forgot I thought I used the home folder as the default folder. Seemed like a reasonable On 31 January 2013 14:16, Rob McBroom notifications@github.com wrote:
|
P.S. - I picked up a bug with this code. Something else to fix, I can do it but just not right now ;-)
|
OK, I've fixed that bug, but now I've found another:
Can't fix it right now |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was redundant. I saw whilst in the debugger that setting the action (done a few lines above) already calls this method.
The third pane for web searches isn't being "refreshed" as it should. As described on IRC, if you reinvoke the interface with a previous web search still showing, hitting
The text from the Find pasteboard should appear in the third pane, but it doesn't unless you change the dObject to something other than a web search, then back again. |
hmm... I can't reproduce your 2nd problem, but if I reinvoke QS and press |
git bisect shows 03d921f is the culprit. Expected really as its an 'optimisation' - in inverted commas ;-) |
A running pull request with any 'small' fixes.
It initially started to fix #1353, but I've added various other things over time