aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/EditModel.h
diff options
context:
space:
mode:
authorTse Kit Yam <me@kytse.com>2016-11-29 14:14:21 +1100
committerTse Kit Yam <me@kytse.com>2016-11-29 14:14:21 +1100
commit4ae76e455aec66826a284356d63cc2b5995c0b2f (patch)
treec0466475514dee0da647dfa800cb1ccfc4647f0e /src/EditModel.h
parent6bed4e4aa02025e1bd0c294a44c9371fb6b176f1 (diff)
downloadscintilla-mirror-4ae76e455aec66826a284356d63cc2b5995c0b2f.tar.gz
Textual tags may be displayed on folded lines with SCI_TOGGLEFOLDSHOWTEXT.
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 021bf6770..847fd728d 100644
--- a/src/EditModel.h
+++ b/src/EditModel.h
@@ -45,6 +45,7 @@ public:
enum IMEInteraction { imeWindowed, imeInline } imeInteraction;
int foldFlags;
+ int foldDisplayTextStyle;
ContractionState cs;
// Hotspot support
Range hotspot;