aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2000-03-21 05:03:11 +0000
committernyamatongwe <devnull@localhost>2000-03-21 05:03:11 +0000
commit43eb12b92ecdcc2f1b6ad5994bd651f14f7a0449 (patch)
treefc85cfc02704fe676ab1c10a339654d98122c8b7
parentc63c3158d220443a49e13ff444c3224c7af58b6b (diff)
downloadscintilla-mirror-43eb12b92ecdcc2f1b6ad5994bd651f14f7a0449.tar.gz
Fixed up for release of split version.rel-1-23
-rw-r--r--doc/ScintillaDownload.html10
-rw-r--r--doc/ScintillaHistory.html72
-rw-r--r--doc/index.html20
3 files changed, 92 insertions, 10 deletions
diff --git a/doc/ScintillaDownload.html b/doc/ScintillaDownload.html
index 9c2c39f8a..dc5d2ff3b 100644
--- a/doc/ScintillaDownload.html
+++ b/doc/ScintillaDownload.html
@@ -7,7 +7,7 @@
<meta name="generator" content="SciTE" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>
- Download Scintilla and SciTE
+ Download Scintilla
</title>
</head>
<body bgcolor="#FFFFFF" text="#000000">
@@ -18,14 +18,14 @@
</td>
<td>
<a href="index.html" style="color:white;text-decoration:none"><font size="5">Download
- Scintilla and SciTE</font></a>
+ Scintilla</font></a>
</td>
</tr>
</table>
<table bgcolor="#CCCCCC" width="100%" cellspacing="0" cellpadding="8" border="0">
<tr>
<td>
- <font size="4"> <a href="scite123.zip">Windows</a>&nbsp;&nbsp; <a href="scite123.tgz">
+ <font size="4"> <a href="scintilla123.zip">Windows</a>&nbsp;&nbsp; <a href="scintilla123.tgz">
GTK+/Linux</a>&nbsp;&nbsp;</font>
</td>
</tr>
@@ -46,8 +46,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="scintilla123.zip">zip format</a> (240K) commonly used on Windows</li>
- <li><a href="scintilla123.tgz">tgz format</a> commonly used on Linux and compatible operating systems</li>
+ <li><a href="scintilla123.zip">zip format</a> (230K) commonly used on Windows</li>
+ <li><a href="scintilla123.tgz">tgz format</a> (200K) commonly used on Linux and compatible operating systems</li>
</ul>
Instructions for building on both Windows and Linux are included in the readme file.
<p>
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index cb39ea256..385c17f1b 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -96,6 +96,78 @@
</li>
</ul>
<h3>
+ <a href="scite123.zip">Release 1.23</a>
+ </h3>
+ <ul>
+ <li>
+ Released on 21 March 2000.
+ </li>
+ <li>
+ Directory structure to separate on basis of product (Scintilla, SciTE, DMApp)
+ and environment (Cross-platform, Win32, GTK+).
+ </li>
+ <li>
+ Download packaging to allow download of the source or platform dependent executables.
+ </li>
+ <li>
+ Source code now available from CVS at SourceForge.
+ </li>
+ <li>
+ Very simple Windows-only demonstration application DMApp is available from cvs as dmapp.
+ </li>
+ <li>
+ Lexing functionality may optionally be included in Scintilla rather than be provided by
+ the container.
+ </li>
+ <li>
+ Set of lexers included is determined at link time by defining which of the Lex* object files
+ are linked in.
+ </li>
+ <li>
+ On Windows, the SciLexer.DLL extends Scintilla.DLL with the standard lexers.
+ </li>
+ <li>
+ Enhanced HTML lexer styles embedded VBScript and Python.
+ ASP segments are styled and ASP scripts in Javascript, VBScript and Python are styled.
+ </li>
+ <li>
+ PLSQL and PHP supported.
+ </li>
+ <li>
+ Maximum number of lexical states extended to 128.
+ </li>
+ <li>
+ Lexers may store per line parse state for multiple line features such as ASP script language choice.
+ </li>
+ <li>
+ Lexing API simplified.
+ </li>
+ <li>
+ Project file for Visual C++.
+ </li>
+ <li>
+ Can now cycle through all recent files with Ctrl+Tab in SciTE.
+ </li>
+ <li>
+ Bookmarks in SciTE.
+ </li>
+ <li>
+ Drag and drop copy works when dragging to the edge of the selection.
+ </li>
+ <li>
+ Fixed bug with value sizes in properties file.
+ </li>
+ <li>
+ Fixed bug with last line in properties file not being used.
+ </li>
+ <li>
+ Bug with multiple views of one document fixed.
+ </li>
+ <li>
+ Keypad now works on GTK+.
+ </li>
+ </ul>
+ <h3>
<a href="SciTE122.zip">Release 1.22</a>
</h3>
<ul>
diff --git a/doc/index.html b/doc/index.html
index d81870ed9..a258435fc 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -32,7 +32,7 @@
</td>
<td width="40%" align="right">
<font color="#FFCC99" size="3"> Release version 1.23<br />
- Site last modified March 20 2000</font>
+ Site last modified March 21 2000</font>
</td>
<td width="20%">
&nbsp;
@@ -42,7 +42,7 @@
<table bgcolor="#000000" width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="100%">
- <img src="SciBreak.jpg" height="150" width="1024" alt="Sci Rest" />
+ <img src="SciBreak.jpg" height="150" width="1024" alt="Sci Break" />
</td>
</tr>
</table>
@@ -74,9 +74,15 @@
<table bgcolor="#CCCCCC" width="100%" cellspacing="0" cellpadding="8" border="0">
<tr>
<td>
- <font size="4"> <a href="SciTEImage.html">Screenshot</a>&nbsp;&nbsp; <a
- href="ScintillaDownload.html">Download</a>&nbsp;&nbsp; <a href="ScintillaDoc.html">
- Documentation</a>&nbsp;&nbsp; <a href="ScintillaToDo.html">Bugs</a>&nbsp;&nbsp;
+ <font size="4">
+<script type="text/javascript" language="JavaScript"><!--
+if (IsRemote()) {
+ document.write('<a href="SciTEImage.html">Screenshot</a>&nbsp;&nbsp;');
+ document.write('<a href="ScintillaDownload.html">Download</a>&nbsp;&nbsp;');
+}
+//--></script>
+ <a href="ScintillaDoc.html">Documentation</a>&nbsp;&nbsp;
+ <a href="ScintillaToDo.html">Bugs</a>&nbsp;&nbsp;
<script type="text/javascript" language="JavaScript"><!--
if (IsRemote()) {
document.write('<a href="SciTE.html">SciTE</a>&nbsp;&nbsp; ');
@@ -122,6 +128,10 @@ if (IsRemote()) {
You can <a href="ScintillaDownload.html">download Scintilla.</a>
</p>
<p>
+ The source code can be downloaded via CVS at the Source Forge
+ <a href="https://sourceforge.net/project/?group_id=2439">Scintilla project page</a>.
+ </p>
+ <p>
<a href="ScintillaRelated.html">Related sites.</a>
</p>
<p>