summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Cleanups to the list of Changes; added toc command for Redmine.murphy2010-06-111-2/+3
|
* Fixing new executable test suite.murphy2010-06-111-7/+9
|
* Removing svn:executable flag from executable test suite file (how did that ↵murphy2010-06-111-0/+0
| | | | happen?)
* Added coderay executable tests.murphy2010-06-115-4/+66
|
* Fixed for_redcloth tests.murphy2010-06-011-2/+2
|
* Ruby scanner does no longer highlight \ at the end of the input as :error. ↵murphy2010-06-011-2/+5
| | | | This is more friendly for intelligent diff highlighting.
* Removed ftp.yaml from TextMate project.murphy2010-06-011-7/+3
|
* Updated TextMate project.murphy2010-06-011-14/+12
|
* Issue #227: Inline Diff Highlighting and improved intelligent diff murphy2010-06-012-9/+94
| | | | | | | | | highlighting for multi-line tokens. These are one of the most complex features of CodeRay now, and quite unique, I think. Of course, all of this is highly experimental, and not ready for production use.
* Added ability to scan an Array of Strings as one with Scanner#tokenize.murphy2010-06-012-3/+19
| | | | | See issue #222.
* Added Encoder#tokens, improved some error messages.murphy2010-06-012-4/+6
|
* Added :eyecatcher token type (for inline diff highlighting) and improvedmurphy2010-06-014-16/+21
| | | | | some nested styles.
* Cleanups and extensions to Tokens (see issue #222).murphy2010-06-012-43/+77
|
* Use Text encoder instead of deprecated Tokens#text method.murphy2010-06-011-1/+1
|
* Cleanups in Encoders::HTML::Output.murphy2010-06-014-10/+5
|
* Fixed Text Encoder.murphy2010-06-012-2/+29
|
* Ruby scanner raises exception on unknown state.murphy2010-05-211-0/+2
|
* Fixed a bug in the YAML scanner (see #231).murphy2010-05-212-4/+8
|
* TextMate project.murphy2010-05-191-25/+6
|
* New: Raydebug Scanner (highlights .raydebug files instead of importing them).murphy2010-05-182-1/+4
| | | | | Closes #229.
* (no commit message)murphy2010-05-183-4/+70
|
* 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
|