-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Feature Suggestion: Cut current line #8574
Comments
There's a shortcut to remove the current line, but it doesn't add its contents to the clipboard. What about if we do just that? Would that be enough for you @skjerns? |
if it would copy the just-cut line to the clipboard, that would be exactly what I need! thank you for the quick response :) |
Ok, we'll implement this for Spyder 4. |
super cool! |
Is there any reason that Currently if nothing is selected those shortcuts do nothing. It could be convenient if they copied or cut the current line the cursor is in if nothing is selected. |
I'm not sure that having my clipboard content overridden every time I remove the current line with
I prefer this solution, or use new shorcuts derived from these. |
I was going to mention this as well. |
I was also assuming a new shortcut and not overriding the current one. |
Was this implemented? If not, I can try to implement. Pointing me to necessary files will help. |
Is there any updates for this one? |
Sorry, we haven't implemented this due to lack of time. But we'll try to do it for Spyder 6, to be released before the end of the year. |
Okay, I'm low-key excited about this feature. I've wanted quick selecting line/ quick cutting line for the longest time. |
To everyone following this issue: it'll be fixed in our 6.1.0 version, to be released in the first half of 2025. |
This is a function I have been missing since a long time (since I first used it in other IDEs e.g VBStudio back in 2005).
Often I want to duplicate the current line elsewhere. Right now I have to select the line with my mouse and press CTRL+X to cut it.
Do you think it would be possible to add a keyboard-shortcut for cutting the current line in the editor/console?
Once again props for this very good yet simple IDE, I've been using very extensively!
The text was updated successfully, but these errors were encountered: