From 2a05c05e309b30d2163edc82de8df96ecdb64ac7 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Fri, 9 Dec 2005 22:22:10 +0000 Subject: Fixed bug #1373855 by taking DBCS into account when matching braces. Moved brace matching from Editor into Document. --- src/Editor.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/Editor.h') 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); -- cgit v1.2.3