From a7f65a490650406b2e73037bd2c9600070246a75 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Fri, 1 Mar 2002 07:24:01 +0000 Subject: Fixed problem where brace highlights were remembered in line layout cache. --- src/Editor.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/Editor.h') diff --git a/src/Editor.h b/src/Editor.h index 1056a95bb..8f47819b5 100644 --- a/src/Editor.h +++ b/src/Editor.h @@ -55,6 +55,7 @@ public: char *styles; char *indicators; int *positions; + char bracePreviousStyles[2]; // Wrapped line support int widthLine; @@ -75,6 +76,9 @@ public: } } void SetLineStart(int line, int start); + void SetBracesHighlight(Range rangeLine, Position braces[], + char bracesMatchStyle, int xHighlight); + void RestoreBracesHighlight(Range rangeLine, Position braces[]); }; /** -- cgit v1.2.3