summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Ruby scanner handles :keep_state option.murphy2010-05-182-1/+13
|
* Ignore new files in etc.murphy2010-05-181-11/+13
|
* Cleanup, documentation and enhancements to the Filters:murphy2010-05-186-33/+128
| | | | | | | * TokenKindFilter handles groups (closes #223). * Added :docstring to the default KINDS_NOT_LOC list. * Also fixed a problem with the :tokens option in Scanners.
* Tokens#<encoder name> raises a NoMethodError when encoder was not found.murphy2010-05-181-0/+2
|
* Improved error message for unknown token content type.murphy2010-05-181-1/+1
|
* Simplified example test: It broke every time the default stylesheet was ↵murphy2010-05-181-135/+1
| | | | changed. Now it's independent.
* Improved Python docstring highlighting (closes #190).murphy2010-05-182-7/+11
|
* Fixed a problem with line tokens when using :hint => :debug in the HTML encoder.murphy2010-05-051-2/+2
|
* Fixes for YAML encoder, Filter, and tests and API enhancements for Duo.murphy2010-05-055-40/+121
|
* Fixed bug in diff scanner.murphy2010-05-051-4/+4
|
* Fixed benchmark script.murphy2010-05-051-1/+1
|
* Got rid of the old streaming system (see #142).murphy2010-05-0128-120/+17
|
* Added examples tests to the functional suite.murphy2010-05-011-1/+1
|
* Added tests for the CodeRay website examples.murphy2010-05-011-0/+258
|
* Added JSON example benchmark data.murphy2010-05-011-0/+655
|
* Direct Streaming! See #142 and Changes.textile.murphy2010-05-0146-1721/+1607
|
* Improved behavior of Plugin#register_for.murphy2010-05-011-2/+3
|
* Fixed a buggy warning.murphy2010-04-281-1/+1
|
* Added 191 task, added 191 and 187 to the list of test:all Ruby versions.murphy2010-04-283-2/+6
|
* diff task now supports repositories which have a folder named "diff".murphy2010-04-281-7/+12
|
* Fixing bug in Java and JSON scanners (unfinished strings where not closed ↵murphy2010-04-174-34/+35
| | | | correctly).
* Fixed benchmarks.murphy2010-04-151-7/+0
|
* More cleanup.murphy2010-04-151-2/+6
|
* Cleanups.murphy2010-04-151-11/+11
|
* Added the external scanner test suite.murphy2010-04-150-0/+0
|
* Moving scanner tests into separate repository. The repository can be reached ↵murphy2010-04-14236-743287/+0
| | | | at http://svn.rubychan.de/coderay-scanner-tests/trunk.
* A nice script which helps setting the svn:ignore properties.murphy2010-04-141-0/+4
|
* Fixing svn:ignore properties for all scanner directories.murphy2010-04-140-0/+0
|
* Removing obsolete svn:ignore property.murphy2010-04-140-0/+0
|
* CSS Scanner: Adding support for CSS 3 functions and colors, changing ↵murphy2010-04-148-26/+423
| | | | highlighting of attrbiute selectors (closes #224).
* Fixed a problem with highlighted diff lines in the output of the scanner suite.murphy2010-04-141-6/+8
|
* (no commit message)murphy2010-04-111-4/+4
|
* Converted binary to UNIX format, and some cleanup in the version history.murphy2010-04-114-113/+123
|
* Repository maintainance.murphy2010-04-020-0/+0
|
* Python scanner highlights docstrings as comments (see #190).murphy2010-04-029-414/+455
|
* Java Scanner: Package names are recognized, along with some code cleanup. ↵murphy2010-04-028-90/+130
| | | | Closes #210.
* New HTML Encoder option :line_number_anchors (closes #208).murphy2010-04-028-100/+90
| | | | | Also removed the :list wrapping style, and made a lot of cleanup in the styles. See Changes.textile.
* HTML encoder is HTML 5 and CSS 3 compatible (closes #215).murphy2010-04-023-7/+4
| | | | | | | | This also means it's incompatible to previous versions of HTML and CSS. Also, the output may not show correctly on IE. I officially drop support for Internet Explorer with no regrets.
* gem task: Make automatic beta recognition and pre switch play nice together.murphy2010-04-021-4/+3
|
* Upporting changes from 0.9.2 (vs. 0.9.1).murphy2010-03-3128-318/+245
|
* Remove term-ansicolor library from trunk.murphy2010-03-310-0/+0
|
* Updated TextMate project file.murphy2010-03-311-16/+8
|
* Diff scanner highlights unknown lines as :comment instead of :head.murphy2010-03-312-19/+15
|
* Improved Debug scanner (see Changes.textile).murphy2010-03-312-5/+13
|
* Don't raise error for unknown token kinds unless in @$CODERAY_DEBUG@ mode.murphy2010-03-312-1/+6
|
* Improved the styles a bit.murphy2010-03-312-6/+6
|
* Missing change logged.murphy2010-03-311-0/+3
|
* Improved Ruby scanner (see #147 and Changes.textile.)murphy2010-03-3113-303/+369
|
* Updated coderay binary documentation.murphy2010-03-311-1/+2
|
* Use new :alpha style be default. This means IE will have problems with the ↵murphy2010-03-313-2/+6
| | | | colors.