aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2019-11-24 08:04:57 +1100
committerNeil <nyamatongwe@gmail.com>2019-11-24 08:04:57 +1100
commit63d10d1054d9987f647bf654be54f355d1dc40d6 (patch)
treea414517dac7a44303b9007c3e18910dcb661364e /doc/ScintillaHistory.html
parent0fac577852fdc97275d371032247c5428afd7876 (diff)
downloadscintilla-mirror-63d10d1054d9987f647bf654be54f355d1dc40d6.tar.gz
Backport: Bug [#2140]. Move rather than grow selection when insertion at start.
Backport of changeset 7773:20f353cd5507.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r--doc/ScintillaHistory.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index aef36de77..c47d097bc 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -561,6 +561,10 @@
Released 24 October 2019.
</li>
<li>
+ Move rather than grow selection when insertion at start.
+ <a href="https://sourceforge.net/p/scintilla/bugs/2140/">Bug #2140</a>.
+ </li>
+ <li>
Allow target to have virtual space.
Add methods for finding the virtual space at start and end of multiple selections.
<a href="https://sourceforge.net/p/scintilla/feature-requests/1316/">Feature #1316</a>.