Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: kiril_k on March 22, 2006, 02:51:08 pm

Title: Delete line hotkey ?
Post 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.
 
Title: Re: Delete line hotkey ?
Post by: mandrav on March 22, 2006, 03:05:39 pm
Ctrl-L.

Note that it actually "cuts" the line, i.e. it is kept in the clipboard.
Title: Re: Delete line hotkey ?
Post by: kiril_k on March 22, 2006, 03:47:07 pm
Quote
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 ?
Title: Re: Delete line hotkey ?
Post by: mandrav on March 22, 2006, 04:01:23 pm
Quote
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...
Title: Re: Delete line hotkey ?
Post by: Pecan on March 22, 2006, 04:32:47 pm
(http://img218.imageshack.us/img218/2337/graphic3222006102953am1ig.png)
Title: Re: Delete line hotkey ?
Post by: kiril_k on March 23, 2006, 02:44:30 pm
Thanks for your assistace.