From aaba846cd86df4857e296dac242a3d2a4afa9063 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sun, 14 Dec 2003 02:52:22 +0000 Subject: Patch from Stephan Deibel to find current selection in autocompletion. --- include/Scintilla.iface | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/Scintilla.iface') 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(,) -- cgit v1.2.3