aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
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 /include/Scintilla.iface
parentc02e8d079cb3f39ed1250013fdb614a414d2567c (diff)
downloadscintilla-mirror-be5c8e44aada8184ec1c91b10e8714d85df08ad4.tar.gz
Added "Reverse Selected Lines" as SCI_LINEREVERSE.
Diffstat (limited to 'include/Scintilla.iface')
-rw-r--r--include/Scintilla.iface3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index 5aa5f8ee3..341044a72 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -1614,6 +1614,9 @@ fun void LineDelete=2338(,)
# Switch the current line with the previous.
fun void LineTranspose=2339(,)
+# Reverse order of selected lines.
+fun void LineReverse=2354(,)
+
# Duplicate the current line.
fun void LineDuplicate=2404(,)