diff options
author | Neil <nyamatongwe@gmail.com> | 2020-08-09 09:31:09 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2020-08-09 09:31:09 +1000 |
commit | a1867852c2caa12141bed334c751ffa8b1232db4 (patch) | |
tree | 25d18a8af59e2007eb7beebf82c11141ac138319 | |
parent | 362f76c99da9db272d6c68e4bbf1b433c90ea4cf (diff) | |
download | scintilla-mirror-a1867852c2caa12141bed334c751ffa8b1232db4.tar.gz |
SciTE change log.
-rw-r--r-- | doc/ScintillaHistory.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 14839fc45..84fbe36e7 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -600,6 +600,14 @@ <a href="https://sourceforge.net/p/scintilla/bugs/2193/">Bug #2193</a>. </li> <li> + For SciTE, don't show the output pane for quiet jobs. + <a href="https://sourceforge.net/p/scintilla/feature-requests/1365/">Feature #1365</a>. + </li> + <li> + Support command.quiet for SciTE on GTK. + <a href="https://sourceforge.net/p/scintilla/feature-requests/1365/">Feature #1365</a>. + </li> + <li> Fixed a bug in SciTE with stack balance when a syntax error in the Lua startup script caused continuing failures to find functions after the syntax error was corrected. <a href="https://sourceforge.net/p/scintilla/bugs/2176/">Bug #2176</a>. |