From 910f1811a05bb1e279cebd985ffe5dfc5536a3e1 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Thu, 30 Nov 2000 06:16:57 +0000 Subject: Patches from Stephan to slow down autoscrolling, exposed MoveCaretInsideView as part of the API and did some other work on macros. --- 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 068798f2a..f694c4ee9 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -896,6 +896,9 @@ fun void LineScrollDown=2342(,) # Scroll the document up, keeping the caret visible. fun void LineScrollUp=2343(,) +# Move the caret inside current view if it's not there already +fun void MoveCaretInsideView=2401(,) + # How many characters are on a line, not including end of line characters. fun int LineLength=2350(int line,) -- cgit v1.2.3