summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Improved JSON encoder: Loading of json library in JRUBY, error messages, ↵murphy2010-06-291-35/+14
| | | | "early death" by loading it when the encoder is loaded.
* Removing tests from library files. They live now in test/unit.murphy2010-06-2910-428/+2
|
* Added encoding header for Clojure scanner: Rember to put this on top when ↵murphy2010-06-291-0/+1
| | | | using non-ASCII chars :)
* Fixed code statistics (added executable and unit tests, removed double ↵murphy2010-06-291-3/+5
| | | | counting of coderay.rb).
* Added lots of unit tests.murphy2010-06-2918-1/+867
| | | | Theses actually come from the library files; now they are included. Also, rake test and test:all don't test the scanners now; you have to start them using rake test:scanners.
* Remove tests that belong into the new test/unit folder.murphy2010-06-293-216/+0
|
* Cleaning up functional tests: Automatically load all files in the folder.murphy2010-06-291-4/+5
|
* rake bench now uses line numbers (slower, but more realistic).murphy2010-06-291-0/+1
|
* Fixed for_redcloth test for the edge case that RedCloth is defined, but was ↵murphy2010-06-291-0/+1
| | | | not loaded.
* Cleaning up tests.murphy2010-06-291-3/+3
|
* A prototype implementation of "inside Regexp" detection for the Ruby ↵murphy2010-06-281-0/+455
| | | | scanner. Would be nice for diffs.
* More speedups for HTML encoding (numbering, CSS styles, Ruby 1.9).murphy2010-06-275-39/+25
|
* A little more documentation for Scanner.murphy2010-06-271-2/+5
|
* Benchmark script uses -Ofull option for pygmentize.murphy2010-06-271-1/+1
|
* Trying out a simplified, faster method of HTML encoding.murphy2010-06-271-42/+41
|
* Alpha style: Removed background color for :inline_delimiter.murphy2010-06-271-2/+1
|
* Updated for_redcloth test to latest Alpha style.murphy2010-06-161-2/+2
|
* Updated examples test to latest Alpha style.murphy2010-06-161-4/+4
|
* Fixed YAML scanner: strings should always be groups.murphy2010-06-161-2/+4
|
* Updated Alpha style: less bolded tokens, user-select:none for line numbers ↵murphy2010-06-162-34/+41
| | | | (closes #226), removed osolete .rx .fu style.
* Improved JavScript regexp recognition.murphy2010-06-162-1/+2
|
* Fixed PHP scanner: strings should always be groups.murphy2010-06-151-1/+1
|
* Added :string :modifier color for Alpha style.murphy2010-06-151-0/+1
|
* Updated generate:scanner task to include .debug.diff.html files in svn:ignore.murphy2010-06-151-1/+1
|
* Ticket #127: Clojure scanner by Licenser, yay!murphy2010-06-153-1/+209
| | | | | | It's still in development. The Scheme scanner, which Lice used as template, has some very bad code, and both scanner must be cleaned up (see #59).
* 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
|