diff options
| author | Neil <nyamatongwe@gmail.com> | 2013-11-17 10:38:29 +1100 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2013-11-17 10:38:29 +1100 |
| commit | 57240ad0eff0cb351ccb24bb21465ac0ba815629 (patch) | |
| tree | a482a09ae86edbb42d25c1e1f75af4ef0dbc08f8 | |
| parent | 256a67861de8adf38b7ecbdf5e83a75ebd4ca204 (diff) | |
| download | scintilla-mirror-57240ad0eff0cb351ccb24bb21465ac0ba815629.tar.gz | |
Change log.
| -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 ce53c07bd..3f7aac45d 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -475,6 +475,13 @@ <a href="http://sourceforge.net/p/scintilla/bugs/1538/">Bug #1538</a>. </li> <li> + C++ lexer fixes split of Doxygen keywords @code{.fileExtension} and @param[in,out]. + <a href="http://sourceforge.net/p/scintilla/bugs/1551/">Bug #1551</a>. + </li> + <li> + C++ lexer styles Doxygen keywords at end of document. + </li> + <li> Cmake lexer fixes bug with empty comments. <a href="http://sourceforge.net/p/scintilla/bugs/1550/">Bug #1550</a>. </li> |
