diff options
author | Neil <nyamatongwe@gmail.com> | 2020-06-28 09:25:48 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2020-06-28 09:25:48 +1000 |
commit | 08ef2dc76e39deed8b0b7f1d6ac8da271f805760 (patch) | |
tree | 5e3634b0d0562c718f6deefc4983a003995aaa4b /doc/ScintillaHistory.html | |
parent | f0d8f9e12218aa8b7296b40113db5bbbc860375f (diff) | |
download | scintilla-mirror-08ef2dc76e39deed8b0b7f1d6ac8da271f805760.tar.gz |
SciTE change log.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 36d98182c..ec85a8a00 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -556,6 +556,8 @@ <td>Chris Graham</td> <td>Hugues Larrive</td> <td>Prakash Sahni</td> + </tr><tr> + <td>Michel Sauvard</td> </tr> </table> <p> @@ -596,6 +598,10 @@ <a href="https://sourceforge.net/p/scintilla/feature-requests/1361/">Feature #1361</a>. </li> <li> + SciTE on Windows adds create.hidden.console option to stop console window flashing + when Lua script calls os.execute or io.popen. + </li> + <li> Fix printing on Windows to use correct text size. <a href="https://sourceforge.net/p/scintilla/bugs/2185/">Bug #2185</a>. </li> @@ -603,6 +609,11 @@ Fix bug on Win32 where calling WM_GETTEXT for more text than in document could return less text than in document. </li> + <li> + Fixed a bug in SciTE with Lua stack balance causing failure to find + functions after reloading script. + <a href="https://sourceforge.net/p/scintilla/bugs/2176/">Bug #2176</a>. + </li> </ul> <h3> <a href="https://www.scintilla.org/scite443.zip">Release 4.4.3</a> |