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