Address Issue 352: Ctrl-Backspace in editable text fields

This commit is contained in:
Inusaito Sayori
2013-09-29 19:14:56 -04:00
parent ca84e68da0
commit 979d139af1
4 changed files with 77 additions and 2 deletions

View File

@@ -408,6 +408,7 @@ protected:
S32 overwriteChar(S32 pos, llwchar wc);
void removeChar();
S32 removeChar(S32 pos);
void removeWord(bool prev);
S32 insert(const S32 pos, const LLWString &wstr, const BOOL group_with_next_op);
S32 remove(const S32 pos, const S32 length, const BOOL group_with_next_op);
S32 append(const LLWString &wstr, const BOOL group_with_next_op);