-
-
Notifications
You must be signed in to change notification settings - Fork 27
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
Implements opening from clipboard as discussed in issue #205 #208
Conversation
No menu entry, it should just work. Did you try with Ctrl instead of Cmd? Maybe only menu entries get auto-converted? |
@tksoh BTW, I am loving your idea of putting the git branch, commit, etc in the version info! I didn't even have to ask to double-check that the correct branch was used here :-). |
@anjohnson any luck? It seems to work correctly locally. |
I tried both Cmd+Shift+Y and Ctrl+Shift+Y, I confirmed that I had the right path by pasting into the current document then selecting it and using Cmd+Y which did work. I do get a beep on Cmd+Shift+Y though, so I think Do you plan to add a menu item? |
Probably no menu item, yet. If you are getting a beep, then it likely thinks that the clipboard is empty. Are you sure you did a Cmd+C with some text highlighted somewhere first? |
Oh.... I see the problem... fix incoming :-P |
Building... |
OK, should work now! Ironically, it was a C+P error. I based the code off of the normal |
Yay, success! A menu item would be nice eventually (to provide discoverability) and of course an entry in the Help docs, but you know all that... Thanks! |
Merging! |
Ctrl+Shift+Y
Now will open what is in the copy buffer of the clipboard, which works well for platforms that don't support cross-application selection primary selection buffers.