-
Notifications
You must be signed in to change notification settings - Fork 0
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
[CLOSED] Add cut/copy/paste to the context menu #10805
Comments
Comment by MarcelGerber First things first: We don't need the What's the behaviour on Linux, as |
Comment by ficristo Oddly seemed to work for me on Ubuntu 16.04 without any other changes. |
Comment by MarcelGerber Yeah, confirmed on Linux now. Works without any shell changes. I just noticed one issue:
Result: The whitespace is selected, which makes pasting a whole lot harder, as it will delete the whitespace. |
Comment by ficristo
I cannot reproduce... |
Comment by MarcelGerber Strange. I can't reproduce any more either. |
Comment by zaggino Tested. "Cut" and "Copy" work fine, "Paste" doesn't do anything for me. Windows shell. |
Comment by ficristo
Have you tested with the shell PR? Otherwise is expected. |
Comment by zaggino Ah, my bad. Gonna test and merge if it works. |
Comment by ficristo Can you wait to merge? I need to cleanup a bit this first. |
Comment by zaggino 👍 ping me then |
Comment by MarcelGerber
|
Comment by ficristo I've removed the unused ignoreCommand. |
Comment by MarcelGerber All good. |
Comment by GuyRogers Thanks so much for the Cut/Copy/Paste. It was one of the few things that was driving me mad in Brackets 👍 |
Issue by ficristo
Sunday Aug 14, 2016 at 15:06 GMT
Originally opened as adobe/brackets#12674
Switch cut/copy/paste to use
document.execCommand
and add them to the context menu.Before, on right click the underline word were selected but it was counterintuitive for the context menu usage so I removed it.
We need adobe/brackets-shell#567 to make the paste command work.
ficristo included the following code: https://github.com/adobe/brackets/pull/12674/commits
The text was updated successfully, but these errors were encountered: