aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Document.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2010-08-05 13:47:25 +1000
committernyamatongwe <unknown>2010-08-05 13:47:25 +1000
commit3a51b94f2cb34ea717cb7dc5f49d40eb21bf76bb (patch)
tree6d2d953c441f3777d8b3198865fc873d8284c617 /src/Document.h
parent63a2f56fa532bcbac8eb65119c3ebbb5c942328d (diff)
downloadscintilla-mirror-3a51b94f2cb34ea717cb7dc5f49d40eb21bf76bb.tar.gz
Case insensitive search in DBCS and faster processing of DBCS.
DBCS case folder implemented on Windows.
Diffstat (limited to 'src/Document.h')
-rw-r--r--src/Document.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Document.h b/src/Document.h
index d87840872..6d2c2d0bb 100644
--- a/src/Document.h
+++ b/src/Document.h
@@ -231,6 +231,7 @@ public:
bool InGoodUTF8(int pos, int &start, int &end);
int MovePositionOutsideChar(int pos, int moveDir, bool checkLineEnd=true);
int NextPosition(int pos, int moveDir);
+ bool NextCharacter(int &pos, int moveDir); // Returns true if pos changed
int SCI_METHOD CodePage() const;
bool SCI_METHOD IsDBCSLeadByte(char ch) const;