summaryrefslogtreecommitdiff
path: root/rake_helpers/html_coderay_generator.rb
Commit message (Collapse)AuthorAgeFilesLines
* cleanup rake_helpers, samplesKornelius Kalnbach2013-06-131-1517/+0
|
* cleanups, documentation for TokensProxyKornelius Kalnbach2011-09-211-5/+4
|
* Big re-indenting - no more tabs!murphy2006-07-101-17/+17
|
* Some fixes for cYcnus style (capital Y makes problems)murphy2005-12-051-1/+3
| | | | | Fixes in the coderay_rdoc_template.
* Demos updated, rewritten, enhanced, tested.murphy2005-10-011-1/+1
| | | | | | | | | | | | | | | | | Some code cleanups. Bugs fixed, scanner and encoder improved: count.rb: marked Streamable html_css.rb: style for inline numbers html.rb: changed options; :line_numbers_offset is now :line_number_start html_output.rb: offset for inline numbers fixed html.rb: token text no longer changed by gsub! while highlighting (this is even faster!) text.rb, plugin.rb: reindented ruby.rb: eleminated multiple assignments for speed tokens.rb: reindented, Tokens#to_s added, #<< returns self Plugin system: bugs fixed, error messages improved.
* new build;murphy2005-09-271-0/+1516
Documentation progress; html_coderay_generator added