diff options
| -rw-r--r-- | doc/ScintillaDownload.html | 2 | ||||
| -rw-r--r-- | doc/ScintillaHistory.html | 18 | 
2 files changed, 19 insertions, 1 deletions
| diff --git a/doc/ScintillaDownload.html b/doc/ScintillaDownload.html index 3e5c3afd0..52dcb5be2 100644 --- a/doc/ScintillaDownload.html +++ b/doc/ScintillaDownload.html @@ -50,7 +50,7 @@  	executable code and is available in         <ul>         <li><a href="http://prdownloads.sourceforge.net/scintilla/scintilla172.zip?download">zip format</a> (740K) commonly used on Windows</li> -       <li><a href="http://prdownloads.sourceforge.net/scintilla/scintilla172.tgz?download">tgz format</a> (620K) commonly used on Linux and compatible operating systems</li> +       <li><a href="http://prdownloads.sourceforge.net/scintilla/scintilla172.tgz?download">tgz format</a> (640K) 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 6d3ef6fcf..15116d958 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -263,6 +263,9 @@  	Find in Files can optionally ignore binary files or directories that start with ".".  	</li>  	<li> +	Lexer added for "D" language. +	</li> +	<li>  	Export as HTML shows folding with underline lines and +/- symbols.  	</li>  	<li> @@ -272,6 +275,9 @@  	Lua lexer fixes some cases of numeric literals.  	</li>  	<li> +	C++ folder fixes bug with "@" in doc comments. +	</li> +	<li>  	NSIS folder handles !if and related commands.  	</li>  	<li> @@ -284,9 +290,21 @@  	HTML lexer fixed to allow "?>" in comments in Basic script.  	</li>  	<li> +	Added key codes for Windows key and Menu key. +	</li> +	<li> +	Lua script method scite.MenuCommand(x) performs a menu command. +	</li> +	<li> +	SciTE bug fixed with box comment command near start of file setting selection to end of file. +	</li> +	<li>  	SciTE on GTK+, fixed loop that occurred with automatic loading for an unreadable file.  	</li>  	<li> +	Bug fixed with single character keywords. +	</li> +	<li>  	Fixed infinite loop for SCI_GETCOLUMN for position beyond end of document.  	</li>  	<li> | 
