diff options
| -rw-r--r-- | doc/ScintillaDownload.html | 12 | ||||
| -rw-r--r-- | doc/ScintillaHistory.html | 107 | ||||
| -rw-r--r-- | doc/index.html | 30 | 
3 files changed, 131 insertions, 18 deletions
| diff --git a/doc/ScintillaDownload.html b/doc/ScintillaDownload.html index 09ffc6c7e..3efff79b9 100644 --- a/doc/ScintillaDownload.html +++ b/doc/ScintillaDownload.html @@ -25,7 +25,7 @@      <table bgcolor="#CCCCCC" width="100%" cellspacing="0" cellpadding="8" border="0">        <tr>          <td> -          <font size="4"> <a href="scintilla135.zip">Windows</a>   <a href="scintilla135.tgz"> +          <font size="4"> <a href="scintilla136.zip">Windows</a>   <a href="scintilla136.tgz">            GTK+/Linux</a>  </font>          </td>        </tr> @@ -38,16 +38,16 @@        containing very few restrictions.      </p>      <h3> -       Release 1.35 +       Release 1.36      </h3>      <h4>         Source Code      </h4> -       The source code package contains all of the source code for Scintilla but no binary  -	executable code and is available in  +       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="scintilla135.zip">zip format</a> (300K) commonly used on Windows</li> -       <li><a href="scintilla135.tgz">tgz format</a> (260K) commonly used on Linux and compatible operating systems</li> +       <li><a href="scintilla136.zip">zip format</a> (310K) commonly used on Windows</li> +       <li><a href="scintilla136.tgz">tgz format</a> (260K) 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 471b035fd..72efc6aed 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -177,6 +177,113 @@        </li>      </ul>      <h3> +       <a href="scite136.zip">Release 1.36</a> +    </h3> +    <ul> +      <li> +	Released on 1 March 2001. +      </li> +      <li> +	Scintilla supports GTK+ on Win32. +      </li> +      <li> +	Some untested work on making Scintilla and SciTE 64 bit compatible. +	For users on GTK+ this requires including Scintilla.h before +	ScintillaWidget.h. +      </li> +      <li> +	HTML lexer allows folding HTML. +      </li> +      <li> +	New lexer for Avenue files which are used in the ESRI ArcView GIS. +      </li> +      <li> +	DOS Batch file lexer has states for '@', external commands, variables and +	operators. +      </li> +      <li> +	C++ lexer can fold comments of /* .. */ form. +      </li> +      <li> +	Better disabling of popup menu items in Scintilla when in read-only mode. +      </li> +      <li> +	Starting to move to Doxygen compatible commenting. +      </li> +      <li> +	Director interface on Windows enables another application to control SciTE. +      </li> +      <li> +	Opening SciTE on Windows 9x sped up greatly for some cases. +      </li> +      <li> +	The command.build.directory property allows SciTE to run the build +	command in a different directory to the source files. +      </li> +      <li> +	SciTE on Windows allows setting foreground and background colours +	for printed headers and footers. +      </li> +      <li> +	Bug fixed in finding calltips in SciTE which led to no calltips for some identifiers. +      </li> +      <li> + +      </li> +      <li> +	Documentation added for lexers and for the extension and director interfaces. +      </li> +      <li> +	SciTE menus rearranged with new View menu taking over soe of the items that +	were under the Options menu. Clear All Bookmarks command added. +      </li> +      <li> +	SciTE on Windows gains an Always On Top command. +      </li> +      <li> +	Bug fixed in SciTE with attempts to define properties recursively. +      </li> +      <li> +	Bug fixed in SciTE properties where only one level of substitution was done. +      </li> +      <li> +	Bug fixed in SciTE properties where extensions were not being +	matched in a case insensitive manner. +      </li> +      <li> +	Bug fixed in SciTE on Windows where the Go to dialog displays the correct +	line number. +      </li> +      <li> +	In SciTE, if fold.on.open set then switching buffers also performs fold. +      </li> +      <li> +	Bug fixed in Scintilla where ensuring a line was visible in the presence of folding +	operated on the document line instead of the visible line. +      </li> +      <li> +	SciTE command line processing modified to operate on arguments in order and in +	two phases. First any arguments before the first file name are processed, then the +	UI is opened, then the remaining arguments are processed. Actions defined for the +	Director interface (currently only "open") may also be used on the command line. +	For example, "Scite -open:x.txt" will start SciTE and open x.txt. +      </li> +      <li> +	Numbered menu items SciTE's Buffers menu and the Most Recently Used portion +	of the File menu go from 1..0 rather than 0..9. +      </li> +      <li> +	The tab bar in SciTE for Windows has numbers. +	The tab.hide.one option hides the tab bar until there is more than one buffer open. +      </li> +      <li> + +      </li> +      <li> + +      </li> +    </ul> +    <h3>         <a href="scite135.zip">Release 1.35</a>      </h3>      <ul> diff --git a/doc/index.html b/doc/index.html index 963d9dbe9..8d96a2ddb 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="20010129" /> +    <meta name="Date.Modified" content="20010301" />      <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.35<br /> -           Site last modified January 29 2001</font> +          <font color="#FFCC99" size="3"> Release version 1.36<br /> +           Site last modified March 1 2001</font>          </td>          <td width="20%">              @@ -55,7 +55,7 @@        </tr>        <tr>          <td width="100%"> -          <font color="#FFCC99" size="3"> Version 1.31 supports C#, has many improvements and is  +          <font color="#FFCC99" size="3"> Version 1.31 supports C#, has many improvements and is  	  available as a COM control.</font>          </td>        </tr> @@ -66,7 +66,7 @@        </tr>        <tr>          <td width="100%"> -          <font color="#FFCC99" size="3"> Version 1.33 has better internationalisation  +          <font color="#FFCC99" size="3"> Version 1.33 has better internationalisation  	  support on GTK+ and fixes bugs.</font>          </td>        </tr> @@ -83,19 +83,25 @@  	  forward events to containers.</font>          </td>        </tr> +      <tr> +        <td width="100%"> +          <font color="#FFCC99" size="3"> Version 1.36 supports GTK+ on +	  Win32.</font> +        </td> +      </tr>      </table>      <table bgcolor="#CCCCCC" width="100%" cellspacing="0" cellpadding="8" border="0">        <tr>          <td> -          <font size="4">  +          <font size="4">  <script type="text/javascript" language="JavaScript"><!--  if (IsRemote()) {      document.write('<a href="SciTEImage.html">Screenshot</a>  ');      document.write('<a href="ScintillaDownload.html">Download</a>  ');  }  //--></script> - 	 <a href="ScintillaDoc.html">Documentation</a>    -	 <a href="ScintillaToDo.html">Bugs</a>    + 	 <a href="ScintillaDoc.html">Documentation</a>   +	 <a href="ScintillaToDo.html">Bugs</a>    <script type="text/javascript" language="JavaScript"><!--  if (IsRemote()) {      document.write('<a href="SciTE.html">SciTE</a>   '); @@ -141,7 +147,7 @@ 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  +       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> @@ -159,12 +165,12 @@ if (IsRemote()) {      </p>      <p>         You can write to me, <a href="mailto:nhodgson@bigpond.net.au">Neil Hodgson</a>, at -      nhodgson@bigpond.net.au. If you need to hire someone to work on Scintilla based projects, you can  +      nhodgson@bigpond.net.au. If you need to hire someone to work on Scintilla based projects, you can        contact me or advertise on the mailing list.<br />         There is a        <a href="https://sourceforge.net/mail/?group_id=2439">scintilla-interest</a> -      mailing list,  -      for discussion of Scintilla and SciTE and related projects, their bugs and future features.  +      mailing list, +      for discussion of Scintilla and SciTE and related projects, their bugs and future features.        This is a medium traffic list, averaging less than 40 messages per week. <br />      </p>  <script type="text/javascript" language="JavaScript"> | 
