From be5c8e44aada8184ec1c91b10e8714d85df08ad4 Mon Sep 17 00:00:00 2001 From: Vicente Date: Sun, 2 Apr 2017 08:17:38 +1000 Subject: Added "Reverse Selected Lines" as SCI_LINEREVERSE. --- doc/ScintillaDoc.html | 5 ++++- doc/ScintillaHistory.html | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 52616b02f..a91a421a1 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -5199,15 +5199,18 @@ struct Sci_TextToFind { SCI_DELLINERIGHT SCI_LINEDELETE + + SCI_LINECUT - SCI_LINECUT SCI_LINECOPY SCI_LINETRANSPOSE + SCI_LINEREVERSE + SCI_LINEDUPLICATE diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index c607f0e4a..af98c0da6 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -527,6 +527,9 @@ Released 21 March 2017.
  • + Added "Reverse Selected Lines" feature. +
  • +
  • Updated case conversion and character categories to Unicode 9.
  • -- cgit v1.2.3