summaryrefslogtreecommitdiff
path: root/Changes.textile
Commit message (Collapse)AuthorAgeFilesLines
...
* Direct Streaming! See #142 and Changes.textile.murphy2010-05-011-5/+52
|
* Fixing bug in Java and JSON scanners (unfinished strings where not closed ↵murphy2010-04-171-0/+4
| | | | correctly).
* CSS Scanner: Adding support for CSS 3 functions and colors, changing ↵murphy2010-04-141-7/+15
| | | | highlighting of attrbiute selectors (closes #224).
* Converted binary to UNIX format, and some cleanup in the version history.murphy2010-04-111-10/+19
|
* Python scanner highlights docstrings as comments (see #190).murphy2010-04-021-0/+5
|
* Java Scanner: Package names are recognized, along with some code cleanup. ↵murphy2010-04-021-4/+9
| | | | Closes #210.
* New HTML Encoder option :line_number_anchors (closes #208).murphy2010-04-021-0/+9
| | | | | Also removed the :list wrapping style, and made a lot of cleanup in the styles. See Changes.textile.
* Upporting changes from 0.9.2 (vs. 0.9.1).murphy2010-03-311-2/+10
|
* Diff scanner highlights unknown lines as :comment instead of :head.murphy2010-03-311-18/+14
|
* Improved Debug scanner (see Changes.textile).murphy2010-03-311-1/+3
|
* Don't raise error for unknown token kinds unless in @$CODERAY_DEBUG@ mode.murphy2010-03-311-0/+1
|
* Missing change logged.murphy2010-03-311-0/+3
|
* Improved Ruby scanner (see #147 and Changes.textile.)murphy2010-03-311-7/+17
|
* Use new :alpha style be default. This means IE will have problems with the ↵murphy2010-03-311-0/+4
| | | | colors.
* Improved Diff scanner - yay! Finally! Still imperfect, but works (see #52).murphy2010-03-301-4/+15
|
* Improved Terminal encoder (documentation, handling of line tokens).murphy2010-03-301-1/+4
|
* Upporting r463, removing String#to_unix.murphy2010-03-301-0/+5
|
* Added alias :remove_comments for CommentFilter.murphy2010-03-301-1/+5
|
* Renamed token_classes to token_kinds (closes #122).murphy2010-03-301-0/+11
| | | | | | | | | * *RENAMED* from ClassOfKind. The term "token class" is no longer used in CodeRay. Instead, tokens have _kinds_. * *RENAMED* TokenKindFilter to TokenClassFilter. * *ADDED* documentation on encoders affected by the term change. * *REMOVED* token kinds :attribute_name_fat, :attribute_value_fat, :operator_fat, :tag_fat, and :xml_text. * *ADDED* token kind :filename.
* Added new keywords and functions to SQL scanner (see #221, thanks to Joshua ↵murphy2010-03-301-1/+6
| | | | Galvez).
* Cleanups and updates for FileType.murphy2010-03-261-0/+7
| | | | | | * *REMOVED* @FileType#shebang@ is a protected method now. * *NEW*: Regonizes @.gemspec@, @.rjs@, @.rpdf@ extensions and @Capfile@ as Ruby.
* Updated change log.murphy2010-03-261-0/+5
|
* Long overdue updates for the coderay executable - yay!murphy2010-03-261-0/+7
| | | | | | | | * *NEW* automatic TTY detection, uses @Terminal@ encoder. * *NEW* optional 3rd parameter for the filename. * *FIXED*: Warn about generated files. * *FIXED*: Ensure linebreak after the output (was problematic for LoC counter).
* Updated Changes.textile.murphy2010-03-261-3/+18
|
* Updated Changes.textile.murphy2010-02-201-4/+48
|
* Renamed Terminal encoder, cleanups.murphy2010-01-061-0/+18
|
* Cleanups.murphy2010-01-061-1/+1
|
* Last changes.murphy2010-01-011-1/+4
|
* New method Scanner#lang.murphy2010-01-011-0/+1
|
* Updated list of changes.murphy2009-12-311-1/+4
|
* New rake tasks test:scanner:lang for every language.murphy2009-12-301-2/+1
|
* Added list of changes.murphy2009-12-301-0/+221