aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2019-06-18 14:00:53 +1000
committerNeil <nyamatongwe@gmail.com>2019-06-18 14:00:53 +1000
commit698886c092d784f0eb2426056056631508db55bf (patch)
tree78a73c4b9fb7b061eeee4b936d698a27b0477917
parent81de22e926e65ff21cb067f3fc5182a7651ad28b (diff)
downloadscintilla-mirror-698886c092d784f0eb2426056056631508db55bf.tar.gz
Backport: Feature [feature-requests:#1297] 4: Comment added for SC_MASK_FOLDERS.
Backport of changeset 7585:db2f08dff38e.
-rw-r--r--include/Scintilla.iface1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index 8411dd707..d0d3c2e70 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -320,6 +320,7 @@ val SC_MARKNUM_FOLDERSUB=29
val SC_MARKNUM_FOLDER=30
val SC_MARKNUM_FOLDEROPEN=31
+# SC_MASK_FOLDERS doesn't go in an enumeration as larger than max 32-bit positive integer
val SC_MASK_FOLDERS=0xFE000000
# Set the symbol used for a particular marker number.