-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Add new menu item in the output view context menu #7912
Comments
Probably we do not need both. You can select all with Ctrl/⌘+A, and copy with Ctrl/⌘+C. I do not see a reason having "Select All" as a menu item. Once you have triggered select all, you will copy, it's read-only. Let's not pollute the context menu just because we can add one more command. "Copy All" could be useful though. |
I don't think we need both, only one of them is enough |
I am interested in working on this issue. Did I read your conversation correctly, you want a 'Copy All' option, but no 'Select All'? |
Sounds great, go ahead!
Correct 👍 |
This adds another option to the context menu of the output view, which copies everything in the selected channel into the clipboard. Closes eclipse-theia#7912 Signed-off-by: Jan-Niklas Spangenberg <jan-niklas.spangenberg@gmx.de>
This adds another option to the context menu of the output view, which copies everything in the selected channel into the clipboard, using the clipboardService Closes eclipse-theia#7912 Signed-off-by: Jan-Niklas Spangenberg <jan-niklas.spangenberg@gmx.de>
This adds another option to the context menu of the output view, which copies everything in the selected channel into the clipboard, using the clipboardService Closes eclipse-theia#7912 Signed-off-by: Jan-Niklas Spangenberg <jan-niklas.spangenberg@gmx.de>
This adds another option to the context menu of the output view, which copies everything in the selected channel into the clipboard, using the clipboardService Closes eclipse-theia#7912 Signed-off-by: Jan-Niklas Spangenberg <jan-niklas.spangenberg@gmx.de>
This adds another option to the context menu of the output view, which copies everything in the selected channel into the clipboard, using the ClipboardService. Closes eclipse-theia#7912 Signed-off-by: Jan-Niklas Spangenberg <jan-niklas.spangenberg@gmx.de>
This adds another option to the context menu of the output view, which copies everything in the selected channel into the clipboard, using the ClipboardService. Closes eclipse-theia#7912 Signed-off-by: Jan-Niklas Spangenberg <jan-niklas.spangenberg@gmx.de>
Feature Description:
Following issue #7570 , I think it would be nice to have in the context menu an entry: "Copy all" to copy all the data from that output channel or "Select all"
The text was updated successfully, but these errors were encountered: