diff options
author | Neil <nyamatongwe@gmail.com> | 2020-08-24 08:33:50 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2020-08-24 08:33:50 +1000 |
commit | 60504a3b1ab9c4777bfc3620538212d6ac5423af (patch) | |
tree | b48e51c6a668cc11621d16bf6a952647a341c4bf | |
parent | 49fab6b701800f4cfa2ae149b0ac2e47e5333ef4 (diff) | |
download | scintilla-mirror-60504a3b1ab9c4777bfc3620538212d6ac5423af.tar.gz |
SciTE change log.
-rw-r--r-- | doc/ScintillaHistory.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 59fce7492..f5b952d0a 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -559,6 +559,7 @@ </tr><tr> <td>Michel Sauvard</td> <td>uhf7</td> + <td>gnombat</td> </tr> </table> <p> @@ -590,6 +591,10 @@ <a href="https://sourceforge.net/p/scintilla/bugs/2191/">Bug #2191</a>. </li> <li> + Changed SciTE's indent.auto mode to set tab size to indent size when file uses tabs for indentation. + <a href="https://sourceforge.net/p/scintilla/bugs/2198/">Bug #2198</a>. + </li> + <li> Fixed bug on Win32 where cursor was flickering between hand and text over an indicator with hover style. <a href="https://sourceforge.net/p/scintilla/bugs/2170/">Bug #2170</a>. |