aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/EditModel.h
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2015-02-04 08:04:06 +1100
committerNeil <nyamatongwe@gmail.com>2015-02-04 08:04:06 +1100
commitca6e6726ea248cc86dad9a3eddf649abe98add60 (patch)
tree39dd457627c279bf35444c81c2ab69068dde1577 /src/EditModel.h
parent2a01e4a708c371b061a9669ea3204a295e835ada (diff)
downloadscintilla-mirror-ca6e6726ea248cc86dad9a3eddf649abe98add60.tar.gz
Implement hover style and colour for indicators.
Diffstat (limited to 'src/EditModel.h')
-rw-r--r--src/EditModel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/EditModel.h b/src/EditModel.h
index d8def3294..fce26bd22 100644
--- a/src/EditModel.h
+++ b/src/EditModel.h
@@ -48,6 +48,7 @@ public:
ContractionState cs;
// Hotspot support
Range hotspot;
+ int hoverIndicatorPos;
// Wrapping support
int wrapWidth;