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 | fd9e2e76f19f158c57dd5b37ad0c2023fdeb157c (patch) | |
tree | 540943fd6359cc2f41d30d7fbc05cf3af82833b3 | |
parent | fe94b9bc3359944c1762648dadf2b1d18cfe422e (diff) | |
download | scintilla-mirror-fd9e2e76f19f158c57dd5b37ad0c2023fdeb157c.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> |