aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ViewStyle.h
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2022-07-31 22:21:57 +1000
committerNeil <nyamatongwe@gmail.com>2022-07-31 22:21:57 +1000
commitd38429108f2035d9fab0919271f6715cd1b7eda6 (patch)
tree014b3bf217785e26e4c8db514fedf380d3bb007a /src/ViewStyle.h
parent926cb6f7d228b347db16a45e1f2632da475da1f0 (diff)
downloadscintilla-mirror-d38429108f2035d9fab0919271f6715cd1b7eda6.tar.gz
Add SC_MARK_BAR marker and INDIC_POINT_TOP indicator which are useful for change
history. Tweak size of INDIC_POINT and INDIC_POINTCHARACTER. Let translucency of INDIC_COMPOSITIONTHICK be adjusted.
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 c5ee232c3..a91aea501 100644
--- a/src/ViewStyle.h
+++ b/src/ViewStyle.h
@@ -141,6 +141,7 @@ public:
int rightMarginWidth; ///< Spacing margin on right of text
int maskInLine = 0; ///< Mask for markers to be put into text because there is nowhere for them to go in margin
int maskDrawInText = 0; ///< Mask for markers that always draw in text
+ int maskDrawWrapped = 0; ///< Mask for markers that draw on wrapped lines
std::vector<MarginStyle> ms;
int fixedColumnWidth = 0; ///< Total width of margins
bool marginInside; ///< true: margin included in text view, false: separate views