aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <unknown>2010-03-27 06:07:42 +0000
committernyamatongwe <unknown>2010-03-27 06:07:42 +0000
commitae8bd543d53f4efac74a34ca82c6c00adce92c62 (patch)
treec2ed11d8c86c284560a48d1b40361be2e34fe194
parent377ba4dd035136c7870307a5f7ef5f1ce347cdcc (diff)
downloadscintilla-mirror-ae8bd543d53f4efac74a34ca82c6c00adce92c62.tar.gz
Updates for version 2.10.
-rw-r--r--doc/ScintillaDownload.html10
-rw-r--r--doc/ScintillaHistory.html72
-rw-r--r--doc/index.html15
3 files changed, 82 insertions, 15 deletions
diff --git a/doc/ScintillaDownload.html b/doc/ScintillaDownload.html
index c897d35f3..6ce4b3b2c 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/scintilla203.zip?download">
+ <font size="4"> <a href="http://prdownloads.sourceforge.net/scintilla/scintilla210.zip?download">
Windows</a>&nbsp;&nbsp;
- <a href="http://prdownloads.sourceforge.net/scintilla/scintilla203.tgz?download">
+ <a href="http://prdownloads.sourceforge.net/scintilla/scintilla210.tgz?download">
GTK+/Linux</a>&nbsp;&nbsp;
</font>
</td>
@@ -41,7 +41,7 @@
containing very few restrictions.
</p>
<h3>
- Release 2.03
+ Release 2.10
</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/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>
+ <li><a href="http://prdownloads.sourceforge.net/scintilla/scintilla210.zip?download">zip format</a> (1130K) commonly used on Windows</li>
+ <li><a href="http://prdownloads.sourceforge.net/scintilla/scintilla210.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 686b2857b..402b295fa 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -356,6 +356,78 @@
</li>
</ul>
<h3>
+ <a href="http://prdownloads.sourceforge.net/scintilla/scite210.zip?download">Release 2.10</a>
+ </h3>
+ <ul>
+ <li>
+ Released 7 April 2010.
+ </li>
+ <li>
+ Support for version 1.x of GTK+ removed.
+ </li>
+ <li>
+ Case-insensitive search for non-ASCII.
+ </li>
+ <li>
+ Upper and lower casing for non-ASCII.
+ </li>
+ <li>
+ SciTE on Windows can access all files including those with names outside the user's preferred character encoding.
+ </li>
+ <li>
+ Multiple paste option.
+ </li>
+ <li>
+ Rectangular selection expansion
+ <a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=2948260&group_id=2439">Bug #2948260.</a>
+ </li>
+ <li>
+ up/down-arrow column stickiness confused by horiz scroll
+ <a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=2950799&group_id=2439">Bug #2950799.</a>
+ </li>
+ <li>
+ mouse leave cancels hotspot
+ <a href="https://sourceforge.net/tracker/?func=detail&aid=2951353&group_id=2439&atid=102439">Bug #2951353.</a>
+ </li>
+ <li>
+ R Lexer is case insensitive for keywords
+ <a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=2956543&group_id=2439">Bug #2956543.</a>
+ </li>
+ <li>
+ Text disappears when the "wrap" option is on
+ <a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=2958043&group_id=2439">Bug #2958043.</a>
+ </li>
+ <li>
+ Regular expression replace cannot escape \\
+ <a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=2959876&group_id=2439">Bug #2959876.</a>
+ </li>
+ <li>
+ Middle-click paste inserts text beyond end of line
+ <a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=2971618&group_id=2439">Bug #2971618.</a>
+ </li>
+ <li>
+ Crash, Output pane
+ <a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=2976551&group_id=2439">Bug #2976551.</a>
+ </li>
+ <li>
+ Django template highlighting
+ <a href="https://sourceforge.net/tracker/?func=detail&atid=352439&aid=2974889&group_id=2439">Feature #2974889.</a>
+ </li>
+ <li>
+ save not showing any file types
+ <a href="https://sourceforge.net/tracker/?func=detail&atid=352439&aid=2943445&group_id=2439">Feature #2943445.</a>
+ </li>
+ <li>
+ verilog line comment folding
+ </li>
+ <li>
+ Improved performance on GTK+ when changing parameters associated with scroll bars to the same value.
+ </li>
+ <li>
+ rectangular selection, un-indenting fix.
+ </li>
+ </ul>
+ <h3>
<a href="http://prdownloads.sourceforge.net/scintilla/scite203.zip?download">Release 2.03</a>
</h3>
<ul>
diff --git a/doc/index.html b/doc/index.html
index dacde53cd..57802bcc3 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="20100214" />
+ <meta name="Date.Modified" content="20100407" />
<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.03<br />
- Site last modified February 14 2010</font>
+ <font color="#FFCC99" size="3"> Release version 2.10<br />
+ Site last modified April 7 2010</font>
</td>
<td width="20%">
&nbsp;
@@ -71,17 +71,12 @@
</tr>
</table>
<ul id="versionlist">
+ <li>Version 2.10 performs case insensitive search and upper and lower casing for non-ASCII characters.
+ Support for version 1.x of GTK+ removed.</li>
<li>Version 2.03 fixes some problems with rectangular selection.</li>
<li>Version 2.02 fixes some problems with rectangular selection.</li>
<li>Version 2.01 fixes some problems with multiple selection.</li>
<li>Version 2.0 supports multiple selection and virtual space.</li>
- <li>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
- memory since Scintilla may not be in a stable state.</li>
- <li>Version 1.78 allows annotation lines to be displayed beneath each document line
- and to display a margin with different text for each document line.</li>
- <li>Version 1.77 allows direct temporary access to the text buffer.</li>
- <li>Version 1.76 fixes some minor bugs.</li>
</ul>
<ul id="menu">
<li id="remote1"><a href="http://www.scintilla.org/SciTEImage.html">Screenshot</a></li>