(svn r24521) -Feature [FS#5203]: Ctrl + Backspace/Delete to remove characters up to next word beginning in text edit boxes

This commit is contained in:
zuu
2012-09-10 18:47:13 +00:00
parent 0656a8d40b
commit bcf1cb1f9c
3 changed files with 54 additions and 0 deletions

View File

@@ -40,6 +40,7 @@ struct Textbuf {
private:
bool CanDelChar(bool backspace);
WChar GetNextDelChar(bool backspace);
void DelChar(bool backspace);
bool CanMoveCaretLeft();
WChar MoveCaretLeft();