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. --- src/Editor.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Editor.h') diff --git a/src/Editor.h b/src/Editor.h index 00611cf1c..6e4e6474c 100644 --- a/src/Editor.h +++ b/src/Editor.h @@ -460,6 +460,7 @@ protected: // ScintillaBase subclass needs access to much of Editor virtual std::string CaseMapString(const std::string &s, int caseMapping); void ChangeCaseOfSelection(int caseMapping); void LineTranspose(); + void LineReverse(); void Duplicate(bool forLine); virtual void CancelModes(); void NewLine(); -- cgit v1.2.3