diff options
Diffstat (limited to 'doc/ScintillaHistory.html')
| -rw-r--r-- | doc/ScintillaHistory.html | 18 | 
1 files changed, 18 insertions, 0 deletions
| 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> | 
