diff options
author | nyamatongwe <devnull@localhost> | 2010-01-31 00:13:36 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2010-01-31 00:13:36 +0000 |
commit | 5bd974736e7a105a890b17cce440deda27688d5d (patch) | |
tree | 4f186862b7342fe3467e557a5d67b79fb13b7d51 /doc/ScintillaHistory.html | |
parent | 355c9bde45e0516bb43e8ff17c8c606f68fcb5b9 (diff) | |
download | scintilla-mirror-5bd974736e7a105a890b17cce440deda27688d5d.tar.gz |
Enhanced Erlang lexer. Bug #2942448.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 832ef236f..10b564aae 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -342,6 +342,7 @@ <td>Jon Strait</td> </tr><tr> <td>Oliver Kiddle</td> + <td>Etienne Girondel</td> </tr> </table> <p> @@ -354,6 +355,27 @@ </li> </ul> <h3> + <a href="http://prdownloads.sourceforge.net/scintilla/scite203.zip?download">Release 2.03</a> + </h3> + <ul> + <li> + Released sometime in 2010. + </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 SciTE bug where using Ctrl+Enter followed by Ctrl+Space produced an autocompletion list + with only a single line containing all the identifiers. + </li> + <li> + Fixed SciTE on GTK+ bug where running a tool made the user interface completely unresponsive. + </li> + </ul> + <h3> <a href="http://prdownloads.sourceforge.net/scintilla/scite202.zip?download">Release 2.02</a> </h3> <ul> |