aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2001-04-27 12:41:50 +0000
committernyamatongwe <devnull@localhost>2001-04-27 12:41:50 +0000
commit33ce86f2a9e5389f7dd9922eb387936b61364259 (patch)
tree5a17afae1b3e4d7fd6770f78a5b818ec55cc0997 /include/Scintilla.iface
parentc55ee551f806eabd9eb0ca6f501921c08cbda980 (diff)
downloadscintilla-mirror-33ce86f2a9e5389f7dd9922eb387936b61364259.tar.gz
Feature from Stephan to allow autocompletion to stay open even when there
are no longer any values that start with the typed text.
Diffstat (limited to 'include/Scintilla.iface')
-rw-r--r--include/Scintilla.iface6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index 3a0fa61f9..6764edfe2 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -479,6 +479,12 @@ get bool AutoCGetIgnoreCase=2116(,)
# Display a list of strings and send notification when user chooses one.
fun void UserListShow=2117(int listType, string itemList)
+# Set whether or not autocompletion is hidden automatically when nothing matches
+set void AutoCSetAutoHide=2118(bool autoHide,)
+
+# Retrieve whether or not autocompletion is hidden automatically when nothing matches
+get bool AutoCGetAutoHide=2119(,)
+
# Set the number of spaces used for one level of indentation.
set void SetIndent=2122(int indentSize,)