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 | f7b5bf30ba118fcd86f6acec132e9a372e7f2af2 (patch) | |
tree | cb31bc2c9445306cc447ab1e3c1136c06f61199b | |
parent | 765ff91acfb0f7f3be9844a818861ec801ec35bb (diff) | |
download | scintilla-mirror-f7b5bf30ba118fcd86f6acec132e9a372e7f2af2.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> |