From bddae2d12fd9a0856bfa2395c6a041f9603f73f1 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/Document.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Document.h') diff --git a/src/Document.h b/src/Document.h index 5a85abe5d..3c0273d0f 100644 --- a/src/Document.h +++ b/src/Document.h @@ -234,6 +234,7 @@ public: int ParaUp(int pos); int ParaDown(int pos); int IndentSize() { return actualIndentInChars; } + int BraceMatch(int position, int maxReStyle); private: void CheckReadOnly(); -- cgit v1.2.3