summaryrefslogtreecommitdiff
path: root/lib/coderay/encoders/helpers/html_css.rb
Commit message (Collapse)AuthorAgeFilesLines
* New helper module scheme, step 2murphy2005-11-051-155/+0
|
* HTML highlighting:murphy2005-11-041-7/+6
| | | | | | | | | | | | | | | | | | html_css.rb: Bugfixes CSS style scanning went for wrong range moved some styles into the right place html_output.rb: numerization excluded templates renamed new LIST template html_numerization.rb (new): new :line_numbers style :list (beta) Benchmarking: Split Options into lines :list style for testing
* scanners/ruby.rb: fixed string inline codemurphy2005-10-161-0/+1
| | | | | encoders/helpers/html_css.rb and html_helper.rb: added :inline token encoders/helpers/html_output.rb: made wrapped_in an attr_accessor; fixed option handling in numerize!
* Demos updated, rewritten, enhanced, tested.murphy2005-10-011-1/+5
| | | | | | | | | | | | | | | | | 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.
* Some demos updated.murphy2005-10-011-41/+24
| | | | Massive changes for HTML output layout.
* New Repository, initial importno author2005-09-261-0/+168