diff options
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 67388952b..6a07b5ff5 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -496,6 +496,8 @@ <td>Tse Kit Yam</td> <td>Morten Brørup</td> <td>Alexey Denisov</td> + </tr><tr> + <td>jedailey</td> </tr> </table> <p> @@ -545,6 +547,11 @@ <a href="http://sourceforge.net/p/scintilla/bugs/1849/">Bug #1849</a>. </li> <li> + When inserting spaces for virtual space and the position is in indentation and tabs are enabled + for indentation then use tabs. + <a href="http://sourceforge.net/p/scintilla/bugs/1850/">Bug #1850</a>. + </li> + <li> Fix fold expand when some child text not styled. Caused by fixes for Bug #1799. <a href="http://sourceforge.net/p/scintilla/bugs/1842/">Bug #1842</a>. |