From f89630afdc9a688bd5cb8f608050064f9539bd46 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Tue, 4 Feb 2003 10:39:19 +0000 Subject: Patch from Mauritius Thinnes to set the type separator for autocompletion images. --- include/Scintilla.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/Scintilla.h') 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 -- cgit v1.2.3