diff options
-rw-r--r-- | doc/ScintillaDownload.html | 10 | ||||
-rw-r--r-- | doc/ScintillaHistory.html | 134 | ||||
-rw-r--r-- | doc/index.html | 7 | ||||
-rw-r--r-- | version.txt | 2 | ||||
-rw-r--r-- | win32/ScintRes.rc | 8 |
5 files changed, 148 insertions, 13 deletions
diff --git a/doc/ScintillaDownload.html b/doc/ScintillaDownload.html index 60f7e8616..7af904e21 100644 --- a/doc/ScintillaDownload.html +++ b/doc/ScintillaDownload.html @@ -25,9 +25,9 @@ <table bgcolor="#CCCCCC" width="100%" cellspacing="0" cellpadding="8" border="0"> <tr> <td> - <font size="4"> <a href="http://prdownloads.sourceforge.net/scintilla/scintilla225.zip?download"> + <font size="4"> <a href="http://prdownloads.sourceforge.net/scintilla/scintilla226.zip?download"> Windows</a> - <a href="http://prdownloads.sourceforge.net/scintilla/scintilla225.tgz?download"> + <a href="http://prdownloads.sourceforge.net/scintilla/scintilla226.tgz?download"> GTK+/Linux</a> </font> </td> @@ -41,7 +41,7 @@ containing very few restrictions. </p> <h3> - Release 2.25 + Release 2.26 </h3> <h4> Source Code @@ -49,8 +49,8 @@ The source code package contains all of the source code for Scintilla but no binary executable code and is available in <ul> - <li><a href="http://prdownloads.sourceforge.net/scintilla/scintilla225.zip?download">zip format</a> (1200K) commonly used on Windows</li> - <li><a href="http://prdownloads.sourceforge.net/scintilla/scintilla225.tgz?download">tgz format</a> (1080K) commonly used on Linux and compatible operating systems</li> + <li><a href="http://prdownloads.sourceforge.net/scintilla/scintilla226.zip?download">zip format</a> (1200K) commonly used on Windows</li> + <li><a href="http://prdownloads.sourceforge.net/scintilla/scintilla226.tgz?download">tgz format</a> (1080K) commonly used on Linux and compatible operating systems</li> </ul> Instructions for building on both Windows and Linux are included in the readme file. <h4> diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 882a70c3f..d5a5fafe4 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -382,6 +382,140 @@ </li> </ul> <h3> + <a href="http://prdownloads.sourceforge.net/scintilla/scite226.zip?download">Release 2.26</a> + </h3> + <ul> + <li> + Released 26 May 2011. + </li> + <li> + Folding margin symbols can be highlighted for the current folding block. + <a href="https://sourceforge.net/tracker/?func=detail&atid=352439&aid=3147069&group_id=2439">Feature #3147069.</a> + </li> + <li> + Selected lines can be moved up or down together. + <a href="https://sourceforge.net/tracker/?func=detail&atid=352439&aid=3304850&group_id=2439">Feature #3304850.</a> + </li> + <li> + SciTE can highlight all occurrences of the current word or selected text. + <a href="https://sourceforge.net/tracker/?func=detail&atid=352439&aid=3291636&group_id=2439">Feature #3291636.</a> + </li> + <li> + Experimental GTK+ 3.0 support: build with "make GTK3=1". + </li> + <li> + INDIC_STRAIGHTBOX added. Is similar to INDIC_ROUNDBOX but without rounded corners. + <a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3290435&group_id=2439">Bug #3290435.</a> + </li> + <li> + Can show brace matching and mismatching with indicators instead of text style. + Translucency of outline can be altered for INDIC_ROUNDBOX and INDIC_STRAIGHTBOX. + <a href="https://sourceforge.net/tracker/?func=detail&atid=352439&aid=3290434&group_id=2439">Feature #3290434.</a> + </li> + <li> + SciTE can automatically indent python by examining previous line for scope-starting ':' with indent.python.colon. + </li> + <li> + Batch file lexer allows braces '(' or ')' inside variable names. + </li> + <li> + The cpp lexer only recognises Vala triple quoted strings when lexer.cpp.triplequoted.strings property is set. + <a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3239234&group_id=2439">Bug #3239234.</a> + </li> + <li> + Make file lexer treats a variable with a nested variable like $(f$(qx)b) as one variable. + <a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3298223&group_id=2439">Bug #3298223.</a> + </li> + <li> + Folding bug fixed for JavaScript with nested PHP. + <a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3193530&group_id=2439">Bug #3193530.</a> + </li> + <li> + HTML lexer styles Django's {# #} comments. + <a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3013798&group_id=2439">Bug #3013798.</a> + </li> + <li> + HTML lexer styles JavaScript regular expression correctly for /abc/i.test('abc');. + <a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3209108&group_id=2439">Bug #3209108.</a> + </li> + <li> + Inno Setup Script lexer now works properly when it restarts from middle of [CODE] section. + <a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3283880&group_id=2439">Bug #3283880.</a> + <a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3129044&group_id=2439">Bug #3129044.</a> + </li> + <li> + Lua lexer updated for Lua 5.2 with hexadecimal floating-point numbers and '\*' whitespace escaping in strings. + <a href="https://sourceforge.net/tracker/?func=detail&atid=352439&aid=3243811&group_id=2439">Feature #3243811.</a> + </li> + <li> + Perl folding folds "here doc"s and adds options fold.perl.at.else and fold.perl.comment.explicit. Fold structure for Perl fixed. + <a href="https://sourceforge.net/tracker/?func=detail&atid=352439&aid=3112671&group_id=2439">Feature #3112671.</a> + <a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3265401&group_id=2439">Bug #3265401.</a> + </li> + <li> + Python lexer supports cpdef keyword for Cython. + <a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3279728&group_id=2439">Bug #3279728.</a> + </li> + <li> + SQL folding option lexer.sql.fold.at.else renamed to fold.sql.at.else. + <a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3271474&group_id=2439">Bug #3271474.</a> + </li> + <li> + SQL lexer no longer treats ';' as terminating a comment. + <a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3196071&group_id=2439">Bug #3196071.</a> + </li> + <li> + Text drawing and measurement segmented into smaller runs to avoid platform bugs. + <a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3277449&group_id=2439">Bug #3277449.</a> + <a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3165743&group_id=2439">Bug #3165743.</a> + </li> + <li> + SciTE on Windows adds temp.files.sync.load property to open dropped temporary files synchronously as they may + be removed before they can be opened asynchronously. + <a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3072009&group_id=2439">Bug #3072009.</a> + </li> + <li> + Bug fixed with indentation guides ignoring first line in SC_IV_LOOKBOTH mode. + <a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3291317&group_id=2439">Bug #3291317.</a> + </li> + <li> + Bugs fixed in backward regex search. + <a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3292659&group_id=2439">Bug #3292659.</a> + </li> + <li> + Bugs with display of folding structure fixed for wrapped lines and where there is a fold header but no body. + <a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3291579&group_id=2439">Bug #3291579.</a> + <a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3265401&group_id=2439">Bug #3265401.</a> + </li> + <li> + SciTE on Windows cursor changes to an arrow now when over horizontal splitter near top of window. + <a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3286620&group_id=2439">Bug #3286620.</a> + </li> + <li> + Fixed default widget size problem on GTK+. + <a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3267892&group_id=2439">Bug #3267892.</a> + </li> + <li> + Fixed font size when using Cairo on GTK+. + <a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3272662&group_id=2439">Bug #3272662.</a> + </li> + <li> + Fixed primary selection and cursor issues on GTK+ when unrealized then realized. + <a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3256153&group_id=2439">Bug #3256153.</a> + </li> + <li> + Right click now cancels selection on GTK+ like on Windows. + <a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3235190&group_id=2439">Bug #3235190.</a> + </li> + <li> + SciTE on GTK+ implements z-order buffer switching like on Windows. + <a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3228384&group_id=2439">Bug #3228384.</a> + </li> + <li> + Improve selection position after SciTE Insert Abbreviation command when abbreviation expansion includes '|'. + </li> + </ul> + <h3> <a href="http://prdownloads.sourceforge.net/scintilla/scite225.zip?download">Release 2.25</a> </h3> <ul> diff --git a/doc/index.html b/doc/index.html index 5922f0df5..ff986bf15 100644 --- a/doc/index.html +++ b/doc/index.html @@ -9,7 +9,7 @@ <meta name="keywords" content="Scintilla, SciTE, Editing Component, Text Editor" /> <meta name="Description" content="www.scintilla.org is the home of the Scintilla editing component and SciTE text editor application." /> - <meta name="Date.Modified" content="20110321" /> + <meta name="Date.Modified" content="20110526" /> <style type="text/css"> #versionlist { margin: 0; @@ -55,8 +55,8 @@ GTK+</font> </td> <td width="40%" align="right"> - <font color="#FFCC99" size="3"> Release version 2.25<br /> - Site last modified March 21 2011</font> + <font color="#FFCC99" size="3"> Release version 2.26<br /> + Site last modified May 26 2011</font> </td> <td width="20%"> @@ -71,6 +71,7 @@ </tr> </table> <ul id="versionlist"> + <li>Version 2.26 can highlight folding margin symbols for the current folding block. Experimental support for GTK+ 3.</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> diff --git a/version.txt b/version.txt index 188ccfe56..f4146713e 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -225 +226 diff --git a/win32/ScintRes.rc b/win32/ScintRes.rc index cdeb190b4..037960491 100644 --- a/win32/ScintRes.rc +++ b/win32/ScintRes.rc @@ -5,8 +5,8 @@ #include <windows.h> VS_VERSION_INFO VERSIONINFO -FILEVERSION 2, 2, 5, 0 -PRODUCTVERSION 2, 2, 5, 0 +FILEVERSION 2, 2, 6, 0 +PRODUCTVERSION 2, 2, 6, 0 FILEFLAGSMASK 0x3fL FILEFLAGS 0 FILEOS VOS_NT_WINDOWS32 @@ -23,12 +23,12 @@ BEGIN BEGIN VALUE "CompanyName", "Neil Hodgson neilh@scintilla.org\0" VALUE "FileDescription", "Scintilla.DLL - a Source Editing Component\0" - VALUE "FileVersion", "2.25\0" + VALUE "FileVersion", "2.26\0" VALUE "InternalName", "Scintilla\0" VALUE "LegalCopyright", "Copyright 1998-2011 by Neil Hodgson\0" VALUE "OriginalFilename", "Scintilla.DLL\0" VALUE "ProductName", "Scintilla\0" - VALUE "ProductVersion", "2.25\0" + VALUE "ProductVersion", "2.26\0" END END END |