diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ScintillaDownload.html | 10 | ||||
-rw-r--r-- | doc/ScintillaHistory.html | 87 | ||||
-rw-r--r-- | doc/index.html | 12 |
3 files changed, 101 insertions, 8 deletions
diff --git a/doc/ScintillaDownload.html b/doc/ScintillaDownload.html index a4706b11c..3ec7cea65 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/scintilla163.zip?download"> + <font size="4"> <a href="http://prdownloads.sourceforge.net/scintilla/scintilla164.zip?download"> Windows</a> - <a href="http://prdownloads.sourceforge.net/scintilla/scintilla163.tgz?download"> + <a href="http://prdownloads.sourceforge.net/scintilla/scintilla164.tgz?download"> GTK+/Linux</a> </font> </td> @@ -41,7 +41,7 @@ containing very few restrictions. </p> <h3> - Release 1.63 + Release 1.64 </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/scintilla163.zip?download">zip format</a> (610K) commonly used on Windows</li> - <li><a href="http://prdownloads.sourceforge.net/scintilla/scintilla163.tgz?download">tgz format</a> (530K) commonly used on Linux and compatible operating systems</li> + <li><a href="http://prdownloads.sourceforge.net/scintilla/scintilla164.zip?download">zip format</a> (610K) commonly used on Windows</li> + <li><a href="http://prdownloads.sourceforge.net/scintilla/scintilla164.tgz?download">tgz format</a> (530K) 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 057d843f4..c90452828 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -213,6 +213,93 @@ </li> </ul> <h3> + <a href="http://prdownloads.sourceforge.net/scintilla/scite163.zip?download">Release 1.64</a> + </h3> + <ul> + <li> + Released on 8 June 2005. + </li> + <li> + TADS3 support + </li> + <li> + Smalltalk support. + </li> + <li> + Rebol support. + </li> + <li> + Flagship (Clipper / XBase) support. + </li> + <li> + CSound support. + </li> + <li> + SQL enhanced to support SQL*Plus. + </li> + <li> + SC_MARK_FULLRECT margin marker fills the whole marker margin for marked + lines with a colour. + </li> + <li> + Performance improved for some large undo and redo operations and modification flags + added in notifications. + </li> + <li> + SciTE adds command equivalents for fold margin mouse actions. + </li> + <li> + SciTE adds OnUpdateUI to set of events that can be handled by a Lua script. + </li> + <li> + Properties set in Scintilla can be read. + </li> + <li> + GTK+ SciTE exit confirmation adds Cancel button. + </li> + <li> + More accurate lexing of numbers in PHP and Caml. + </li> + <li> + Perl can fold POD and package sections. Globbing syntax recognized better. + </li> + <li> + Context menu moved slightly on GTK+ so that it will be under the mouse and will + stay open if just clicked rather than held. + </li> + <li> + Rectangular selection paste works the same whichever direction the selection was dragged in. + </li> + <li> + EncodedFromUTF8 handles -1 length argument as documented. + </li> + <li> + Undo and redo can cause SCN_MODIFYATTEMPTRO notifications. + </li> + <li> + Indicators display correctly when they atrt at the second character on a line. + </li> + <li> + SciTE automatic indentation handles keywords for indentation better. + </li> + <li> + Fixed problem with character set conversion when pasting on GTK+. + </li> + <li> + Fixed crash when creating empty autocompletion list. + </li> + <li> + Autocomplete window size made larger under some conditions to make truncation less common. + </li> + <li> + Bug fixed where changing case of a selection did not affect initial character of lines + in multi-byte encodings. + </li> + <li> + Bug fixed where rectangular selection not displayed after Alt+Shift+Click. + </li> + </ul> + <h3> <a href="http://prdownloads.sourceforge.net/scintilla/scite163.zip?download">Release 1.63</a> </h3> <ul> diff --git a/doc/index.html b/doc/index.html index 54e2d675d..4f49f3f14 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="20050404" /> + <meta name="Date.Modified" content="20050608" /> <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.63<br /> - Site last modified April 4 2005</font> + <font color="#FFCC99" size="3"> Release version 1.64<br /> + Site last modified June 8 2005</font> </td> <td width="20%"> @@ -54,6 +54,12 @@ <table bgcolor="#000000" width="100%" cellspacing="0" cellpadding="6" border="0"> <tr> <td width="100%"> + <span class="versionlist">Version 1.64 supports + TADS3, Smalltalk, Rebol, Flagship (Clipper / XBase), and CSound. </span> + </td> + </tr> + <tr> + <td width="100%"> <span class="versionlist"> Version 1.63 improves autocompletion on Windows, can line wrap Asian languages better and adds lexers for BlitzBasic, Haskell, Objective Caml, and PureBasic. </span> |