Code::Blocks Forums
User forums => General (but related to Code::Blocks) => Topic started by: kiril_k on March 22, 2006, 02:51:08 pm
-
Hi to All!
Is there exists in C::B hotkey for deleting a line in the editor ?
I found Ctrl+D hotkey for dublicating a line, but can't find hotkey for deleting a line :(
In Keyboard Shortcuts menu haven't found it.
Thanks in advance.
-
Ctrl-L.
Note that it actually "cuts" the line, i.e. it is kept in the clipboard.
-
Ctrl-L.
Note that it actually "cuts" the line, i.e. it is kept in the clipboard.
Can I assign this hotkey as I like, for example like Ctrl+E ?
-
Ctrl-L.
Note that it actually "cuts" the line, i.e. it is kept in the clipboard.
Can I assign this hotkey as I like, for example like Ctrl+E ?
Afraid not. This is a scintilla builtin and currently we provide no way to edit scintilla's builtins...
-
(http://img218.imageshack.us/img218/2337/graphic3222006102953am1ig.png)
-
Thanks for your assistace.