-
Notifications
You must be signed in to change notification settings - Fork 286
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
"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 |
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 ↩ runs the old search instead of going to text mode in the third pane. Also (probably the same bug), search text doesn't appear in the third pane. To reproduce:
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 ↩ I see the 3rd pane isn't selected |
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