diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ScintillaDownload.html | 10 | ||||
-rw-r--r-- | doc/ScintillaHistory.html | 83 | ||||
-rw-r--r-- | doc/index.html | 14 |
3 files changed, 98 insertions, 9 deletions
diff --git a/doc/ScintillaDownload.html b/doc/ScintillaDownload.html index e3e72de0f..02d0a53c8 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/scintilla168.zip?download"> + <font size="4"> <a href="http://prdownloads.sourceforge.net/scintilla/scintilla169.zip?download"> Windows</a> - <a href="http://prdownloads.sourceforge.net/scintilla/scintilla168.tgz?download"> + <a href="http://prdownloads.sourceforge.net/scintilla/scintilla169.tgz?download"> GTK+/Linux</a> </font> </td> @@ -41,7 +41,7 @@ containing very few restrictions. </p> <h3> - Release 1.68 + Release 1.69 </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/scintilla168.zip?download">zip format</a> (710K) commonly used on Windows</li> - <li><a href="http://prdownloads.sourceforge.net/scintilla/scintilla168.tgz?download">tgz format</a> (610K) commonly used on Linux and compatible operating systems</li> + <li><a href="http://prdownloads.sourceforge.net/scintilla/scintilla169.zip?download">zip format</a> (710K) commonly used on Windows</li> + <li><a href="http://prdownloads.sourceforge.net/scintilla/scintilla169.tgz?download">tgz format</a> (610K) 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 e7d7356a5..18da014ca 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -230,6 +230,89 @@ </li> </ul> <h3> + <a href="http://prdownloads.sourceforge.net/scintilla/scite169.zip?download">Release 1.69</a> + </h3> + <ul> + <li> + Released on 26 May 2006. + </li> + <li> + SciTE supports z-order based buffer switching on Ctrl+Tab. + </li> + <li> + Translucent support for selection and whole line markers. + </li> + <li> + SciTE may have per-language abbreviations files. + </li> + <li> + Support for Spice language. + </li> + <li> + On GTK+ autocompletion lists are optimised and use correct selection colours. + </li> + <li> + On GTK+ the URI data type is preferred in drag and drop so that applications + will see files dragged from the shell rather than dragging the text of the file name + into the document. + </li> + <li> + Basic lexer allows include directive $include: "file name". + </li> + <li> + SQL lexer no longer bases folding on indentation. + </li> + <li> + Line ends are transformed when copied to clipboard on + Windows/GTK+2 as well as Windows/GTK+ 1. + </li> + <li> + Lexing code masks off the indicator bits on the start style before calling the lexer + to avoid confusing the lexer when an application has used an indicator. + </li> + <li> + SciTE savebefore:yes only saves the file when it has been changed. + </li> + <li> + SciTE adds output.initial.hide setting to allow setting the size of the output pane + without it showing initially. + </li> + <li> + SciTE on Windows Go To dialog allows line number with more digits. + </li> + <li> + Bug in HTML lexer fixed where a segment of PHP could switch scripting language + based on earlier text on that line. + </li> + <li> + Memory bug fixed when freeing regions on GTK+. + Other minor bugs fixed on GTK+. + </li> + <li> + Deprecated GTK+ calls in Scintilla replaced with current calls. + </li> + <li> + Fixed a SciTE bug where closing the final buffer, if read-only, left the text present in an + untitled buffer. + </li> + <li> + Bug fixed in bash lexer that prevented folding. + </li> + <li> + Crash fixed in bash lexer when backslash at end of file. + </li> + <li> + Fix for SciTE properties files where multiline properties continued over completely blank lines. + </li> + <li> + Bug fixed in SciTE/GTK+ director interface where more data available than + buffer size. + </li> + <li> + Minor visual fixes to SciTE splitter on GTK+. + </li> + </ul> + <h3> <a href="http://prdownloads.sourceforge.net/scintilla/scite168.zip?download">Release 1.68</a> </h3> <ul> diff --git a/doc/index.html b/doc/index.html index 0c50d628e..96f8148c3 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="20060310" /> + <meta name="Date.Modified" content="20060526" /> <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.68<br /> - Site last modified March 10 2006</font> + <font color="#FFCC99" size="3"> Release version 1.69<br /> + Site last modified May 26 2006</font> </td> <td width="20%"> @@ -54,7 +54,13 @@ <table bgcolor="#000000" width="100%" cellspacing="0" cellpadding="6" border="0"> <tr> <td width="100%"> - <span class="versionlist">Version 1.68 can draw the caret line + <span class="versionlist">Version 1.69 supports the Spice language and can draw + the selection and whole line markers translucently.</span> + </td> + </tr> + <tr> + <td width="100%"> + <span class="versionlist">Version 1.68 can draw the caret line and box indicators translucently and has an accurate TCL lexer.</span> </td> </tr> |