aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/ScintillaDownload.html10
-rw-r--r--doc/ScintillaHistory.html115
-rw-r--r--doc/index.html11
3 files changed, 128 insertions, 8 deletions
diff --git a/doc/ScintillaDownload.html b/doc/ScintillaDownload.html
index 52dcb5be2..defdf2385 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/scintilla172.zip?download">
+ <font size="4"> <a href="http://prdownloads.sourceforge.net/scintilla/scintilla173.zip?download">
Windows</a>&nbsp;&nbsp;
- <a href="http://prdownloads.sourceforge.net/scintilla/scintilla172.tgz?download">
+ <a href="http://prdownloads.sourceforge.net/scintilla/scintilla173.tgz?download">
GTK+/Linux</a>&nbsp;&nbsp;
</font>
</td>
@@ -41,7 +41,7 @@
containing very few restrictions.
</p>
<h3>
- Release 1.72
+ Release 1.73
</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/scintilla172.zip?download">zip format</a> (740K) commonly used on Windows</li>
- <li><a href="http://prdownloads.sourceforge.net/scintilla/scintilla172.tgz?download">tgz format</a> (640K) commonly used on Linux and compatible operating systems</li>
+ <li><a href="http://prdownloads.sourceforge.net/scintilla/scintilla173.zip?download">zip format</a> (740K) commonly used on Windows</li>
+ <li><a href="http://prdownloads.sourceforge.net/scintilla/scintilla173.tgz?download">tgz format</a> (640K) 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 0af1aec8b..6ba37778b 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -241,6 +241,121 @@
</li>
</ul>
<h3>
+ <a href="http://prdownloads.sourceforge.net/scintilla/scite173.zip?download">Release 1.73</a>
+ </h3>
+ <ul>
+ <li>
+ Released on 31 March 2007.
+ </li>
+ <li>
+ SciTE adds a Directory properties file to configure behaviour for files in a directory and its subdirectories.
+ </li>
+ <li>
+ Style changes may be made during text modification events.
+ </li>
+ <li>
+ Regular expressions recognize \d, \D, \s, \S, \w, \W, and \xHH.
+ </li>
+ <li>
+ More Scintilla properties can be queried.
+ </li>
+ <li>
+ Edge line drawn under text.
+ </li>
+ <li>
+ A savesession command added to SciTE director interface.
+ </li>
+ <li>
+ SciTE File | Encoding menu item names changed to be less confusing.
+ </li>
+ <li>
+ SciTE on GTK+ dialog buttons reordered to follow guidelines.
+ </li>
+ <li>
+ SciTE on GTK+ removed GTK+ 1.x compatible file dialog code.
+ </li>
+ <li>
+ SciTE on GTK+ recognizes key names KeypadMultiply and KeypadDivide.
+ </li>
+ <li>
+ Background colour of line wrapping visual flag changed to STYLE_DEFAULT.
+ </li>
+ <li>
+ Makefile lexing enhanced for ':=' operator and when lines start with tab.
+ </li>
+ <li>
+ TADS3 lexer and folder improved.
+ </li>
+ <li>
+ SCN_DOUBLECLICK notification may set SCI_SHIFT, SCI_CTRL, and SCI_ALT flags on modifiers field.
+ </li>
+ <li>
+ Slow folding of large constructs in Python fixed.
+ </li>
+ <li>
+ MSSQL folding fixed to be case-insensitive and fold at more keywords.
+ </li>
+ <li>
+ SciTE's brace matching works better for HTML.
+ </li>
+ <li>
+ Determining API list items checks for specified parameters start character before default '('.
+ </li>
+ <li>
+ Hang fixed in HTML lexer.
+ </li>
+ <li>
+ Bug fixed in with LineTranspose command where markers could move to different line.
+ </li>
+ <li>
+ Memory released when buffer completely emptied.
+ </li>
+ <li>
+ If translucency not available on Windows, draw rectangular outline instead.
+ </li>
+ <li>
+ Bash lexer handles "-x" in "--x-includes..." better.
+ </li>
+ <li>
+ AutoIt3 lexer fixes string followed by '+'.
+ </li>
+ <li>
+ LinesJoin fixed where it stopped early due to not adjusting for inserted spaces..
+ </li>
+ <li>
+ StutteredPageDown fixed when lines wrapped.
+ </li>
+ <li>
+ FormatRange fixed to not double count line number width which could lead to a large space.
+ </li>
+ <li>
+ SciTE Export As PDF and Latex commands fixed to format floating point numbers with '.' even in locales
+ that use ','.
+ </li>
+ <li>
+ SciTE bug fixed where File | New could produce buffer with contents of previous file when using read-only mode.
+ </li>
+ <li>
+ SciTE retains current scroll position when switching buffers and fold.on.open set.
+ </li>
+ <li>
+ SciTE crash fixed where '*' used to invoke parameters dialog.
+ </li>
+ <li>
+ SciTE bugs when writing large UCS-2 files fixed.
+ </li>
+ <li>
+ Bug fixed when scrolling inside a SCN_PAINTED event by invalidating window
+ rather than trying to perform synchronous painting.
+ </li>
+ <li>
+ SciTE for GTK+ View | Full Screen works on recent versions of GTK+.
+ </li>
+ <li>
+ SciTE for Windows enables and disables toolbar commands correctly.
+ </li>
+ </ul>
+ <h3>
<a href="http://prdownloads.sourceforge.net/scintilla/scite172.zip?download">Release 1.72</a>
</h3>
<ul>
diff --git a/doc/index.html b/doc/index.html
index c9557f91f..ba5e9fd5f 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="20070115" />
+ <meta name="Date.Modified" content="20070331" />
<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.72<br />
- Site last modified January 15 2007</font>
+ <font color="#FFCC99" size="3"> Release version 1.73<br />
+ Site last modified March 31 2007</font>
</td>
<td width="20%">
&nbsp;
@@ -54,6 +54,11 @@
<table bgcolor="#000000" width="100%" cellspacing="0" cellpadding="6" border="0">
<tr>
<td width="100%">
+ <span class="versionlist">Version 1.73 allows style changes to be made during text modification events.</span>
+ </td>
+ </tr>
+ <tr>
+ <td width="100%">
<span class="versionlist">Version 1.72 is more efficient at handling per-line information.</span>
</td>
</tr>