From ca6e6726ea248cc86dad9a3eddf649abe98add60 Mon Sep 17 00:00:00 2001 From: Neil Date: Wed, 4 Feb 2015 08:04:06 +1100 Subject: Implement hover style and colour for indicators. --- src/Editor.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Editor.h') diff --git a/src/Editor.h b/src/Editor.h index ec24f66fd..1fc907ac7 100644 --- a/src/Editor.h +++ b/src/Editor.h @@ -545,6 +545,8 @@ protected: // ScintillaBase subclass needs access to much of Editor bool PointIsHotspot(Point pt); void SetHotSpotRange(Point *pt); Range GetHotSpotRange() const; + void SetHoverIndicatorPosition(int position); + void SetHoverIndicatorPoint(Point pt); int CodePage() const; virtual bool ValidCodePage(int /* codePage */) const { return true; } -- cgit v1.2.3