aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Document.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2010-08-05 13:47:25 +1000
committernyamatongwe <devnull@localhost>2010-08-05 13:47:25 +1000
commit2489077f618d981197f890372d87918026cec467 (patch)
tree24dda296c98e02856f28d8e685db832c31f0c43d /src/Document.h
parent0bf74f9b5b0459381d2d4b722e002fab5a08fc1d (diff)
downloadscintilla-mirror-2489077f618d981197f890372d87918026cec467.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;