aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
diff options
context:
space:
mode:
authornyamatongwe <unknown>2009-10-18 21:05:35 +0000
committernyamatongwe <unknown>2009-10-18 21:05:35 +0000
commit9edc5aea8c33e2f11de7597b21154bd572baee35 (patch)
treef618ccb2c153b6f02f736dabd87ce918791f7b44 /include/Scintilla.iface
parent67575dc496a55f7abda537d64eca4542d9528bb9 (diff)
downloadscintilla-mirror-9edc5aea8c33e2f11de7597b21154bd572baee35.tar.gz
AutoCGetCurrentText added by Nick Treleaven.
Diffstat (limited to 'include/Scintilla.iface')
-rw-r--r--include/Scintilla.iface4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index fd89aa3f8..647506cf4 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -1724,6 +1724,10 @@ fun void SetCharsDefault=2444(,)
# Get currently selected item position in the auto-completion list
fun int AutoCGetCurrent=2445(,)
+# Get currently selected item text in the auto-completion list
+# Returns the length of the item text
+fun int AutoCGetCurrentText=2610(, stringresult s)
+
# Enlarge the document to a particular size of text bytes.
fun void Allocate=2446(int bytes,)