diff options
author | Neil <nyamatongwe@gmail.com> | 2014-07-30 14:46:35 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2014-07-30 14:46:35 +1000 |
commit | 5f42e1f6adaa9448188a1697a8e9e9c1fd7b9fd8 (patch) | |
tree | 971cd1f1da9fc78bf10b6d753232a5d8fa82242f | |
parent | 5bc323d082e8c7984cab85da59f2ee6d162cbb4f (diff) | |
download | scintilla-mirror-5f42e1f6adaa9448188a1697a8e9e9c1fd7b9fd8.tar.gz |
Change log.
-rw-r--r-- | doc/ScintillaHistory.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 7b90f7517..fee151b72 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -499,6 +499,15 @@ <a href="http://sourceforge.net/p/scintilla/feature-requests/1053/">Feature #1053.</a> </li> <li> + Ruby lexer fixes bugs with the syntax of symbols including allowing a symbol to end with '?'. + <a href="http://sourceforge.net/p/scintilla/bugs/1627/">Bug #1627</a>. + </li> + <li> + Rust lexer supports byte string literals, naked CR can be escaped in strings, and files starting with + "#![" are not treated as starting with a hashbang comment. + <a href="http://sourceforge.net/p/scintilla/feature-requests/1063/">Feature #1063.</a> + </li> + <li> Bug fixed where style data was stale when deleting a rectangular selection. </li> <li> |