From 3dd6e60e93e918b2daad8d33708ed5dcf467554a Mon Sep 17 00:00:00 2001 From: Neil Date: Tue, 18 Jun 2019 14:00:53 +1000 Subject: Feature [feature-requests:#1297] 4: Comment added for SC_MASK_FOLDERS. --- include/Scintilla.iface | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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. -- cgit v1.2.3