diff options
| author | Zufu Liu <unknown> | 2019-04-07 10:03:38 +1000 |
|---|---|---|
| committer | Zufu Liu <unknown> | 2019-04-07 10:03:38 +1000 |
| commit | d126e56e2c800188a2546c241299453c2e4304a8 (patch) | |
| tree | 182bcf6e60d78cddb6d68550f770b18ba36dd246 /include/Scintilla.h | |
| parent | 56792245ec9cd636f56b3dd9e837f12ca8d699e9 (diff) | |
| download | scintilla-mirror-d126e56e2c800188a2546c241299453c2e4304a8.tar.gz | |
Backport: Feature [feature-requests:#1276]. Add SC_MARK_VERTICALBOOKMARK.
Backport of changeset 7407:fc237c9afcdd.
Diffstat (limited to 'include/Scintilla.h')
| -rw-r--r-- | include/Scintilla.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h index 88610672b..b4b4f2e7e 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 |
