aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Editor.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2005-12-09 22:22:10 +0000
committernyamatongwe <devnull@localhost>2005-12-09 22:22:10 +0000
commit2a05c05e309b30d2163edc82de8df96ecdb64ac7 (patch)
treee6c97c5de9d065a204e6d685c0794f8d889b5cdf /src/Editor.h
parentd29654ff1f4e3ed5e74383b690d3988aadc1ed07 (diff)
downloadscintilla-mirror-2a05c05e309b30d2163edc82de8df96ecdb64ac7.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.h1
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);