aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2014-01-14 19:08:34 +1100
committerNeil <nyamatongwe@gmail.com>2014-01-14 19:08:34 +1100
commit9ea7245b440aa3de91ff532ce102ea9fa7e34d6c (patch)
treec28dbc6f2d760773f6c3a849154ef80f22ffe707 /include/Scintilla.iface
parent8c585027b90cf0281273fb4693afb097a956c53a (diff)
downloadscintilla-mirror-9ea7245b440aa3de91ff532ce102ea9fa7e34d6c.tar.gz
CallTipSetPosStart API added.
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 7b38eb852..32a797251 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -1042,6 +1042,9 @@ fun bool CallTipActive=2202(,)
# Retrieve the position where the caret was before displaying the call tip.
fun position CallTipPosStart=2203(,)
+# Set the start position in order to change when backspacing removes the calltip.
+set void CallTipSetPosStart=2214(int posStart,)
+
# Highlight a segment of the definition.
fun void CallTipSetHlt=2204(int start, int end)