aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--doc/ScintillaHistory.html26
-rw-r--r--doc/index.html53
2 files changed, 30 insertions, 49 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index a6f975256..9123e7f80 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -139,7 +139,7 @@
Released on 26 July 2000.
</li>
<li>
- Much better support for PHP.
+ Much better support for PHP which is now an integral part of the HTML support.
</li>
<li>
Start replacement of Windows-specific APIs with cross platform APIs.
@@ -171,9 +171,33 @@
directions respectively.
</li>
<li>
+ Auto-completion lists may be set to cancel when the cursor goes before
+ its start position or before the start of string being completed.
+ </li>
+ <li>
+ Auto-completion lists automatically size more sensibly.
+ </li>
+ <li>
+ SCI_CLEARDOCUMENTSTYLE zeroes all style bytes, ensures all
+ lines are shown and deletes all folding information.
+ </li>
+ <li>
On Windows, auto-completion lists are visually outdented rather than indented.
</li>
<li>
+ Close all command in SciTE.
+ </li>
+ <li>
+ On Windows multiple files can be dragged into SciTE.
+ </li>
+ <li>
+ When saving a file, the SciTE option save.deletes.first deletes it before doing the save.
+ This allows saving with a different capitalisation on Windows.
+ </li>
+ <li>
+ When use tabs option is off pressing the tab key inserts spaces.
+ </li>
+ <li>
Bug in indicators leading to extra line drawn fixed.
</li>
</ul>
diff --git a/doc/index.html b/doc/index.html
index 66913914b..bdcf07a51 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="20000627" />
+ <meta name="Date.Modified" content="20000726" />
<script>
function IsRemote() {
var loc = '' + window.location;
@@ -31,8 +31,8 @@
GTK+</font>
</td>
<td width="40%" align="right">
- <font color="#FFCC99" size="3"> Release version 1.28<br />
- Site last modified June 27 2000</font>
+ <font color="#FFCC99" size="3"> Release version 1.30<br />
+ Site last modified July 26 2000</font>
</td>
<td width="20%">
&nbsp;
@@ -49,51 +49,8 @@
<table bgcolor="#000000" width="100%" cellspacing="0" cellpadding="6" border="0">
<tr>
<td width="100%">
- <font color="#FFCC99" size="4"> Version 1.2 is a major release featuring multiple views
- of one document and rectangular selection.</font>
- </td>
- </tr>
- <tr>
- <td width="100%">
- <font color="#FFCC99" size="3"> Version 1.21 fixes bugs, enhances performance, and adds
- margins to Scintilla and an XML lexer to SciTE.</font>
- </td>
- </tr>
- <tr>
- <td width="100%">
- <font color="#FFCC99" size="3"> Version 1.22 adds line folding, macro recording and
- a large number of smaller features.</font>
- </td>
- </tr>
- <tr>
- <td width="100%">
- <font color="#FFCC99" size="3"> Version 1.23 breaks Scintilla from SciTE and fixes bugs.</font>
- </td>
- </tr>
- <tr>
- <td width="100%">
- <font color="#FFCC99" size="3"> Version 1.24 fixes bugs.</font>
- </td>
- </tr>
- <tr>
- <td width="100%">
- <font color="#FFCC99" size="3"> Version 1.25 adds some Unicode support on Windows.</font>
- </td>
- </tr>
- <tr>
- <td width="100%">
- <font color="#FFCC99" size="3"> Version 1.26 supports Lua and simplifies
- handling multiple documents.</font>
- </td>
- </tr>
- <tr>
- <td width="100%">
- <font color="#FFCC99" size="3"> Version 1.27 features indentation guides.</font>
- </td>
- </tr>
- <tr>
- <td width="100%">
- <font color="#FFCC99" size="3"> Version 1.28 fixes a bug in indentation guides.</font>
+ <font color="#FFCC99" size="4"> Version 1.30 supports PHP well and moves the API
+ towards platform independance.</font>
</td>
</tr>
</table>