diff options
| -rw-r--r-- | doc/ScintillaHistory.html | 40 | 
1 files changed, 40 insertions, 0 deletions
| diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 92b624ce2..8edb3a3a7 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -405,6 +405,46 @@  	<li>  	Released 16 November 2011.  	</li> +	<li> +	SciTE on Windows now runs Lua scripts directly on the main thread instead of starting them on a +	secondary thread and then moving back to the main thread. +	</li> +	<li> +	Highlight "else" as a keyword for TCL in the same way as other languages. +	<a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=1836954&group_id=2439">Bug #1836954.</a> +	</li> +	<li> +	Fix problems with setting fonts for autocompletion lists on Windows where +	font handles were copied and later deleted causing a system default font to be used. +	</li> +	<li> +	Fix font size used on Windows for Asian language input methods which sometimes led to IME not being visible. +	<a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3436753&group_id=2439">Bug #3436753.</a> +	</li> +	<li> +	Fixed polygon drawing on Windows so fold symbols are visible again. +	<a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3433558&group_id=2439">Bug #3433558.</a> +	</li> +	<li> +	Changed background drawing on GTK+ to allow for fractional character positioning as occurs on OS X +	as this avoids faint lines at lexeme boundaries. +	</li> +	<li> +	Ensure pixmaps allocated before painting as there was a crash when Scintilla drew without common initialisation calls. +	<a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3432354&group_id=2439">Bug #3432354.</a> +	</li> +	<li> +	Fixed bug causing wrong caret position after indenting a selection. +	<a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3433433&group_id=2439">Bug #3433433.</a> +	</li> +	<li> +	Fixed SciTE session saving to store buffer position matching buffer. +	<a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3434372&group_id=2439">Bug #3434372.</a> +	</li> +	<li> +	Recognize URL characters '?' and '%' for Open Selected command in SciTE. +	<a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3429409&group_id=2439">Bug #3429409.</a> +	</li>      </ul>      <h3>         <a href="http://prdownloads.sourceforge.net/scintilla/scite300.zip?download">Release 3.0.0</a> | 
