aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2014-04-21 11:55:31 +1000
committerNeil <nyamatongwe@gmail.com>2014-04-21 11:55:31 +1000
commit87fc359f42b57db2a9ee3d3211b3e9f2fbfe09c2 (patch)
tree69e86b06ebeb8a5d83d0038184c91d43566a4860 /include/Scintilla.h
parent1ea4b18dcf81b6bf671621735b6e281299035655 (diff)
downloadscintilla-mirror-87fc359f42b57db2a9ee3d3211b3e9f2fbfe09c2.tar.gz
View line state in margin with SC_FOLDFLAG_LINESTATE as an aid to debugging.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r--include/Scintilla.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h
index ea2c12bc1..f8744c1c0 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -462,6 +462,7 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
#define SC_FOLDFLAG_LINEAFTER_EXPANDED 0x0008
#define SC_FOLDFLAG_LINEAFTER_CONTRACTED 0x0010
#define SC_FOLDFLAG_LEVELNUMBERS 0x0040
+#define SC_FOLDFLAG_LINESTATE 0x0080
#define SCI_SETFOLDFLAGS 2233
#define SCI_ENSUREVISIBLEENFORCEPOLICY 2234
#define SCI_SETTABINDENTS 2260