diff options
author | nyamatongwe <devnull@localhost> | 2008-10-16 01:03:20 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2008-10-16 01:03:20 +0000 |
commit | b66f5ce4367adb34b3f3a486e32ce360a8597677 (patch) | |
tree | bee39e3c16382d7962f74f3ac97bc9ea50067c58 | |
parent | 3c55d4f34dbe07963394fdfddaabc51ac530c30e (diff) | |
download | scintilla-mirror-b66f5ce4367adb34b3f3a486e32ce360a8597677.tar.gz |
Updates for 1.77
-rw-r--r-- | doc/ScintillaDownload.html | 10 | ||||
-rw-r--r-- | doc/ScintillaHistory.html | 117 | ||||
-rw-r--r-- | doc/index.html | 11 | ||||
-rw-r--r-- | version.txt | 2 | ||||
-rw-r--r-- | win32/ScintRes.rc | 8 |
5 files changed, 135 insertions, 13 deletions
diff --git a/doc/ScintillaDownload.html b/doc/ScintillaDownload.html index d865875d2..0a73ab20a 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/scintilla176.zip?download"> + <font size="4"> <a href="http://prdownloads.sourceforge.net/scintilla/scintilla177.zip?download"> Windows</a> - <a href="http://prdownloads.sourceforge.net/scintilla/scintilla176.tgz?download"> + <a href="http://prdownloads.sourceforge.net/scintilla/scintilla177.tgz?download"> GTK+/Linux</a> </font> </td> @@ -41,7 +41,7 @@ containing very few restrictions. </p> <h3> - Release 1.76 + Release 1.77 </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/scintilla176.zip?download">zip format</a> (890K) commonly used on Windows</li> - <li><a href="http://prdownloads.sourceforge.net/scintilla/scintilla176.tgz?download">tgz format</a> (770K) commonly used on Linux and compatible operating systems</li> + <li><a href="http://prdownloads.sourceforge.net/scintilla/scintilla177.zip?download">zip format</a> (890K) commonly used on Windows</li> + <li><a href="http://prdownloads.sourceforge.net/scintilla/scintilla177.tgz?download">tgz format</a> (770K) 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 02e88b6ed..95128b316 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -331,6 +331,123 @@ </li> </ul> <h3> + <a href="http://prdownloads.sourceforge.net/scintilla/scite177.zip?download">Release 1.77</a> + </h3> + <ul> + <li> + Released on 18 October 2008. + </li> + <li> + Direct temporary access to Scintilla's text buffer to allow simple efficient interfacing + to libraries like regular expression libraries. + </li> + <li> + Scintilla on Windows can interpret keys as Unicode even when a narrow character + window with SCI_SETKEYSUNICODE. + </li> + <li> + Notification sent when autocompletion cancelled. + </li> + <li> + Lexer for gettext .po files added. + </li> + <li> + Abaqus lexer handles program structure more correctly. + </li> + <li> + C++ lexer allows mixed case doc comment tags. + </li> + <li> + CSS lexer updated and works with non-ASCII. + </li> + <li> + Diff lexer adds style for changed lines, handles subversion diffs better and + fixes styling and folding for lines containing chunk dividers ("---"). + </li> + <li> + Haskell lexer allows hexadecimal literals. + </li> + <li> + HTML lexer improves PHP and JavaScript folding. + PHP heredocs, nowdocs, strings and comments processed more accurately. + Internet Explorer's non-standard >comment< tag supported. + Script recognition in XML can be controlled with lexer.xml.allow.scripts property. + </li> + <li> + Lua lexer styles last character correctly. + </li> + <li> + Perl lexer update. + </li> + <li> + Comment folding implemented for Ruby. + </li> + <li> + Better TeX folding. + </li> + <li> + Verilog lexer updated. + </li> + <li> + Windows Batch file lexer handles %~ and %*. + </li> + <li> + YAML lexer allows non-ASCII text. + </li> + <li> + SciTE on GTK+ implements "Replace in Buffers" in advanced mode. + </li> + <li> + The extender OnBeforeSave method can override the default file saving behaviour by retuning true. + </li> + <li> + Window position and recent files list may be saved into the session file. + </li> + <li> + Right button press outside the selection moves the caret. + </li> + <li> + SciTE load.on.activate works when closing a document reveals a changed document. + </li> + <li> + SciTE bug fixed where eol.mode not used for initial buffer. + </li> + <li> + SciTE bug fixed where a file could be saved as the same name as another + buffer leading to confusing behaviour. + </li> + <li> + Fixed display bug for long lines in same style on Windows. + </li> + <li> + Fixed SciTE crash when finding matching preprocessor command used on some files. + </li> + <li> + Drawing performance improved for files with many blank lines. + </li> + <li> + Folding bugs fixed where changing program text produced a decrease in fold level on a fold header line. + </li> + <li> + Clearing document style now clears all indicators. + </li> + <li> + SciTE's embedded Lua updated to 5.1.4. + </li> + <li> + SciTE will compile with versions of GTK+ before 2.8 again. + </li> + <li> + SciTE on GTK+ bug fixed where multiple files not opened. + </li> + <li> + Bug fixed with SCI_VCHOMEWRAP and SCI_VCHOMEWRAPEXTEND on white last line. + </li> + <li> + Regular expression bug fixed where "^[^(]+$" matched empty lines. + </li> + </ul> + <h3> <a href="http://prdownloads.sourceforge.net/scintilla/scite176.zip?download">Release 1.76</a> </h3> <ul> diff --git a/doc/index.html b/doc/index.html index cc1c9c161..df2d21172 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="20080316" /> + <meta name="Date.Modified" content="20081018" /> <style type="text/css"> .versionlist { color: #FFCC99; @@ -36,8 +36,8 @@ GTK+</font> </td> <td width="40%" align="right"> - <font color="#FFCC99" size="3"> Release version 1.76<br /> - Site last modified March 16 2008</font> + <font color="#FFCC99" size="3"> Release version 1.77<br /> + Site last modified October 18 2008</font> </td> <td width="20%"> @@ -54,6 +54,11 @@ <table bgcolor="#000000" width="100%" cellspacing="0" cellpadding="6" border="0"> <tr> <td width="100%"> + <span class="versionlist">Version 1.77 allows direct temporary access to the text buffer.</span> + </td> + </tr> + <tr> + <td width="100%"> <span class="versionlist">Version 1.76 fixes some minor bugs.</span> </td> </tr> diff --git a/version.txt b/version.txt index 1057e9a27..eec49411b 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -176 +177 diff --git a/win32/ScintRes.rc b/win32/ScintRes.rc index 62cf6470a..9d773e595 100644 --- a/win32/ScintRes.rc +++ b/win32/ScintRes.rc @@ -9,8 +9,8 @@ #include "PlatformRes.h" VS_VERSION_INFO VERSIONINFO -FILEVERSION 1, 7, 6, 0 -PRODUCTVERSION 1, 7, 6, 0 +FILEVERSION 1, 7, 7, 0 +PRODUCTVERSION 1, 7, 7, 0 FILEFLAGSMASK 0x3fL FILEFLAGS 0 FILEOS VOS_NT_WINDOWS32 @@ -27,12 +27,12 @@ BEGIN BEGIN VALUE "CompanyName", "Neil Hodgson neilh@scintilla.org\0" VALUE "FileDescription", "Scintilla.DLL - a Source Editing Component\0" - VALUE "FileVersion", "1.76\0" + VALUE "FileVersion", "1.77\0" VALUE "InternalName", "Scintilla\0" VALUE "LegalCopyright", "Copyright 1998-2008 by Neil Hodgson\0" VALUE "OriginalFilename", "Scintilla.DLL\0" VALUE "ProductName", "Scintilla\0" - VALUE "ProductVersion", "1.76\0" + VALUE "ProductVersion", "1.77\0" END END END |