diff options
author | nyamatongwe <devnull@localhost> | 2011-03-17 16:01:38 +1100 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2011-03-17 16:01:38 +1100 |
commit | 583460b963da949b947a8aad113f5eb6314e7262 (patch) | |
tree | f372db65df393489bbdd2a14dc594dc50fcd6445 | |
parent | da74544552f7c1ad962a9c88fd5af57229d8247a (diff) | |
download | scintilla-mirror-583460b963da949b947a8aad113f5eb6314e7262.tar.gz |
More additions for 2.25.
-rw-r--r-- | doc/ScintillaHistory.html | 43 | ||||
-rw-r--r-- | doc/index.html | 2 |
2 files changed, 43 insertions, 2 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index e167e25fc..6287f08cf 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -387,8 +387,49 @@ Released 23 March 2011. </li> <li> + SparseState class makes it easier to write lexers which have to remember complex state between lines. </li> - <ul> + <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> + <li> + Asm, Basic, and D lexers add extra folding properties. + </li> + <li> + Raw string literals for C++0x supported in C++ lexer. + </li> + <li> + Triple-quoted strings used in Vala language supported in C++ lexer. + <a href="https://sourceforge.net/tracker/?func=detail&atid=352439&aid=3177601&group_id=2439">Feature #3177601.</a> + </li> + <li> + The errorlist lexer used in SciTE's output pane colours lines that start with '<' as diff deletions. + <a href="https://sourceforge.net/tracker/?func=detail&atid=352439&aid=3172878&group_id=2439">Feature #3172878.</a> + </li> + <li> + LPeg lexer support‎ improved in SciTE. + </li> + <li> + SciTE on Windows-64 fixes for menu localisation and Lua scripts. + <a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3204502&group_id=2439">Bug #3204502.</a> + </li> + <li> + SciTE on Windows avoids locking folders when using the open or save dialogs. + <a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=1795484&group_id=2439">Bug #1795484.</a> + </li> + <li> + Diff lexer fixes problem where diffs of diffs producing lines that start with "----". + <a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3197952&group_id=2439">Bug #3197952.</a> + </li> + <li> + Bug fixed when searching upwards in Chinese code page 936. + <a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3176271&group_id=2439">Bug #3176271.</a> + </li> + <li> + Performance issue and potential bug fixed on GTK+ with caret line for long lines. + </li> + </ul> <h3> <a href="http://prdownloads.sourceforge.net/scintilla/scite224.zip?download">Release 2.24</a> </h3> diff --git a/doc/index.html b/doc/index.html index 351f0afd1..4dd5445cd 100644 --- a/doc/index.html +++ b/doc/index.html @@ -71,7 +71,7 @@ </tr> </table> <ul id="versionlist"> - <li>Version 2.25 .</li> + <li>Version 2.25 improves ability of lexers to remember complex state between lines.</li> <li>Version 2.24 fixes a memory leak on GTK+ with Cairo.</li> <li>Version 2.23 uses Cairo for drawing on GTK+ 2.22+ rather than GDK.</li> <li>Version 2.22 fixes bugs and adds minor improvements.</li> |