From 12f1f1131fa44b7a941cbd1a097b0279ae56168a Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Fri, 7 Aug 2009 00:10:00 +0000 Subject: Documented some new commands. --- doc/ScintillaDoc.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'doc/ScintillaDoc.html') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index a4da602d2..aec37c323 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -1457,6 +1457,10 @@ struct TextToFind { SCI_GETADDITIONALCARETFORE
SCI_SETADDITIONALCARETSBLINK(bool additionalCaretsBlink)
SCI_GETADDITIONALCARETSBLINK
+
+ + SCI_SWAPMAINANCHORCARET
+ SCI_ROTATESELECTION

There may be multiple selections active at one time. @@ -1584,6 +1588,14 @@ struct TextToFind { SCI_SETCARETPERIOD, and SCI_GETCARETPERIOD.

+

+ SCI_SWAPMAINANCHORCARET
+ SCI_ROTATESELECTION
+ These commands may be assigned to keys to make it possible to manipulate multiple selections. + SCI_SWAPMAINANCHORCARET moves the caret to the opposite end of the main selection. + SCI_ROTATESELECTION makes the next selection be the main selection. +

+

Scrolling and automatic scrolling

SCI_LINESCROLL(int column, int line)
SCI_SCROLLCARET
-- cgit v1.2.3