Empty selection clipboard
See original GitHub issuecode-server
version: 1.604-vsc1.32.0 binary- OS Version: Ubuntu 16.04, AWS
Description
After updating 1.604, the “Empty Selection Clipboard” setting does not seem to work anymore. Confirmed it works as expected in 1.408, does not work in 1.604, 1.691 or 1.696.
Steps to Reproduce
- Launch code-server
- Create new file, enter text on multiple lines
- Place cursor in the middle of a line with no text selected
- ctrl+x to cut line
- line is removed and copied to clipboard as expected on 1.408, nothing happens on 1.604 onward
Issue Analytics
- State:
- Created 4 years ago
- Reactions:2
- Comments:8 (4 by maintainers)
Top Results From Across the Web
Add an option to prevent copying an empty selection #11112
emptySelectionClipboard ": false disables the line copying entirely. Is there a way to have line copying enabled, while simultaneously ignoring ...
Read more >Copy to clipboard on empty selection in the Jupyter notebook
Jupyter scenario: whilst the text selection is empty, press the copy keyboard shortcut (ctrl+c / command+c). Current behavior: copies the ...
Read more >Clear the clipboard - Microsoft Support
Free up space on your clipboard. ... Here's how to empty the clipboard. To delete all clips or an individual clip, first open...
Read more >Windows 11 adds blank clipboard entry after copying a selection
Basically, any time I copy something, a blank entry is added after that. Then I have to open my clipboard to get to...
Read more >empty selection in text editor and copy command clear clipboard
In text editor press cmd+c to copy without any selection. Now clipboard is empty which is abnormal in any text editor.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Should be fixed with https://github.com/codercom/code-server/commit/2bc6e1a457b4ca5298f5207d164a3699ec443bfc. Release coming out soon!
@nol166 correct. the same applies for copying with an empty selection, it would copy the line without removing it but it does not get copied to the clipboard anymore.