diff options
| -rw-r--r-- | doc/ScintillaDownload.html | 10 | ||||
| -rw-r--r-- | doc/ScintillaHistory.html | 36 | ||||
| -rw-r--r-- | doc/index.html | 17 | ||||
| -rw-r--r-- | version.txt | 2 | ||||
| -rw-r--r-- | win32/ScintRes.rc | 8 | 
5 files changed, 46 insertions, 27 deletions
| diff --git a/doc/ScintillaDownload.html b/doc/ScintillaDownload.html index 72b84eeb0..c897d35f3 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/scintilla202.zip?download"> +          <font size="4"> <a href="http://prdownloads.sourceforge.net/scintilla/scintilla203.zip?download">  	Windows</a>   -	<a href="http://prdownloads.sourceforge.net/scintilla/scintilla202.tgz?download"> +	<a href="http://prdownloads.sourceforge.net/scintilla/scintilla203.tgz?download">            GTK+/Linux</a>    	</font>          </td> @@ -41,7 +41,7 @@        containing very few restrictions.      </p>      <h3> -       Release 2.02 +       Release 2.03      </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/scintilla202.zip?download">zip format</a> (1130K) commonly used on Windows</li> -       <li><a href="http://prdownloads.sourceforge.net/scintilla/scintilla202.tgz?download">tgz format</a> (1000K) commonly used on Linux and compatible operating systems</li> +       <li><a href="http://prdownloads.sourceforge.net/scintilla/scintilla203.zip?download">zip format</a> (1130K) commonly used on Windows</li> +       <li><a href="http://prdownloads.sourceforge.net/scintilla/scintilla203.tgz?download">tgz format</a> (1000K) 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 35d7301bd..3286cc4bd 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -359,7 +359,7 @@      </h3>      <ul>  	<li> -	Released sometime in 2010. +	Released 14 February 2010.  	</li>  	<li>  	Added SCI_SETFIRSTVISIBLELINE to match SCI_GETFIRSTVISIBLELINE. @@ -371,6 +371,11 @@  	<a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=2942448&group_id=2439">Bug #2942448.</a>  	</li>  	<li> +	Python lexer extended with lexer.python.strings.over.newline option that allows non-triple-quoted strings to extend +	past line ends. This allows use of the Ren'Py language. +	<a href="https://sourceforge.net/tracker/?func=detail&atid=352439&aid=2945550&group_id=2439">Feature #2945550.</a> +	</li> +	<li>  	Fixed bugs with cursor movement after deleting a rectangular selection.  	<a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=2942131&group_id=2439">Bug #2942131.</a>  	</li> @@ -381,6 +386,15 @@  	<li>  	Fixed SciTE on GTK+ bug where running a tool made the user interface completely unresponsive.  	</li> +	<li> +	Fixed bug where calling SCI_SETSEL when there is a rectangular selection left +	the additional selections selected. +	<a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=2947064&group_id=2439">Bug #2947064.</a> +	</li> +	<li> +	Fixed macro recording bug where not all bytes in multi-byte character insertions were reported through +	SCI_REPLACESEL. +	</li>      </ul>      <h3>         <a href="http://prdownloads.sourceforge.net/scintilla/scite202.zip?download">Release 2.02</a> @@ -446,7 +460,7 @@  	Fixed bug with handling upper-case file extensions SciTE on GTK+.  	</li>  	<li> -	Fixed SciTE loading files from sessions with folded folds where it would not  +	Fixed SciTE loading files from sessions with folded folds where it would not  	be scrolled to the correct location.  	<a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=2882775&group_id=2439">Bug #2882775.</a>  	</li> @@ -526,7 +540,7 @@  	Fixed SciTE bug where double clicking on a tab closed the file.  	</li>  	<li> -	Fixed SciTE brace matching commands to only work when the caret is next to the brace, not when  +	Fixed SciTE brace matching commands to only work when the caret is next to the brace, not when  	it is in virtual space.  	<a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=2885560&group_id=2439">Bug #2885560.</a>  	</li> @@ -606,7 +620,7 @@  	Resource leak fixed in SciTE for Windows when printing fails. <a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=2816524&group_id=2439">Bug #2816524.</a>  	</li>  	<li> -	Bug fixed on Windows where the system caret was destroyed during destruction when another window  +	Bug fixed on Windows where the system caret was destroyed during destruction when another window  	was using the system caret. <a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=2830223&group_id=2439">Bug #2830223.</a>  	</li>  	<li> @@ -641,9 +655,9 @@  	</li>  	<li>  	Memory exhaustion and other exceptions handled by placing an error value into the -	status property rather than crashing.  +	status property rather than crashing.  	Scintilla now builds with exception handling enabled and requires exception handling to be enabled. <br /> -	This is a major change and application developers should consider how they will deal with Scintilla exhausting  +	This is a major change and application developers should consider how they will deal with Scintilla exhausting  	memory since Scintilla may not be in a stable state.  	</li>  	<li> @@ -679,7 +693,7 @@  	APIs added for finding the character at a point rather than an inter-character position. <a href="https://sourceforge.net/tracker/?func=detail&atid=352439&aid=2646738&group_id=2439">Feature #2646738.</a>  	</li>  	<li> -	A new marker SC_MARK_BACKGROUND_UNDERLINE is drawn in the text area as an underline  +	A new marker SC_MARK_BACKGROUND_UNDERLINE is drawn in the text area as an underline  	the full width of the window.  	</li>  	<li> @@ -873,7 +887,7 @@  	to libraries like regular expression libraries.  	</li>  	<li> -	Scintilla on Windows can interpret keys as Unicode even when a narrow character  +	Scintilla on Windows can interpret keys as Unicode even when a narrow character  	window with SCI_SETKEYSUNICODE.  	</li>  	<li> @@ -898,7 +912,7 @@  	CSS lexer updated and works with non-ASCII.  	</li>  	<li> -	Diff lexer adds style for changed lines, handles subversion diffs better and  +	Diff lexer adds style for changed lines, handles subversion diffs better and  	fixes styling and folding for lines containing chunk dividers ("---").  	</li>  	<li> @@ -908,7 +922,7 @@  	Haskell lexer allows hexadecimal literals.  	</li>  	<li> -	HTML lexer improves PHP and JavaScript folding.  +	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. @@ -953,7 +967,7 @@  	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  +	SciTE bug fixed where a file could be saved as the same name as another  	buffer leading to confusing behaviour.  	</li>  	<li> diff --git a/doc/index.html b/doc/index.html index 5183f6b80..45c3b4acd 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="20100125" /> +    <meta name="Date.Modified" content="20100214" />      <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 2.02<br /> -           Site last modified January 25 2010</font> +          <font color="#FFCC99" size="3"> Release version 2.03<br /> +           Site last modified February 14 2010</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 2.03 fixes some problems with rectangular selection.</span> +        </td> +      </tr> +      <tr> +        <td width="100%">            <span class="versionlist">Version 2.02 fixes some problems with rectangular selection.</span>          </td>        </tr> @@ -70,7 +75,7 @@        <tr>          <td width="100%">            <span class="versionlist">Version 1.79 reports memory exhaustion instead of crashing.<br /> -	  This is a major change and application developers should consider how they will deal with Scintilla exhausting  +	  This is a major change and application developers should consider how they will deal with Scintilla exhausting  	memory since Scintilla may not be in a stable state.</span>          </td>        </tr> @@ -194,7 +199,7 @@ if (IsRemote()) {        <br />      </p>  There is a <a href="https://sourceforge.net/project/?group_id=2439">Scintilla project page</a> -hosted on  +hosted on  <script type="text/javascript" language="JavaScript">  <!--  if (IsRemote()) { @@ -207,7 +212,7 @@ if (IsRemote()) {  </script>  <noscript>  <a href="http://sourceforge.net/projects/scintilla"> -<img src="http://sflogo.sourceforge.net/sflogo.php?group_id=2439&type=8" width="80" height="15" alt="Get Scintilla at SourceForge.net. Fast, secure and Free Open Source software downloads" /></a>  +<img src="http://sflogo.sourceforge.net/sflogo.php?group_id=2439&type=8" width="80" height="15" alt="Get Scintilla at SourceForge.net. Fast, secure and Free Open Source software downloads" /></a>  </noscript>    </body>  </html> diff --git a/version.txt b/version.txt index 8f897c857..bb2ee191e 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -202 +203 diff --git a/win32/ScintRes.rc b/win32/ScintRes.rc index 84c93fab4..45652a490 100644 --- a/win32/ScintRes.rc +++ b/win32/ScintRes.rc @@ -9,8 +9,8 @@  #include "PlatformRes.h"  VS_VERSION_INFO VERSIONINFO -FILEVERSION	2, 0, 2, 0 -PRODUCTVERSION	2, 0, 2, 0 +FILEVERSION	2, 0, 3, 0 +PRODUCTVERSION	2, 0, 3, 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",	"2.02\0" +			VALUE	"FileVersion",	"2.03\0"  			VALUE	"InternalName",	"Scintilla\0"  			VALUE	"LegalCopyright",	"Copyright 1998-2010 by Neil Hodgson\0"  			VALUE	"OriginalFilename",	"Scintilla.DLL\0"  			VALUE	"ProductName",	"Scintilla\0" -			VALUE	"ProductVersion",	"2.02\0" +			VALUE	"ProductVersion",	"2.03\0"  		END  	END  END | 
