aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2000-06-21 04:39:33 +0000
committernyamatongwe <devnull@localhost>2000-06-21 04:39:33 +0000
commit7b0e16f00f59aeec2d38fd71d5279e7bd6f1a3b5 (patch)
treecc863aeec05c0d357e84909dd2ed3f4b713d539a /include/Scintilla.iface
parent6d3878dca546f21822b087d70bea23db9437c0a9 (diff)
downloadscintilla-mirror-7b0e16f00f59aeec2d38fd71d5279e7bd6f1a3b5.tar.gz
GetLineEndPosition exposed.
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 f3eec65df..1343cbfdc 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -463,6 +463,9 @@ set void SetHighlightGuide=2134(int column,)
# Get the highlighted indentation guide column.
get int GetHighlightGuide=2135(,)
+# Get the position after the last visible characters on a line.
+get int GetLineEndPosition=2136(int line,)
+
# Show a call tip containing a definition near position pos.
fun void CallTipShow=2200(position pos, string definition)