diff options
| -rw-r--r-- | doc/ScintillaHistory.html | 67 | 
1 files changed, 67 insertions, 0 deletions
| diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 316fd5d13..d67a9a58a 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -168,6 +168,73 @@  	<li>  	Released on 27 November 2003.  	</li> +	<li> +	SciTE remembers folding of each buffer. +	</li> +	<li> +	Lexer for Erlang language. +	</li> +	<li> +	Scintilla allows setting the set of white space characters. +	</li> +	<li> +	Scintilla has 'stuttered' page movement commands to first move +	to top or bottom within current visible lines before scrolling. +	</li> +	<li> +	Scintilla commands for moving to end of words. +	</li> +	<li> +	Incremental line wrap enabled on Windows. +	</li> +	<li> +	SciTE PDF exporter produces output that is more compliant with reader +	applications, is smaller and allows more configuration. +	HTML exporter optimizes size of output files. +	</li> +	<li> +	SciTE defines properties PLAT_WINNT and PLAT_WIN95 on the +	corresponding platforms. +	</li> +	<li> +	SciTE can adjust the line margin width to fit the largest line number. +	The line.numbers property is split between line.margin.visible and +	line.margin.width. +	</li> +	<li> +	SciTE on GTK+ allows user defined menu accelerators. +	Alt can be included in user.shortcuts. +	</li> +	<li> +	SciTE Language menu can have items commented out. +	</li> +	<li> +	SciTE on Windows Go to dialog allows choosing a column number as +	well as a line number. +	</li> +	<li> +	SciTE on GTK+ make file uses prefix setting more consistently. +	</li> +	<li> +	Bug fixed that caused word wrapping to fail to display all text. +	</li> +	<li> +	Crashing bug fixed in GTK+ version of Scintilla when using GDK fonts +	and opening autocompletion. +	</li> +	<li> +	Bug fixed in Scintilla SCI_GETSELTEXT where an extra NUL +	was included at end of returned string +	</li> +	<li> +	Crashing bug fixed in SciTE z-order switching implementation. +	</li> +	<li> +	Hanging bug fixed in Perl lexer. +	</li> +	<li> +	SciTE crashing bug fixed for using 'case' without argument in style definition. +	</li>      </ul>      <h3>         <a href="http://prdownloads.sourceforge.net/scintilla/scite156.zip?download">Release 1.56</a> | 
