Author Topic: Delete line hotkey ?  (Read 12242 times)

kiril_k

  • Guest
Delete line hotkey ?
« 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.
 

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: Delete line hotkey ?
« Reply #1 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.
Be patient!
This bug will be fixed soon...

kiril_k

  • Guest
Re: Delete line hotkey ?
« Reply #2 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 ?

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: Delete line hotkey ?
« Reply #3 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...
Be patient!
This bug will be fixed soon...

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2770
Re: Delete line hotkey ?
« Reply #4 on: March 22, 2006, 04:32:47 pm »

kiril_k

  • Guest
Re: Delete line hotkey ?
« Reply #5 on: March 23, 2006, 02:44:30 pm »
Thanks for your assistace.