aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/EditModel.h
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2021-04-26 15:31:13 +1000
committerNeil <nyamatongwe@gmail.com>2021-04-26 15:31:13 +1000
commitbaff93d6117396c57dbffbd28e69fde92712a88a (patch)
tree81408b42ca0c38ab288c84c45530c73385eb8aa0 /src/EditModel.h
parent81f7847af4cc9f51f02ab191c73f394c457518bd (diff)
downloadscintilla-mirror-baff93d6117396c57dbffbd28e69fde92712a88a.tar.gz
Move hotspotSingleLine from ViewStyle to EditModel as it defines behaviour, not
appearance.
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 f81ecb0c1..7934a0720 100644
--- a/src/EditModel.h
+++ b/src/EditModel.h
@@ -46,6 +46,7 @@ public:
std::unique_ptr<IContractionState> pcs;
// Hotspot support
Range hotspot;
+ bool hotspotSingleLine;
Sci::Position hoverIndicatorPos;
// Wrapping support