diff options
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index a73ba9def..a646f05cd 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -494,6 +494,8 @@ </tr><tr> <td>Van de Bugger</td> <td>Tse Kit Yam</td> + <td>Morten Brørup</td> + <td>Alexey Denisov</td> </tr> </table> <p> @@ -527,6 +529,10 @@ character set explicitly. </li> <li> + The C++ lexer can fold on #else and #elif with the fold.cpp.preprocessor.at.else property. + <a href="http://sourceforge.net/p/scintilla/feature-requests/210/">Bug #210</a>. + </li> + <li> The HTML lexer no longer treats "<?" inside a string in a script as potentially starting an XML document. <a href="http://sourceforge.net/p/scintilla/bugs/767/">Bug #767</a>. </li> |