aboutsummaryrefslogtreecommitdiff
path: root/src/scintilla_backports/revs
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2018-02-24 21:15:15 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2018-02-24 21:15:15 -0500
commit20b58d60c083e55117401bb8816f59f2711fc5b7 (patch)
treed33b84e7e90e94fbad433ab107b49674db9a1788 /src/scintilla_backports/revs
parent4a98efb0bc5dad80ec274293581ac55119a10669 (diff)
downloadtextadept-20b58d60c083e55117401bb8816f59f2711fc5b7.tar.gz
textadept-20b58d60c083e55117401bb8816f59f2711fc5b7.zip
Backported fix for rect and line selection movements from upstream Scintilla.
Diffstat (limited to 'src/scintilla_backports/revs')
-rw-r--r--src/scintilla_backports/revs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/scintilla_backports/revs b/src/scintilla_backports/revs
index 51649e3e..0f94210f 100644
--- a/src/scintilla_backports/revs
+++ b/src/scintilla_backports/revs
@@ -73,3 +73,5 @@ ed27432729c3 Use std::abs in preference to abs as std::abs is generic and abs ca
89d992f380a1 Templatize RunStyles so it can be over ranges of different types and contain
431b814a54a6 Implement SC_DOCUMENTOPTION_STYLES_NONE.
1280ef150bbb [Bug #1983] Fix double tap word selection on Windows 10 1709 Fall Creators Update.
+eaa6c7fa1a81 For rectangular selections, pressing Home or End now moves the caret to the Home
+0a8a766722c0 Fix move-extends-selection mode for rectangular and line selections.