aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2011-05-21 10:18:24 +1000
committernyamatongwe <devnull@localhost>2011-05-21 10:18:24 +1000
commit9ed1465a78cc69038d8a5655e6e1dba9c4258e5b (patch)
tree54b0eaa941abfd1540faab5db91980548c0f12f0 /include/Scintilla.h
parentea7aa404479ca0981b5f55b8863858585b61b603 (diff)
downloadscintilla-mirror-9ed1465a78cc69038d8a5655e6e1dba9c4258e5b.tar.gz
Move Selected Lines Up / Down. Feature #3304850.
From Olivier Dagenais.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r--include/Scintilla.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h
index c0ed9545e..f1c4fa99f 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -799,6 +799,8 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
#define SCI_CHANGELEXERSTATE 2617
#define SCI_CONTRACTEDFOLDNEXT 2618
#define SCI_VERTICALCENTRECARET 2619
+#define SCI_MOVESELECTEDLINESUP 2620
+#define SCI_MOVESELECTEDLINESDOWN 2621
#define SCI_STARTRECORD 3001
#define SCI_STOPRECORD 3002
#define SCI_SETLEXER 4001