aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
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.iface
parent6d92a32e837ad444679d8e4ab86534833ba9e0e2 (diff)
downloadscintilla-mirror-f89630afdc9a688bd5cb8f608050064f9539bd46.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.iface7
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,)