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.
QuoteCtrl-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 ?
Quote from: kiril_k on March 22, 2006, 03:47:07 PM
QuoteCtrl-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.