diff options
| author | Derek Brown <unknown> | 2020-08-25 09:25:01 +1000 |
|---|---|---|
| committer | Derek Brown <unknown> | 2020-08-25 09:25:01 +1000 |
| commit | 2117f9e7b583e9093b6b297f8782027098320496 (patch) | |
| tree | c2620d71f81ebe7ace1007a7f78c8b1d28594cac /include/Scintilla.h | |
| parent | 60504a3b1ab9c4777bfc3620538212d6ac5423af (diff) | |
| download | scintilla-mirror-2117f9e7b583e9093b6b297f8782027098320496.tar.gz | |
Feature [feature-requests:1350]. Add SCI_GETMULTIEDGECOLUMN.
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 56f153f94..acde9a5f9 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -703,6 +703,7 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam, #define SCI_SETEDGECOLOUR 2365 #define SCI_MULTIEDGEADDLINE 2694 #define SCI_MULTIEDGECLEARALL 2695 +#define SCI_GETMULTIEDGECOLUMN 2749 #define SCI_SEARCHANCHOR 2366 #define SCI_SEARCHNEXT 2367 #define SCI_SEARCHPREV 2368 |
