aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2003-02-04 10:39:19 +0000
committernyamatongwe <unknown>2003-02-04 10:39:19 +0000
commit45951fc82179317ed4ee90d3e376003771a9b7bc (patch)
tree56bbdcf3e0824528f3a924343439e56850d2a74c /include/Scintilla.h
parent1e4eea2afb009595fa772a8162eaaa105e68c99a (diff)
downloadscintilla-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.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