diff options
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 75300da7f..dbd60f3e8 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -475,11 +475,11 @@ </li> </ul> <h3> - <a href="http://prdownloads.sourceforge.net/scintilla/scite351.zip?download">Release 3.5.1</a> + <a href="http://prdownloads.sourceforge.net/scintilla/scite352.zip?download">Release 3.5.2</a> </h3> <ul> <li> - Released 30 September 2014. + Released 2 December 2014. </li> <li> For OS X Cocoa switch C++ runtime to libc++ to enable use of features that will never @@ -501,7 +501,7 @@ </li> <li> Allow platform overrides for drawing tab arrows, wrap markers, and line markers. - Variable for size of double click detection area. + Size of double click detection area is a variable. These enable better visuals and behaviour for PLAT_CURSES as it is character cell based. </li> <li> @@ -525,7 +525,7 @@ <a href="http://sourceforge.net/p/scintilla/bugs/1643/">Bug #1643</a>. </li> <li> - On Windows another DirectWrite mode SC_TECHNOLOGY_DIRECTWRITEDC added + On Windows, another DirectWrite mode SC_TECHNOLOGY_DIRECTWRITEDC added which may avoid drawing failures in some circumstances by drawing into a GDI DC. This feature is provisional and may be changed or removed if a better solution is found. </li> |