diff options
| author | nyamatongwe <unknown> | 2009-08-18 07:32:42 +0000 |
|---|---|---|
| committer | nyamatongwe <unknown> | 2009-08-18 07:32:42 +0000 |
| commit | 9c24fec520a730137cca7bf4f4fe46d40ff4b156 (patch) | |
| tree | 955e71e4c3202daa0e618f0d0e65f141bbe5bf96 /doc/ScintillaHistory.html | |
| parent | a122151e7bb2dddfb3aef200f49aea317f0b0c4f (diff) | |
| download | scintilla-mirror-9c24fec520a730137cca7bf4f4fe46d40ff4b156.tar.gz | |
Ready version 2.01 to fix problems with multiple selections.
Diffstat (limited to 'doc/ScintillaHistory.html')
| -rw-r--r-- | doc/ScintillaHistory.html | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 5b820c84f..cee147c63 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -351,6 +351,32 @@ </li> </ul> <h3> + <a href="http://prdownloads.sourceforge.net/scintilla/scite201.zip?download">Release 2.01</a> + </h3> + <ul> + <li> + Released on 19 August 2009. + </li> + <li> + Fix to positioning rectangular paste when viewing line ends. + </li> + <li> + Don't insert new lines and indentation for line ends at end of rectangular paste. + </li> + <li> + When not in additional selection typing mode, cutting a rectangular selection removes all of the selected text. + </li> + <li> + Rectangular selections are copied to the clipboard in document order, not in the order of selection. + </li> + <li> + SCI_SETCURRENTPOS and SCI_SETANCHOR work in rectangular mode. + </li> + <li> + On GTK+, drag and drop to a later position in the document now drops at the position. + </li> + </ul> + <h3> <a href="http://prdownloads.sourceforge.net/scintilla/scite200.zip?download">Release 2.0</a> </h3> <ul> |
