diff options
author | nyamatongwe <unknown> | 2011-03-17 19:46:00 +1100 |
---|---|---|
committer | nyamatongwe <unknown> | 2011-03-17 19:46:00 +1100 |
commit | 8d9158ce9e8d2fc084df84de9ba08b178f6fec01 (patch) | |
tree | 2a58a897e4a522fc0b156a1f55d4ac6d6791dff0 | |
parent | 7d707f4b962e5d65e972c4bf4934be2f7de59530 (diff) | |
download | scintilla-mirror-8d9158ce9e8d2fc084df84de9ba08b178f6fec01.tar.gz |
More additions for 2.25.
-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 a33e169cd..14929790b 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -390,6 +390,9 @@ SparseState class makes it easier to write lexers which have to remember complex state between lines. </li> <li> + Visual Studio project (.dsp) files removed. The make files should be used instead as described in the README. + </li> + <li> Modula 3 lexer added along with SciTE support. <a href="https://sourceforge.net/tracker/?func=detail&atid=352439&aid=3173374&group_id=2439">Feature #3173374.</a> </li> @@ -408,6 +411,9 @@ <a href="https://sourceforge.net/tracker/?func=detail&atid=352439&aid=3172878&group_id=2439">Feature #3172878.</a> </li> <li> + The Fortran lexer correctly folds type-bound procedures from Fortran 2003. + </li> + <li> LPeg lexer support‎ improved in SciTE. </li> <li> |