diff options
| author | nyamatongwe <nyamatongwe@gmail.com> | 2011-10-28 23:32:34 +1100 | 
|---|---|---|
| committer | nyamatongwe <nyamatongwe@gmail.com> | 2011-10-28 23:32:34 +1100 | 
| commit | aaf1b69f0771dcea6551d194cdae24af9585cbe9 (patch) | |
| tree | 538c02913f7fdef0c1419173586b1857dcf0f94b /doc/ScintillaHistory.html | |
| parent | 93bc5b8f9b0f34f38f2bc141d177a9ee2188edee (diff) | |
| parent | 753fadcb5cb9e271cff4b02dfe6ba2069bbd4b50 (diff) | |
| download | scintilla-mirror-aaf1b69f0771dcea6551d194cdae24af9585cbe9.tar.gz | |
Merged.
Diffstat (limited to 'doc/ScintillaHistory.html')
| -rw-r--r-- | doc/ScintillaHistory.html | 61 | 
1 files changed, 60 insertions, 1 deletions
| diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index e88ec12de..8a06209a3 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -406,7 +406,66 @@  	Released 1 November 2011.  	</li>  	<li> -	New platform code. +	Carbon platform support removed. OS X applications should switch to Cocoa. +	</li> +	<li> +	On Windows Vista or newer, drawing may be performed with Direct2D and DirectWrite instead of GDI. +	</li> +	<li> +	Cairo is now used for all drawing on GTK+. GDK drawing was removed.  +	</li> +	<li> +	Paletted display support removed. +	</li> +	<li> +	Fractional font sizes can be specified. +	</li> +	<li> +	Different weights of text supported on some platforms instead of just normal and bold. +	</li> +	<li> +	Sub-pixel character positioning supported. +	</li> +	<li> +	SciTE loads files in the background without blocking the user interface. +	</li> +	<li> +	SciTE can display diagnostic messages interleaved with the text of files immediately after the +	line referred to by the diagnostic. +	</li> +	<li> +	New API to see if all lines are visible which can be used to optimize processing fold structure notifications. +	</li> +	<li> +	Scrolling optimized by avoiding invalidation of fold margin when redrawing whole window. +	</li> +	<li> +	Optimized SCI_MARKERNEXT. +	</li> +	<li> +	C++ lexer supports Pike hash quoted strings when turned on with lexer.cpp.hashquoted.strings. +	</li> +	<li> +	Fixed incorrect line height with annotations in wrapped mode when there are multiple views. +	<a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3388159&group_id=2439">Bug #3388159.</a> +	</li> +	<li> +	Calltips may be displayed above the text as well as below. +	<a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3410830&group_id=2439">Bug #3410830.</a> +	</li> +	<li> +	For huge files SciTE only examines the first megabyte for newline discovery. +	</li> +	<li> +	SciTE on GTK+ removes the fileselector.show.hidden property and check box as this was buggy and GTK+ now +	supports an equivalent feature. +	<a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3413630&group_id=2439">Bug #3413630.</a> +	</li> +	<li> +	SciTE on GTK+ supports mnemonics in dynamic menus. +	</li> +	<li> +	SciTE on GTK+ displays the user's home directory as '~' in menus to make them shorter.  	</li>      </ul>      <h3> | 
