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
commit3dd6e60e93e918b2daad8d33708ed5dcf467554a (patch)
treebd0c904108d6439eda3de895cd5baf8fd896a1cf
parent1adbac1a481a84b1e26f723827574bf51f22b12e (diff)
downloadscintilla-mirror-3dd6e60e93e918b2daad8d33708ed5dcf467554a.tar.gz
Feature [feature-requests:#1297] 4: Comment added for SC_MASK_FOLDERS.
-rw-r--r--include/Scintilla.iface1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index d1a8e5812..90160e24c 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.