Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | CSS Scanner: Adding support for CSS 3 functions and colors, changing ↵ | murphy | 2010-04-14 | 8 | -26/+423 | |
| | | | | highlighting of attrbiute selectors (closes #224). | |||||
* | Fixed a problem with highlighted diff lines in the output of the scanner suite. | murphy | 2010-04-14 | 1 | -6/+8 | |
| | ||||||
* | (no commit message) | murphy | 2010-04-11 | 1 | -4/+4 | |
| | ||||||
* | Converted binary to UNIX format, and some cleanup in the version history. | murphy | 2010-04-11 | 4 | -113/+123 | |
| | ||||||
* | Repository maintainance. | murphy | 2010-04-02 | 0 | -0/+0 | |
| | ||||||
* | Python scanner highlights docstrings as comments (see #190). | murphy | 2010-04-02 | 9 | -414/+455 | |
| | ||||||
* | Java Scanner: Package names are recognized, along with some code cleanup. ↵ | murphy | 2010-04-02 | 8 | -90/+130 | |
| | | | | Closes #210. | |||||
* | New HTML Encoder option :line_number_anchors (closes #208). | murphy | 2010-04-02 | 8 | -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). | murphy | 2010-04-02 | 3 | -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. | murphy | 2010-04-02 | 1 | -4/+3 | |
| | ||||||
* | Upporting changes from 0.9.2 (vs. 0.9.1). | murphy | 2010-03-31 | 28 | -318/+245 | |
| | ||||||
* | Remove term-ansicolor library from trunk. | murphy | 2010-03-31 | 0 | -0/+0 | |
| | ||||||
* | Updated TextMate project file. | murphy | 2010-03-31 | 1 | -16/+8 | |
| | ||||||
* | Diff scanner highlights unknown lines as :comment instead of :head. | murphy | 2010-03-31 | 2 | -19/+15 | |
| | ||||||
* | Improved Debug scanner (see Changes.textile). | murphy | 2010-03-31 | 2 | -5/+13 | |
| | ||||||
* | Don't raise error for unknown token kinds unless in @$CODERAY_DEBUG@ mode. | murphy | 2010-03-31 | 2 | -1/+6 | |
| | ||||||
* | Improved the styles a bit. | murphy | 2010-03-31 | 2 | -6/+6 | |
| | ||||||
* | Missing change logged. | murphy | 2010-03-31 | 1 | -0/+3 | |
| | ||||||
* | Improved Ruby scanner (see #147 and Changes.textile.) | murphy | 2010-03-31 | 13 | -303/+369 | |
| | ||||||
* | Updated coderay binary documentation. | murphy | 2010-03-31 | 1 | -1/+2 | |
| | ||||||
* | Use new :alpha style be default. This means IE will have problems with the ↵ | murphy | 2010-03-31 | 3 | -2/+6 | |
| | | | | colors. | |||||
* | Updated test suite to use new Diff scanner and :alpha style. | murphy | 2010-03-30 | 1 | -21/+57 | |
| | ||||||
* | Updated diff scanner tests. | murphy | 2010-03-30 | 4 | -2027/+2177 | |
| | ||||||
* | Improved Diff scanner - yay! Finally! Still imperfect, but works (see #52). | murphy | 2010-03-30 | 2 | -17/+50 | |
| | ||||||
* | Improved Terminal encoder (documentation, handling of line tokens). | murphy | 2010-03-30 | 2 | -58/+85 | |
| | ||||||
* | Those TextMate project updates bug me. | murphy | 2010-03-30 | 1 | -8/+12 | |
| | ||||||
* | Upporting r463, removing String#to_unix. | murphy | 2010-03-30 | 2 | -23/+28 | |
| | ||||||
* | Code cleanup. | murphy | 2010-03-30 | 1 | -4/+2 | |
| | ||||||
* | Added alias :remove_comments for CommentFilter. | murphy | 2010-03-30 | 2 | -1/+6 | |
| | ||||||
* | Added documentation to encoders; more code cleanups. | murphy | 2010-03-30 | 12 | -23/+113 | |
| | ||||||
* | Renamed token_classes to token_kinds (closes #122). | murphy | 2010-03-30 | 10 | -142/+178 | |
| | | | | | | | | | * *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 ↵ | murphy | 2010-03-30 | 4 | -3/+517 | |
| | | | | Galvez). | |||||
* | Cleanups and updates for FileType. | murphy | 2010-03-26 | 2 | -27/+35 | |
| | | | | | | * *REMOVED* @FileType#shebang@ is a protected method now. * *NEW*: Regonizes @.gemspec@, @.rjs@, @.rpdf@ extensions and @Capfile@ as Ruby. | |||||
* | Plugin depends on -w instead of -d for warnings. | murphy | 2010-03-26 | 1 | -1/+1 | |
| | ||||||
* | Scanner suite: Use Pathname. | murphy | 2010-03-26 | 1 | -2/+4 | |
| | ||||||
* | Ignore sample/*.diff. | murphy | 2010-03-26 | 0 | -0/+0 | |
| | ||||||
* | Updated change log. | murphy | 2010-03-26 | 1 | -0/+5 | |
| | ||||||
* | Debug scanner supports line tokens; more cleanups. | murphy | 2010-03-26 | 4 | -16/+130 | |
| | ||||||
* | Long overdue updates for the coderay executable - yay! | murphy | 2010-03-26 | 2 | -6/+26 | |
| | | | | | | | | * *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. | murphy | 2010-03-26 | 1 | -3/+18 | |
| | ||||||
* | Update to the TextMate project I use. | murphy | 2010-03-26 | 1 | -9/+15 | |
| | ||||||
* | Cleanup. | murphy | 2010-03-26 | 1 | -1/+1 | |
| | ||||||
* | test:clean task removes debug.diff.html too. | murphy | 2010-03-26 | 1 | -0/+3 | |
| | ||||||
* | Cleanup. | murphy | 2010-03-26 | 1 | -1/+0 | |
| | ||||||
* | Improved functional tests. | murphy | 2010-03-26 | 2 | -3/+14 | |
| | ||||||
* | TODO: A CSharp scanner by percy li, see ↵ | murphy | 2010-03-26 | 1 | -0/+156 | |
| | | | | http://www.redmine.org/boards/3/topics/11616. | |||||
* | Updating tests for Scheme scanner. | murphy | 2010-03-26 | 2 | -3002/+3002 | |
| | ||||||
* | Updating tests for Groovy and JavaScript scanners. | murphy | 2010-03-26 | 5 | -4184/+4184 | |
| | ||||||
* | Cleanup to Scheme scanner; removed :operator_fat token kind. | murphy | 2010-03-26 | 1 | -59/+61 | |
| | ||||||
* | Cleanup and simplify HTML scanner. | murphy | 2010-03-26 | 1 | -16/+21 | |
| |