From ca79b65eea2653ecbf62eb0f1d0caf4ff6dea601 Mon Sep 17 00:00:00 2001
From: mitchell
SCI_GETSELECTIONNENDVIRTUALSPACE(int selection) → position
Set or query the start and end position of each already existing selection.
- Query the virtual space at start and end of each selection.
+ Query the virtual space at start and end of each selection.
Mostly of use to query each range for its text. The selection parameter is zero-based.
@@ -7122,9 +7122,7 @@ SCI_METHOD PropertyNames()
The types Sci_Position and Sci_PositionU are used for positions and line numbers in the document.
-Before release 3.6.0 the types int and unsigned int were used instead and, for 3.6.0,
-Sci_Position is defined as int and Sci_PositionU is defined as unsigned int.
-In a future release, 64-bit builds will define these as 64-bit types to allow documents larger than 2 GB.
+With release 3.8.0, 64-bit builds define these as 64-bit types to allow future implementation of documents larger than 2 GB.
@@ -8460,8 +8458,6 @@ for line = lineStart to lineEnd do SCI_ENSUREVISIBLE(line) next
Provisional features are displayed in this document with a distinctive background colour.
-There are currently no provisional messages or values.
-Some developers may want to only use features that are stable and have graduated from
provisional status. To avoid using provisional messages compile with the symbol
SCI_DISABLE_PROVISIONAL defined.