Shortcut to copy/cut a line
-
- CodeLite Veteran
- Posts: 75
- Joined: Thu Mar 14, 2013 11:24 am
- Genuine User: Yes
- IDE Question: C++
- Contact:
Shortcut to copy/cut a line
Is there any shortcut to copy or cut current caret line ? Because I have not found. Well, there is delete/duplicate line, which works in most cases, adding copy/cut a line or at least select current line, would help more and complete line manipulation feature. Is there any reason why they are absent, copy/cut ? (if they really are absent)
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Shortcut to copy/cut a line
Just copy without selecting anything and it will copy/cut the entire line.
I.e. ctrl-c without selection copies the current line
Eran
I.e. ctrl-c without selection copies the current line
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Veteran
- Posts: 75
- Joined: Thu Mar 14, 2013 11:24 am
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Shortcut to copy/cut a line
Oh.. that's cool, but nothing is mentioned about it any where. So, beginner people might get confused. Or I have missed it somewhere in the documentation.
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Shortcut to copy/cut a line
We now have this documented on the forumsolewalker wrote:Oh.. that's cool, but nothing is mentioned about it any where
Eran
Make sure you have read the HOW TO POST thread