(svn r25653) -Add: Caret movement by words for CJK languages.

This commit is contained in:
michi_cc
2013-08-05 20:35:31 +00:00
parent e7dc14b25a
commit 76367f6bf1
5 changed files with 220 additions and 123 deletions

View File

@@ -67,10 +67,6 @@ private:
bool CanDelChar(bool backspace);
WChar GetNextDelChar(bool backspace);
void DelChar(bool backspace);
bool CanMoveCaretLeft();
WChar MoveCaretLeft();
bool CanMoveCaretRight();
WChar MoveCaretRight();
void UpdateStringIter();
void UpdateWidth();