diff options
| author | nyamatongwe <unknown> | 2010-02-01 23:21:06 +0000 | 
|---|---|---|
| committer | nyamatongwe <unknown> | 2010-02-01 23:21:06 +0000 | 
| commit | ce970f72b00b68ab23de54483aaf61701638f3fe (patch) | |
| tree | ade463d1402fd3b87a3305b0446a23331a4e246f | |
| parent | cab6ef4858acd8da400ea2b9fbeb4feaf5e2b6af (diff) | |
| download | scintilla-mirror-ce970f72b00b68ab23de54483aaf61701638f3fe.tar.gz | |
More items.
| -rw-r--r-- | doc/ScintillaHistory.html | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 10b564aae..35d7301bd 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -362,12 +362,19 @@  	Released sometime in 2010.  	</li>  	<li> +	Added SCI_SETFIRSTVISIBLELINE to match SCI_GETFIRSTVISIBLELINE. +	</li> +	<li>  	Erlang lexer extended set of numeric bases recognised; separate style for module:function_name; detects  	built-in functions, known module attributes, and known preprocessor instructions; recognizes EDoc and EDoc macros;  	separates types of comments.  	<a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=2942448&group_id=2439">Bug #2942448.</a>  	</li>  	<li> +	Fixed bugs with cursor movement after deleting a rectangular selection. +	<a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=2942131&group_id=2439">Bug #2942131.</a> +	</li> +	<li>  	Fixed SciTE bug where using Ctrl+Enter followed by Ctrl+Space produced an autocompletion list  	with only a single line containing all the identifiers.  	</li> | 
