diff options
author | murphy <murphy@rubychan.de> | 2010-03-30 22:24:44 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2010-03-30 22:24:44 +0000 |
commit | 863839251ac1782d7e6750a2e9b1f6dc324edeb4 (patch) | |
tree | 3569b19e59bc86e3e9d9e19619823f342d9c0839 /Changes.textile | |
parent | 262e15cea7a1c32e40c6cb42012a1d8dbca2c88b (diff) | |
download | coderay-863839251ac1782d7e6750a2e9b1f6dc324edeb4.tar.gz |
Improved Diff scanner - yay! Finally! Still imperfect, but works (see #52).
Diffstat (limited to 'Changes.textile')
-rw-r--r-- | Changes.textile | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/Changes.textile b/Changes.textile index ce89a51..0625234 100644 --- a/Changes.textile +++ b/Changes.textile @@ -40,10 +40,21 @@ h3. @Encoders::TokenKindFilter@ h3. @Scanners@ -* *FIXED* @Scanner.normify@ doesn't output errors in @$DEBUG@ mode any more. -* *FIXED*: @scan_tokens@ and @setup@ methods are protected now. -* *NEW* Mapped @:patch@ to @:diff@. -* *REMOVED* @:ecma@ and @:h@ - not language names +* *NEW*: Highlighting of code based on file names. + See ticket "#52":http://redmine.rubychan.de/issues/52. + + This is a very original feature. It enables multi-language highlighting for + diff files, which is especially helpful for CodeRay development itself. The + updated version of the scanner test suite generated .debug.diff.html files + using this. + + Note: This is still buggy for multi-line tokens. +* *NEW*: Highlighting of the file name in the change headers as @:filename@. + +h3. @Scanners::Diff@ + +* *FIXED* Ruby 1.9.2 compatibility problem (see revision 463). +* *REMOVED* @String#to_unix@. h3. @Scanners::Scanner@ |