diff options
| author | nyamatongwe <unknown> | 2003-02-04 10:39:19 +0000 |
|---|---|---|
| committer | nyamatongwe <unknown> | 2003-02-04 10:39:19 +0000 |
| commit | 45951fc82179317ed4ee90d3e376003771a9b7bc (patch) | |
| tree | 56bbdcf3e0824528f3a924343439e56850d2a74c /include/Scintilla.h | |
| parent | 1e4eea2afb009595fa772a8162eaaa105e68c99a (diff) | |
| download | scintilla-mirror-45951fc82179317ed4ee90d3e376003771a9b7bc.tar.gz | |
Patch from Mauritius Thinnes to set the type separator for autocompletion
images.
Diffstat (limited to 'include/Scintilla.h')
| -rw-r--r-- | include/Scintilla.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h index 386271bbe..f0c041b6f 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -246,6 +246,8 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam, #define SCI_AUTOCGETDROPRESTOFWORD 2271 #define SCI_REGISTERIMAGE 2405 #define SCI_CLEARREGISTEREDIMAGES 2408 +#define SCI_AUTOCGETTYPESEPARATOR 2285 +#define SCI_AUTOCSETTYPESEPARATOR 2286 #define SCI_SETINDENT 2122 #define SCI_GETINDENT 2123 #define SCI_SETUSETABS 2124 |
