From 08a76e686ec97d3d6c261729c42777dc0c3a3fc3 Mon Sep 17 00:00:00 2001 From: Neil Date: Sun, 27 Apr 2025 09:53:31 +1000 Subject: Added a table for virtual space options. --- doc/ScintillaDoc.html | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 81aecb0a7..1ee1c2306 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -130,7 +130,7 @@

Scintilla Documentation

-

Last edited 23 April 2025 NH

+

Last edited 27 April 2025 NH

Scintilla 5 has moved the lexers from Scintilla into a new Lexilla project.
@@ -1326,6 +1326,35 @@ struct Sci_TextRangeFull { This is most commonly desired in conjunction with virtual space but is an independent setting so works without virtual space.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
SCVS_NONE0The default: no virtual space.
SCVS_RECTANGULARSELECTION1Virtual space is enabled for rectangular selections.
SCVS_USERACCESSIBLE2Virtual space is enabled for user actions such as right arrow key or clicking beyond line end.
SCVS_NOWRAPLINESTART4Left arrow does not wrap to the previous line.
+

SCI_SETRECTANGULARSELECTIONMODIFIER(int modifier)
SCI_GETRECTANGULARSELECTIONMODIFIER → int
-- cgit v1.2.3