aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2003-02-04 10:39:19 +0000
committernyamatongwe <devnull@localhost>2003-02-04 10:39:19 +0000
commitf89630afdc9a688bd5cb8f608050064f9539bd46 (patch)
tree56bbdcf3e0824528f3a924343439e56850d2a74c /include/Scintilla.h
parent6d92a32e837ad444679d8e4ab86534833ba9e0e2 (diff)
downloadscintilla-mirror-f89630afdc9a688bd5cb8f608050064f9539bd46.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.h2
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