diff options
| -rw-r--r-- | doc/ScintillaHistory.html | 22 | 
1 files changed, 22 insertions, 0 deletions
| diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index a71e8af76..04864d96c 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -379,6 +379,21 @@  	<a href="https://sourceforge.net/tracker/?func=detail&atid=352439&aid=2992689&group_id=2439">Feature #2992689.</a>  	</li>  	<li> +	HTML lexer highlights Django templates in more regions. +	<a href="https://sourceforge.net/tracker/?func=detail&atid=352439&aid=3002874&group_id=2439">Feature #3002874.</a> +	</li> +	<li> +	Dropping files on SciTE on Windows, releases the drag object earlier and opens the files asynchronously, +	leading to smoother user experience. +	<a href="https://sourceforge.net/tracker/?func=detail&atid=352439&aid=2986724&group_id=2439">Feature #2986724.</a> +	</li> +	<li> +	SciTE HTML exports take the Use Monospaced Font setting into account. +	</li> +	<li> +	SciTE window title "[n of m]" localised. +	</li> +	<li>  	When new line inserted at start of line, markers are moved down.  	<a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=2986727&group_id=2439">Bug #2986727.</a>  	</li> @@ -414,10 +429,17 @@  	Bug fixed in SciTE openpath property that caused Open Selected File to fail to open the selected file.  	</li>  	<li> +	Bug fixed in SciTE FileExt property when file name with no extension evaluated to whole path. +	</li> +	<li>  	Fixed SciTE on Windows printing bug where the $(CurrentTime), $(CurrentPage) variables were not expanded.  	<a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=2994612&group_id=2439">Bug #2994612.</a>  	</li>  	<li> +	SciTE compiles for 64-bit Windows and runs without crashing. +	<a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=2986312&group_id=2439">Bug #2986312.</a> +	</li> +	<li>  	Full Screen mode in Windows Vista/7 improved to hide Start button and size borders a little better.  	<a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3002813&group_id=2439">Bug #3002813.</a>  	</li> | 
