diff options
author | murphy <murphy@rubychan.de> | 2010-05-18 06:19:53 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2010-05-18 06:19:53 +0000 |
commit | 9bab8e9248c538d92561686734d5dfae3a1bb42f (patch) | |
tree | 92cfb7b0dcb67faf477495c9823df1d6c7a5a1eb /Changes.textile | |
parent | f9da00a9da5fc15d08cd455884180d49417c5fe4 (diff) | |
download | coderay-9bab8e9248c538d92561686734d5dfae3a1bb42f.tar.gz |
Cleanup, documentation and enhancements to the Filters:
* TokenKindFilter handles groups (closes #223).
* Added :docstring to the default KINDS_NOT_LOC list.
* Also fixed a problem with the :tokens option in Scanners.
Diffstat (limited to 'Changes.textile')
-rw-r--r-- | Changes.textile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Changes.textile b/Changes.textile index 8b84cc2..dc9752e 100644 --- a/Changes.textile +++ b/Changes.textile @@ -43,6 +43,12 @@ h3. @Encoders::CommentFilter@ * *NEW* alias @:remove_comments@ +h3. @Encoders::Filter@ + +* *NEW* option @tokens@. +* *CHANGED*: Now it simply delegates to the output. +* *REMOVED* @include_text_token?@ and @include_block_token?@ methods. + h3. @Encoders::HTML@ The HTML encoder was cleaned up and simplified. @@ -58,6 +64,10 @@ The HTML encoder was cleaned up and simplified. * *FIXED* splitting of lines for @:line_numbers => :inline@, so that the line numbers don't get colored, too. +h3. @Encoders::LinesOfCode@ + +* *CHANGED*: @compile@ and @finish@ methods are now protected. + h3. @Encoders::Terminal@ * *RENAMED* from @Encoders::Term@, added @:term@ alias. @@ -70,6 +80,10 @@ h3. *RENAMED*: @Encoders::TokenKindFilter@ Renamed from @TokenClassFilter@. +* *NEW*: Handles token groups. + See "#223":http://redmine.rubychan.de/issues/223. +* *RENAMED* @include_block_token?@ to @include_group?@. + h3. @Encoders::Statistic@ * *CHANGED*: Tokens actions are counted separately. |