From 45951fc82179317ed4ee90d3e376003771a9b7bc 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.iface | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'include/Scintilla.iface') diff --git a/include/Scintilla.iface b/include/Scintilla.iface index dd4d2d37e..09f5aea91 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -591,6 +591,13 @@ fun void RegisterImage=2405(int type, string xpmData) # Clear all the registered XPM images. fun void ClearRegisteredImages=2408(,) +# Retrieve the auto-completion list type-separator character. +get int AutoCGetTypeSeparator=2285(,) + +# Change the type-separator character in the string setting up an auto-completion list. +# Default is '?' but can be changed if items contain '?'. +set void AutoCSetTypeSeparator=2286(int separatorCharacter,) + # Set the number of spaces used for one level of indentation. set void SetIndent=2122(int indentSize,) -- cgit v1.2.3