From 20b58d60c083e55117401bb8816f59f2711fc5b7 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sat, 24 Feb 2018 21:15:15 -0500 Subject: Backported fix for rect and line selection movements from upstream Scintilla. --- src/scintilla_backports/revs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/scintilla_backports/revs') 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. -- cgit v1.2.3