(svn r25654) -Fix: Improve character and word deletion for CJK languages and complex scripts.

This commit is contained in:
michi_cc
2013-08-05 20:35:35 +00:00
parent e6096cb8af
commit 42105d87ff
2 changed files with 49 additions and 83 deletions

View File

@@ -65,8 +65,6 @@ private:
StringIterator *char_iter;
bool CanDelChar(bool backspace);
WChar GetNextDelChar(bool backspace);
void DelChar(bool backspace);
void UpdateStringIter();
void UpdateWidth();