diff options
author | Neil <nyamatongwe@gmail.com> | 2015-06-24 15:27:07 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2015-06-24 15:27:07 +1000 |
commit | ad0155fa7c53f9d3d50f21f9de9181f50cda7d88 (patch) | |
tree | 955e0dcfb030f1a5c30a0c4f8c8302feea976a81 /doc/ScintillaHistory.html | |
parent | 93e72ff752dcbb9d868ac451ac90bcbab1e57243 (diff) | |
download | scintilla-mirror-ad0155fa7c53f9d3d50f21f9de9181f50cda7d88.tar.gz |
Make multiple selection work over most cursor movement and selection, new line,
and word and line part deletion commands.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 3529c188b..bf198b900 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -484,6 +484,21 @@ </li> </ul> <h3> + <a href="http://prdownloads.sourceforge.net/scintilla/scite360.zip?download">Release 3.6.0</a> + </h3> + <ul> + <li> + Released 20 June 2015. + </li> + <li> + Multiple selection now works over more key commands. + The new multiple-selection handling commands include horizontal movement and selection commands, + line up and down movement and selection commands, word and line deletion commands, and + line end insertion. + This change in behaviours is conditional on setting the SCI_SETADDITIONALSELECTIONTYPING property. + </li> + </ul> + <h3> <a href="http://prdownloads.sourceforge.net/scintilla/scite357.zip?download">Release 3.5.7</a> </h3> <ul> |