2
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 18 hours ago.
Sep 11, 2024 — Sep 11, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added scanner proposals. More... over 16 years ago
Made plugin ids case-insensitive. More... over 16 years ago
Updated README. More... over 16 years ago
Completed YAML Scanner (closes #34). More... over 16 years ago
Removed yarv task. More... over 16 years ago
Less verbose rake output, but with Ruby version. More... over 16 years ago
Added Star Rating draft to repo and etc folder to coderay-lib.tmproj. More... over 16 years ago
JRuby fixes. More... over 16 years ago
Fixes for Ruby 1.9. More... over 16 years ago
Improved YAML Scanner (ticket #34). * Added more YAML example files (website, database). * Minor code cleanup in Scanner. More... almost 17 years ago
Fixed tests and YAML Scanner (#34) * The last commit (r262) also belongs to ticket #34. More... almost 17 years ago
New: *YAML* (#53). Preparing for version 0.8.1. * Based on the YAML scanner from Jamis Buck's Syntax lib. * Some YAML examples from Ruby gems. * Doesn't handle string yet; alpha state. More... almost 17 years ago
New: *JSON* (closes #53). Version 0.8 is near! * Simple and really nice scanner (I think), produces colorful output. * Checked against strange examples from Ruby's JSON lib. More... almost 17 years ago
New: *Simple Diff Scanner* (closes #22). * Highlights unified diffs, especially like the ones svn diff outputs. * Changes to make highlighting of whole lines were necessary. * I added two example files. More... almost 17 years ago
Optimized CSS styles, improved coderay_suite, new HTML test. * CSS styles are shortened more to optimize HTML output. * Added a longer example file for the HTML Scanner. * coderay_suite prints more accurate and sensible benchmarks. More... almost 17 years ago
Fixed the test for Java Scanner. More... almost 17 years ago
Forgot to remove a line from SimpleRegexpScanner that I used for Scanners::Java::BuiltinTypes. More... almost 17 years ago
New: *Java Scanner* (closes #42). * Based on JavaScript, does a good job, but may need more polish. * Java::BuiltinTypes::List is a helper constant that contains 2389 Java types. ** The list was generated from TextMate's Java bundle with the help of SimpleRegexpScanner. * I added the JRuby core classes as example code for testing (1.8 MB) More... almost 17 years ago
New: *CSS Scanner* (closes #29). * Based on Stefan Walk's implementation, with fixes, enhancements and speedups. * It seems to be fairly fast and highlights nicely. * I added the styles for Ignis Draconis, S5, and YUI as example code for testing. More... almost 17 years ago
New: *JavaScript Scanner* (closes #23). * It's quite good and fast, but still a beta. * I included Prototype and script.aculo.us as example code for testing. More... almost 17 years ago
Added more file extensions to Scanners * Added file_extensions to Delphi, XML, Debug, Scheme, and NitroXHTML scanners. * Removed obsolete extension declarations from Scanner test suites. * Minor cleanups. More... almost 17 years ago
More cleanup of todo folder. More... about 17 years ago
Some cleanup for the toto folder. More... about 17 years ago
Fixed coderay/for_redcloth escaping. More... about 17 years ago
Changed CodeRay.for_redcloth into require 'coderay/for_redcloth'. * Cleanup in documentation.rake. More... about 17 years ago
dated version number to 0.7.9, deleted ROADMAP. More... about 17 years ago
Added CodeRay.for_redcloth with test and documentation. * Tested with RedCloth 4.0.3. * Also added :ee task for the Ruby Enterprise Edition (rubyee). More... about 17 years ago
Changed coderay_suite's defaults: 'noassert' option is now 'assert'. More... about 17 years ago
Added diff task and a Redmine TODO. More... about 17 years ago
Fixed FileType: .html.erb is now recognized as rhtml. More... about 17 years ago