aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Editor.h
diff options
context:
space:
mode:
authorVicente <unknown>2017-04-02 08:17:38 +1000
committerVicente <unknown>2017-04-02 08:17:38 +1000
commitbe5c8e44aada8184ec1c91b10e8714d85df08ad4 (patch)
treec82096b8ce83b00da3345f685f9d4511be2b62bf /src/Editor.h
parentc02e8d079cb3f39ed1250013fdb614a414d2567c (diff)
downloadscintilla-mirror-be5c8e44aada8184ec1c91b10e8714d85df08ad4.tar.gz
Added "Reverse Selected Lines" as SCI_LINEREVERSE.
Diffstat (limited to 'src/Editor.h')
-rw-r--r--src/Editor.h1
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();