From 1d801fba7580276f1a91af5019d5d2ac59372a37 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 20 Oct 2010 16:03:21 +1100 Subject: Feature request #3064696 SCI_VERTICALCENTRECARET: center current line in window. --- include/Scintilla.iface | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'include/Scintilla.iface') diff --git a/include/Scintilla.iface b/include/Scintilla.iface index a8ef722a0..61031398c 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -259,7 +259,7 @@ val SC_MARK_CIRCLEPLUSCONNECTED=19 val SC_MARK_CIRCLEMINUS=20 val SC_MARK_CIRCLEMINUSCONNECTED=21 -# Invisible mark that only sets the line background color. +# Invisible mark that only sets the line background colour. val SC_MARK_BACKGROUND=22 val SC_MARK_DOTDOTDOT=23 val SC_MARK_ARROWS=24 @@ -2095,6 +2095,9 @@ fun int ChangeLexerState=2617(position start, position end) # Return -1 when no more lines. fun int ContractedFoldNext=2618(int lineStart,) +# Centre current line in window. +fun void VerticalCentreCaret=2619(,) + # Start notifying the container of all key presses and commands. fun void StartRecord=3001(,) -- cgit v1.2.3