summaryrefslogtreecommitdiff
path: root/lib/coderay/encoders/helpers
Commit message (Collapse)AuthorAgeFilesLines
* New helper module scheme, step 2murphy2005-11-054-524/+0
|
* HTML highlighting:murphy2005-11-043-85/+126
| | | | | | | | | | | | | | | | | | 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
* Version 0.4.6!murphy2005-10-291-2/+12
| | | | | | | | coderay.rb: Added highlight functions new demo/demo_highlight.rb encoders/helpers/html_output.rb: Improved stylesheet method Rakefile: smarter progress info on uploading
* encoder.rb: Added Encoder#file_extensionmurphy2005-10-291-4/+16
| | | | | | | | | plugin.rb: #load_plugin --> #load; no more debug messages encoders/html.rb: Documentation; hint system; moved NUMERIZABLE_WRAPPINGS to html_output.rb encoders/helpers/html_output.rb: made stylesheet a method; disabled code cell hint; fixed inline numerizing encoders/debug.rb: changed extension to 'raydebug' etc folder added included etc/raydebug.vim for cool vim highlighting
* scanners/ruby.rb: fixed string inline codemurphy2005-10-163-7/+8
| | | | | 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-012-11/+18
| | | | | | | | | | | | | | | | | 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-012-54/+31
| | | | Massive changes for HTML output layout.
* html_output.rb changed for silly rdoc, second try.no author2005-09-261-1/+1
|
* html_output.rb changed for silly old rdocno author2005-09-261-1/+1
| | | | Rakefile and configs added
* New Repository, initial importno author2005-09-263-0/+476