diff options
author | Neil <nyamatongwe@gmail.com> | 2013-10-17 10:31:33 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2013-10-17 10:31:33 +1100 |
commit | 73b5ebfc819a9be67ad01f8ab34be19da75fc9f9 (patch) | |
tree | 139e88118abcbf358024581df6b61700a0280868 /doc/ScintillaHistory.html | |
parent | a4fe8bd8aa80d91f3fc356cb4284b30d8c602d97 (diff) | |
download | scintilla-mirror-73b5ebfc819a9be67ad01f8ab34be19da75fc9f9.tar.gz |
Feature [feature-requests:#1025]. Support multiline comments in FreeBASIC.
From Erik.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 98debdbb5..b0a56bcc7 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -432,6 +432,7 @@ <td>OmegaPhil</td> </tr><tr> <td>SiegeLord</td> + <td>Erik</td> </tr> </table> <p> @@ -451,6 +452,10 @@ Released 15 October 2013. </li> <li> + Basic lexer supports multiline comments in FreeBASIC. + <a href="http://sourceforge.net/p/scintilla/feature-requests/1023/">Feature #1023.</a> + </li> + <li> C++ lexer fixes bug with #include statements without " or > terminating filename. <a href="http://sourceforge.net/p/scintilla/bugs/1538/">Bug #1538</a>. </li> |