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.iface | |
| 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.iface')
| -rw-r--r-- | include/Scintilla.iface | 7 |
1 files changed, 7 insertions, 0 deletions
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,) |
