aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2019-02-09 19:54:22 +1100
committerNeil <nyamatongwe@gmail.com>2019-02-09 19:54:22 +1100
commitc2bf7c9b5c090d18022bcd990414b5a0c0b587c8 (patch)
treea8f86de28a056623a019c9588c370b44c3662493 /doc/ScintillaHistory.html
parenta760eda7a7ebdf20870dfe10f9761ffc7397c861 (diff)
downloadscintilla-mirror-c2bf7c9b5c090d18022bcd990414b5a0c0b587c8.tar.gz
Bug [#2078]. Fix garbage text from SCI_MOVESELECTEDLINESUP and
SCI_MOVESELECTEDLINESDOWN for rectangular or thin selection by performing no action.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r--doc/ScintillaHistory.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index f6e82f658..c14d090b3 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -600,6 +600,11 @@
Fix TCL lexer recognizing '"' after "," inside a bracketed substitution.
<a href="https://sourceforge.net/p/scintilla/bugs/1947/">Bug #1947</a>.
</li>
+ <li>
+ Fix garbage text from SCI_MOVESELECTEDLINESUP and SCI_MOVESELECTEDLINESDOWN
+ for rectangular or thin selection by performing no action.
+ <a href="https://sourceforge.net/p/scintilla/bugs/2078/">Bug #2078</a>.
+ </li>
</ul>
<h3>
<a href="https://www.scintilla.org/scite413.zip">Release 4.1.3</a>