diff options
author | Vicente <unknown> | 2017-04-02 08:17:38 +1000 |
---|---|---|
committer | Vicente <unknown> | 2017-04-02 08:17:38 +1000 |
commit | be5c8e44aada8184ec1c91b10e8714d85df08ad4 (patch) | |
tree | c82096b8ce83b00da3345f685f9d4511be2b62bf /src/Editor.h | |
parent | c02e8d079cb3f39ed1250013fdb614a414d2567c (diff) | |
download | scintilla-mirror-be5c8e44aada8184ec1c91b10e8714d85df08ad4.tar.gz |
Added "Reverse Selected Lines" as SCI_LINEREVERSE.
Diffstat (limited to 'src/Editor.h')
-rw-r--r-- | src/Editor.h | 1 |
1 files changed, 1 insertions, 0 deletions
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(); |