| Commit message (Expand) | Author | Age | Files | Lines |
* | Updating C scanner: | murphy | 2009-10-19 | 6 | -15/+192639 |
* | Updating scanners: Ruby 1.9 warnings, KINDS_NOT_LOC | murphy | 2009-10-19 | 7 | -7/+22 |
* | etc. Dont mind it. | murphy | 2009-10-19 | 3 | -12/+199 |
* | Updated scanner test suite: | murphy | 2009-10-19 | 1 | -11/+7 |
* | Renaming YAMLTests. | murphy | 2009-10-19 | 1 | -1/+1 |
* | Updated Python scanner (#41) | murphy | 2009-10-19 | 6 | -856/+941 |
* | Updated JSON scanner: false, null, true are highlighted as :value now. | murphy | 2009-10-19 | 4 | -128/+133 |
* | Updated Groovy scanner: using word lists from Java scanner. | murphy | 2009-10-19 | 3 | -148/+140 |
* | Updated Java scanner: Higlighting of keywords according to java.sun.com. | murphy | 2009-10-19 | 2 | -2479/+2482 |
* | Updated Ruby scanner: | murphy | 2009-10-19 | 8 | -230/+239 |
* | Updated CSS scanner: element selectors are highlighted as :type. | murphy | 2009-10-19 | 6 | -1373/+1381 |
* | JavaScript scanner updated: | murphy | 2009-10-19 | 8 | -938/+54893 |
* | New Scanner: *C++* (#76)! | murphy | 2009-10-19 | 11 | -1/+18380 |
* | Removing C++ tests from C test suite. | murphy | 2009-10-19 | 2 | -1036/+0 |
* | Scanner sets KINDS_NOT_LOC, Tokens#scanner. | murphy | 2009-10-18 | 1 | -0/+4 |
* | Updated README. | murphy | 2009-10-18 | 1 | -2/+3 |
* | Tweaking colors for :pre_type, :pseudo_class and :exception. | murphy | 2009-10-18 | 1 | -3/+3 |
* | LinesOfCode: Language dependent via KINDS_NOT_LOC, documentation. | murphy | 2009-10-18 | 1 | -1/+16 |
* | TokenClassFilter: Support for :exclud => :all. | murphy | 2009-10-18 | 1 | -2/+3 |
* | Fixing Ruby 1.9 warnings. | murphy | 2009-10-18 | 1 | -2/+2 |
* | Require token_classes from coderay.rb. | murphy | 2009-10-18 | 1 | -0/+1 |
* | Fixing for_redcloth for latest RedCloth versions. | murphy | 2009-10-18 | 1 | -4/+9 |
* | tokens.rb: cleanup, Tokens#scanner, tests. | murphy | 2009-10-18 | 1 | -45/+49 |
* | Minor speedup for Ruby 1.9. | murphy | 2009-10-18 | 1 | -1/+3 |
* | Removing :procedure token class. | murphy | 2009-10-18 | 1 | -1/+1 |
* | Testing for_redcloth and lines_of_code. | murphy | 2009-10-18 | 1 | -1/+48 |
* | Testing whether #dup works for WordList as expected. | murphy | 2009-10-18 | 1 | -0/+9 |
* | Fixed sample test. | murphy | 2009-10-10 | 1 | -4/+7 |
* | We don't need Tokens encoder any more. | murphy | 2009-10-10 | 1 | -44/+0 |
* | Adding some test code for Clojure. | murphy | 2009-10-03 | 1 | -0/+6820 |
* | Adding lists of PHP constants and functions (TODO). | murphy | 2009-10-03 | 3 | -0/+5849 |
* | Adding .dpr, .pas and .rxml to FileType::TypeFromExt list. | murphy | 2009-07-08 | 1 | -0/+3 |
* | Added LinesOfCode encoder (issue #123) - simple version. | murphy | 2009-06-29 | 2 | -0/+49 |
* | Renamed TokenFilter to TokenClassFilter. | murphy | 2009-06-28 | 2 | -5/+5 |
* | Working around a problem with latest RedCloth versions (>= 4.2.0) (issue #119) | murphy | 2009-06-27 | 1 | -1/+8 |
* | Added a Filter class; filters inherit from it and yield tokens. | murphy | 2009-06-20 | 4 | -17/+34 |
* | * Improved implementation of Encoder *token callbacks. | murphy | 2009-06-20 | 7 | -15/+78 |
* | Fixed for_redcloth for latest RedCloth (4.2.0+) versions (issue #119). | murphy | 2009-06-20 | 2 | -2/+2 |
* | Fixed an issue with the YAML class being redefined by the scanners tests. | murphy | 2009-06-17 | 1 | -1/+2 |
* | Forgotten test file. | murphy | 2009-06-13 | 1 | -779/+779 |
* | Python Scanner (issue #41) updated: | murphy | 2009-06-13 | 3 | -541/+560 |
* | New: Plugin.title (closes #96) | murphy | 2009-06-09 | 7 | -1/+14 |
* | Benchmark: Actually, the abbreviation for second is s, not sec. | murphy | 2009-06-09 | 1 | -4/+4 |
* | Fixed XML Encoder; closes #94. | murphy | 2009-06-09 | 1 | -1/+1 |
* | Fixed an issue with predefined idents in the Python Scanner. | murphy | 2009-06-07 | 1 | -0/+1 |
* | Improved UTF-8 support for Ruby Scanner. Also fixed a minor bug. | murphy | 2009-06-07 | 6 | -11/+98 |
* | Removed obsolete :level property from HTML Encoder. | murphy | 2009-06-07 | 1 | -1/+1 |
* | Changed a $DEBUG raise into a puts (issue #99). | murphy | 2009-05-02 | 1 | -1/+1 |
* | RubyEE no longer included in test:all. | murphy | 2009-04-22 | 1 | -1/+1 |
* | Fixed a minor bug in the YAML scanner. | murphy | 2009-04-22 | 1 | -1/+2 |