diff options
| -rw-r--r-- | doc/ScintillaHistory.html | 64 | 
1 files changed, 63 insertions, 1 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index c82e69620..640037c3c 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -234,7 +234,69 @@  	Released on 9 March 2006.  	</li>  	<li> -	Stuff. +	Translucent drawing implemented for caret line and box indicators. +	</li> +	<li> +	Lexer specifically for TCL is much more accurate than reusing C++ lexer. +	</li> +	<li> +	Support for Inno Setup scripts. +	</li> +	<li> +	Support for Opal language. +	</li> +	<li> +	Calltips may use a new style, STYLE_CALLTIP which allows choosing a +	different font for calltips. +	</li> +	<li> +	Python lexer styles comments on decorators. +	</li> +	<li> +	HTML lexer refined handling of "?>" and "%>" within server +	side scripts. +	</li> +	<li> +	Batch file lexer improved. +	</li> +	<li> +	Properties file lexer has separate style for keys. +	</li> +	<li> +	SciTE Replace dialog always searches in forwards direction. +	</li> +	<li> +	SciTE can detect language of file from initial #! line. +	</li> +	<li> +	SciTE on GTK+ supports output.scroll=2 setting. +	</li> +	<li> +	Bug fixed with SCI_COPYTEXT stopping too early. +	</li> +	<li> +	Bug fixed with splitting lines so that all lines are split. +	</li> +	<li> +	Crash fixed when clearing document with some lines contracted in word wrap mode. +	</li> +	<li> +	Palette expands as more entries are needed. +	</li> +	<li> +	SCI_POSITIONFROMPOINT returns more reasonable value when close to +	last text on a line. +	</li> +	<li> +	On Windows, long pieces of text may be drawn in segments if they fail to draw +	as a whole. +	</li> +	<li> +	Bug fixed with bad drawing when some visual changes made inside SCN_UPDATEUI +	notification. +	</li> +	<li> +	SciTE bug fixed with groupundo setting.  	</li>      </ul>      <h3>  | 
