From a8253c4498fe0ca70458d03b86315b728988d08e Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Tue, 7 Jul 2009 11:52:09 +0000 Subject: Using the last style on a line to determine the width of a virtual space rather than use the default style. This adapts better for comments which use a different font. --- src/PositionCache.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/PositionCache.h') diff --git a/src/PositionCache.h b/src/PositionCache.h index bd984d40b..a86881070 100644 --- a/src/PositionCache.h +++ b/src/PositionCache.h @@ -66,6 +66,7 @@ public: char bracesMatchStyle, int xHighlight); void RestoreBracesHighlight(Range rangeLine, Position braces[]); int FindBefore(int x, int lower, int upper) const; + int EndLineStyle() const; }; /** -- cgit v1.2.3