From 33ca7ad72f783b2b9a9eef0b5d0dc8cd0629be69 Mon Sep 17 00:00:00 2001 From: Zufu Liu Date: Sun, 7 Apr 2019 10:03:38 +1000 Subject: Feature [feature-requests:#1276]. Add SC_MARK_VERTICALBOOKMARK. --- include/Scintilla.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/Scintilla.h') diff --git a/include/Scintilla.h b/include/Scintilla.h index 386d372ee..2fe83bf00 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -135,6 +135,7 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam, #define SC_MARK_UNDERLINE 29 #define SC_MARK_RGBAIMAGE 30 #define SC_MARK_BOOKMARK 31 +#define SC_MARK_VERTICALBOOKMARK 32 #define SC_MARK_CHARACTER 10000 #define SC_MARKNUM_FOLDEREND 25 #define SC_MARKNUM_FOLDEROPENMID 26 -- cgit v1.2.3