From 33de65c9d3e02f1e3d2d71a0f5cfefa1cb4a0b0f Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Tue, 14 Jun 2011 14:30:17 +1000 Subject: Add SCI_SETEMPTYSELECTION. Feature #3314877. From Marko Njezic. --- doc/ScintillaDoc.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'doc/ScintillaDoc.html') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 8446cf895..1e541bbb8 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -79,7 +79,7 @@

Scintilla Documentation

-

Last edited 13/June/2011 NH

+

Last edited 13/June/2011 MNJ

There is an overview of the internal design of Scintilla.
@@ -1077,6 +1077,7 @@ struct Sci_TextToFind { SCI_GETSELECTIONSTART
SCI_SETSELECTIONEND(int position)
SCI_GETSELECTIONEND
+ SCI_SETEMPTYSELECTION(int pos)
SCI_SELECTALL
SCI_LINEFROMPOSITION(int position)
SCI_POSITIONFROMLINE(int line)
@@ -1229,6 +1230,9 @@ struct Sci_TextToFind { current position or the anchor position. SCI_GETSELECTIONEND returns the larger of the two values.

+

SCI_SETEMPTYSELECTION(int pos)
+ This removes any selection and sets the caret at pos. The caret is not scrolled into view.

+

SCI_SELECTALL
This selects all the text in the document. The current position is not scrolled into view.

-- cgit v1.2.3