diff options
author | Neil <nyamatongwe@gmail.com> | 2014-07-07 23:51:04 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2014-07-07 23:51:04 +1000 |
commit | ee6a5a8ecf0498fd2bc48803335f858eccfece69 (patch) | |
tree | 46470b53c6173a9b3bfce1166ed1021768ea753c /doc | |
parent | 8b5aaf5c4aca7f6369adbba839e4c7366e9bf8a3 (diff) | |
download | scintilla-mirror-ee6a5a8ecf0498fd2bc48803335f858eccfece69.tar.gz |
Fix bug where too many characters may be deleted when a rectangular selection is
deleted.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ScintillaHistory.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 3bddd2d26..77fae0685 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -460,6 +460,17 @@ </li> </ul> <h3> + <a href="http://prdownloads.sourceforge.net/scintilla/scite345.zip?download">Release 3.4.5</a> + </h3> + <ul> + <li> + Released 3 July 2014. + </li> + <li> + Bug fixed where style data was stale when deleting a rectangular selection. + </li> + <ul> + <h3> <a href="http://prdownloads.sourceforge.net/scintilla/scite344.zip?download">Release 3.4.4</a> </h3> <ul> |