diff options
author | 2018-02-24 21:15:15 -0500 | |
---|---|---|
committer | 2018-02-24 21:15:15 -0500 | |
commit | 20b58d60c083e55117401bb8816f59f2711fc5b7 (patch) | |
tree | d33b84e7e90e94fbad433ab107b49674db9a1788 /src/scintilla_backports/revs | |
parent | 4a98efb0bc5dad80ec274293581ac55119a10669 (diff) | |
download | textadept-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/revs | 2 |
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. |