summaryrefslogtreecommitdiff
path: root/lib/coderay/encoders
Commit message (Collapse)AuthorAgeFilesLines
...
* CodeRay::Duo added for cool caching!murphy2006-03-213-25/+22
| | | | | | | | bench/caching.rb added t“for demonstrating this. HTML Encoder: creates unwrapped output by default (still problems with that.) Numerizing changed (doesn't try to prevent nesting errors) Speedup: "::String" is faster.
* Changed HTML encoder evil char handling (allowing for UTF-8 now.)murphy2006-03-161-5/+6
|
* HTML Encoder: hints fixed and improved. Still in progress.murphy2006-03-161-4/+9
| | | | | Documentation cleanups.
* Fixed HTML encoder again. (Run the test, baka!)murphy2006-03-161-1/+1
| | | | | | Added jarh.out.raydebug test output. Fixed a typo in Rakefile.
* Fixed HTML encoder.murphy2006-03-152-14/+13
| | | | | Changed HTML::CSS.load_stylesheet behaviour.
* HTML encoder improved (hint handling, :info_long)murphy2006-03-151-20/+28
| | | | Ignore latex encoder until it's finished.
* Ruby scanner errors fixed.murphy2006-03-152-3/+3
| | | | | demo_dump and demo_encoder updated for new YAML version. Fixes in output.rb and numerization.rb
* Plugin System extended:murphy2005-12-104-6/+6
| | | | | | | | | | - helper method - path names are expanded encoders/html.rb, div.rb, span.rb, ruby.rb: - using new methods (fixes problems with rdoc and test tasks): renamed scanners/ruby/helper.rb to patterns.rb encoders/statistic.rb: sorting made deterministic (for unit testing)
* Some fixes for cYcnus style (capital Y makes problems)murphy2005-12-052-2/+2
| | | | | Fixes in the coderay_rdoc_template.
* New Style system added - still beta.murphy2005-11-135-124/+49
| | | | | | | | Demos adjusted coderay.rb, encoders/html.rb, encoders/div.rb adjusted. encoders/html/* files rebuild.
* helpers/plugin.rb: New plugin mapping systemmurphy2005-11-061-0/+8
| | | | | | _maps added; demos adjusted TODO updated
* New helper module scheme, step 3murphy2005-11-055-4/+4
|
* New helper module scheme, step 2murphy2005-11-054-524/+0
|
* New helper module scheme, step 1murphy2005-11-054-0/+524
|
* HTML Encoder Documentation updated (:list style)murphy2005-11-041-1/+1
|
* 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
* encoders/html.rb: Improved Info hints; better error messages; fixed tab bug!murphy2005-10-291-5/+8
| | | | test/ruby: added new targets
* encoders/html.rb: Fixed documentation. (woah, RDoc!)murphy2005-10-291-16/+36
|
* encoder.rb: Added Encoder#file_extensionmurphy2005-10-293-19/+78
| | | | | | | | | 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!
* Two new encoders: debug and xml.murphy2005-10-043-10/+123
| | | | | | | | | | | | | | | | encoder.rb: new token handling encoders/statistic.rb: using new handling ruby_helper.rb: small improvements ruby.rb: - escapes in subtoken - Float detection changed - some multi-char operators are now scanned as one token - def and module definition handling changed bin/coderay: improved, new interface (still in progress) plugin.rb: more expressive load error message
* demo/coderay_demos.tar.gz: demos in a tgzmurphy2005-10-021-3/+9
| | | | | encoders/null.rb: speeded up by hardcoding to_proc.
* Demos updated, rewritten, enhanced, tested.murphy2005-10-015-35/+44
| | | | | | | | | | | | | | | | | 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-014-56/+33
| | | | 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-2612-0/+886