aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ViewStyle.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2003-09-28 22:06:23 +0000
committernyamatongwe <unknown>2003-09-28 22:06:23 +0000
commit3d3795bb0e3a9a7de8113a0354396f7b944730c4 (patch)
tree08e41dc38284608575f3bc1dbc375502ce65ecb5 /src/ViewStyle.h
parent4ca11897cd1dd1240640a11576c6225b416f9efa (diff)
downloadscintilla-mirror-3d3795bb0e3a9a7de8113a0354396f7b944730c4.tar.gz
Hotspot improvements from Simon, including setting to
limit hotspots to a single line.
Diffstat (limited to 'src/ViewStyle.h')
-rw-r--r--src/ViewStyle.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ViewStyle.h b/src/ViewStyle.h
index ff38efef2..5f27cc08c 100644
--- a/src/ViewStyle.h
+++ b/src/ViewStyle.h
@@ -68,6 +68,7 @@ public:
bool hotspotBackgroundSet;
ColourPair hotspotBackground;
bool hotspotUnderline;
+ bool hotspotSingleLine;
/// Margins are ordered: Line Numbers, Selection Margin, Spacing Margin
enum { margins=3 };
int leftMarginWidth; ///< Spacing margin on left of text