diff options
author | nyamatongwe <unknown> | 2005-12-09 22:22:10 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2005-12-09 22:22:10 +0000 |
commit | bddae2d12fd9a0856bfa2395c6a041f9603f73f1 (patch) | |
tree | e6c97c5de9d065a204e6d685c0794f8d889b5cdf /src/Editor.h | |
parent | c40ba04c83a54fddea6b2f80aa945298316b1de1 (diff) | |
download | scintilla-mirror-bddae2d12fd9a0856bfa2395c6a041f9603f73f1.tar.gz |
Fixed bug #1373855 by taking DBCS into account when matching braces.
Moved brace matching from Editor into Document.
Diffstat (limited to 'src/Editor.h')
-rw-r--r-- | src/Editor.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Editor.h b/src/Editor.h index f779e21cc..9243d3a2f 100644 --- a/src/Editor.h +++ b/src/Editor.h @@ -509,7 +509,6 @@ protected: // ScintillaBase subclass needs access to much of Editor virtual bool PaintContains(PRectangle rc); bool PaintContainsMargin(); void CheckForChangeOutsidePaint(Range r); - int BraceMatch(int position, int maxReStyle); void SetBraceHighlight(Position pos0, Position pos1, int matchStyle); void SetDocPointer(Document *document); |