diff options
| author | nyamatongwe <unknown> | 2003-11-27 12:18:17 +0000 | 
|---|---|---|
| committer | nyamatongwe <unknown> | 2003-11-27 12:18:17 +0000 | 
| commit | 4bcd4f909babb1576c8eccd89d6cb0ead70ec6a3 (patch) | |
| tree | e5f5f5684a1fc51ac26843d223482f4c64d9b44a | |
| parent | bf0d2c56203e4eee495a3e269d79fe835dd49c0b (diff) | |
| download | scintilla-mirror-4bcd4f909babb1576c8eccd89d6cb0ead70ec6a3.tar.gz | |
Updated history.
| -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> | 
