diff options
Diffstat (limited to 'doc/ScintillaHistory.html')
| -rw-r--r-- | doc/ScintillaHistory.html | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index b91a7e282..bcbfa53a4 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -593,10 +593,54 @@ <td>Sven Ritter</td> <td>Stefan Löffler</td> <td>Nathaniel Braun</td> + </tr><tr> + <td>Stephan T. Lavavej</td> </tr> </table> <h2 id="Releases">Releases</h2> <h3> + <a href="https://www.scintilla.org/scintilla562.zip">Release 5.6.2</a> + </h3> + <ul> + <li> + Released 29 April 2026. + </li> + <li> + Add error status SC_STATUS_OUTSIDE_DOCUMENT that is set when operations are attempted on a position + outside the document. + Positions are checked earlier to prevent actions partly succeeding. + Incomplete actions could lead to features that are out of synchronization + like change history referring to text that has been deleted. + </li> + <li> + On Win32 with DirectWrite in a GDI scaled application, draw sharper text in autocompletion lists. + <a href="https://sourceforge.net/p/scintilla/bugs/2505/">Bug #2505</a>. + </li> + <li> + On Win32 update scaling when the application moves to another monitor. + <a href="https://sourceforge.net/p/scintilla/bugs/2503/">Bug #2503</a>. + </li> + </ul> + <h3> + <a href="https://www.scintilla.org/scintilla561.zip">Release 5.6.1</a> + </h3> + <ul> + <li> + Released 26 March 2026. + </li> + <li> + Add mode to draw tabs as [HT] blobs with SCI_SETTABDRAWMODE(SCTD_CONTROLCHAR). + </li> + <li> + Improve mouse drag behaviour when drag and drop disabled. + <a href="https://sourceforge.net/p/scintilla/feature-requests/1581/">Feature #1581</a>. + </li> + <li> + Fix regression in SCI_CONVERTEOLS that may not convert whole file. + <a href="https://sourceforge.net/p/scintilla/bugs/2501/">Bug #2501</a>. + </li> + </ul> + <h3> <a href="https://www.scintilla.org/scintilla560.zip">Release 5.6.0</a> </h3> <ul> |
