diff options
| author | nyamatongwe <devnull@localhost> | 2001-09-07 08:01:30 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2001-09-07 08:01:30 +0000 |
| commit | 9179b488c0aacb3a624142dd9a3b2c7a7efe1569 (patch) | |
| tree | ff44f1a8ea2ef437516aafcf704e5d24cf096f8e /include | |
| parent | 912e86ac5b4c2d049805861f34934d73702c9e01 (diff) | |
| download | scintilla-mirror-9179b488c0aacb3a624142dd9a3b2c7a7efe1569.tar.gz | |
Marker can be any character.
Diffstat (limited to 'include')
| -rw-r--r-- | include/Scintilla.h | 1 | ||||
| -rw-r--r-- | include/Scintilla.iface | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h index 285f81a96..9d5edb70a 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -99,6 +99,7 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam, #define SC_MARK_CIRCLEPLUSCONNECTED 19 #define SC_MARK_CIRCLEMINUS 20 #define SC_MARK_CIRCLEMINUSCONNECTED 21 +#define SC_MARK_CHARACTER 10000 #define SC_MARKNUM_FOLDEREND 25 #define SC_MARKNUM_FOLDEROPENMID 26 #define SC_MARKNUM_FOLDERMIDTAIL 27 diff --git a/include/Scintilla.iface b/include/Scintilla.iface index 4bce389e9..3b7fc5594 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -229,6 +229,8 @@ val SC_MARK_CIRCLEPLUSCONNECTED=19 val SC_MARK_CIRCLEMINUS=20 val SC_MARK_CIRCLEMINUSCONNECTED=21 +val SC_MARK_CHARACTER=10000 + # Markers used for outlining column val SC_MARKNUM_FOLDEREND=25 val SC_MARKNUM_FOLDEROPENMID=26 |
