diff options
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> |