aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2003-12-14 02:52:22 +0000
committernyamatongwe <devnull@localhost>2003-12-14 02:52:22 +0000
commit0a5eb186926093859046d2be43a43994266fa1a2 (patch)
tree8de1969994686ce8c9b552f5197d92c60d8e647c /include/Scintilla.iface
parent4180658ffa5999a4d2130180a7a0d24e5cc4bcee (diff)
downloadscintilla-mirror-0a5eb186926093859046d2be43a43994266fa1a2.tar.gz
Patch from Stephan Deibel to find current selection in
autocompletion.
Diffstat (limited to 'include/Scintilla.iface')
-rw-r--r--include/Scintilla.iface3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index 132d97127..831e0393d 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -1546,6 +1546,9 @@ set void SetWhitespaceChars=2443(, string characters)
# Reset the set of characters for whitespace and word characters to the defaults.
fun void SetCharsDefault=2444(,)
+# Get currently selected item position in the auto-completion list
+fun int AutoCGetCurrent=2445(,)
+
# Start notifying the container of all key presses and commands.
fun void StartRecord=3001(,)