(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 76367f6bf1
commit a31be4ce11
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();