diff options
| author | jedailey <unknown> | 2016-08-31 11:30:52 +1000 |
|---|---|---|
| committer | jedailey <unknown> | 2016-08-31 11:30:52 +1000 |
| commit | 26869ee3d67d8f58c6573a6b010e9a615c9d681a (patch) | |
| tree | c0b7a1a2ec3de36ee60ced2ae8a0267f01175f7d /doc/ScintillaHistory.html | |
| parent | 917c4a524591b20ebc039ef8e32c158218412855 (diff) | |
| download | scintilla-mirror-26869ee3d67d8f58c6573a6b010e9a615c9d681a.tar.gz | |
Bug [#1850]. Use tabs for virtual space in indentation when tabs enabled.
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>. |
