summaryrefslogtreecommitdiff
path: root/demo
Commit message (Collapse)AuthorAgeFilesLines
* Moved demos to sample/.murphy2006-10-1742-2717/+0
|
* Adjusted Test outputs after re-indentation.murphy2006-07-118-66/+66
|
* Big re-indenting - no more tabs!murphy2006-07-101-54/+54
|
* Updated tests.murphy2006-05-111-1/+1
|
* styles/_map.rb added. :cycnus is now default style. html/css.rb adjusted.murphy2006-04-151-1/+0
| | | | | | | | | | ROADMAP and TODO updated. Ruby scanner: Fixed a bug: Fancy strings don't allow \w delimiters. They _do_ also allow whitespace delimiters, but adding this would cause many scan errors. So I leave this bug unfixed.
* Large update: Scanners for HTML, RHTML and Nitro-XHTML added.murphy2006-04-1011-434/+479
| | | | | | | | | | | | | | | | | | | | | | | | | | | | CSS style changes/enhancments (mainly the new background color for inline code, affects all Ruby code.) Demos and tests adjusted. Plugin: new PluginHost::default method. Scanner: - New setup method - ability to re-use a scanner - ability to keep the tokens - minor changes to token caching and string flattening Encoder: Error if token content is neither String nor Symbol. HTML encoder: - more warnings for unclosed tokens - output now UTF-8 Ruby Scanner: - bug: symbols before => now do not include =; {:foo=>bar} is valid Ruby code - try to close all open tokens - constants now all with specific namespace (for speed, I hope) Styles: new :entity/en class. Test suite now gives hinted HTML output.
* HTML Encoder: inline numerization corrected.murphy2006-03-236-18/+158
| | | | | | | | New demo: demo/demo_html_list.rb. Some demos adjusted. C Scanner: error messages fixed. Rakefile: test_demos now in debug mode. test/suite.rb is using reusable Scanners now.
* demo_highlight and demo_div updated (after HTML encoder css-sytle fix.)murphy2006-03-172-5/+5
| | | | | Typo in README.
* Just prettyfiing the demo test suite.murphy2006-03-161-1/+1
|
* HTML encoder improved (hint handling, :info_long)murphy2006-03-151-1/+1
| | | | Ignore latex encoder until it's finished.
* Ruby scanner errors fixed.murphy2006-03-152-18/+11
| | | | | demo_dump and demo_encoder updated for new YAML version. Fixes in output.rb and numerization.rb
* scanners/ruby/patterns.rb:murphy2005-12-111-1/+1
| | | | | | | | Changed recognition of numerics + and - prefixes now belong to the number. tests and demos adjusted. helpers/plugin.rb: Typo in doc.
* Plugin System extended:murphy2005-12-101-2/+2
| | | | | | | | | | - 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)
* New Style system added - still beta.murphy2005-11-137-7/+15
| | | | | | | | Demos adjusted coderay.rb, encoders/html.rb, encoders/div.rb adjusted. encoders/html/* files rebuild.
* helpers/plugin.rb: New plugin mapping systemmurphy2005-11-064-2/+12
| | | | | | _maps added; demos adjusted TODO updated
* Fixed demo/demo_load_*murphy2005-11-054-4/+4
|
* bench/bench.rb: Added SilverCity benchmarkingmurphy2005-11-054-0/+34
| | | | | | | | | | | | | | | | | demo/demo_load_encoder.rb enhanced demo/demo_load_scanner.rb added .outs added plugin.rb: Fixed load_all encoder.rb, scanner.rb adjusted helpers/word_list.rb: Fixed a bug in CaseIgnoringWordList.new TODO: Updated new ROADMAP coderay.rb: increased Version number added Version System documentation
* Finally: Demo Tests!murphy2005-11-0418-1/+1529
| | | | | | | Added demo/suite.rb, demo/*.out files Rakefile adjusted TODO updated
* Version 0.4.6!murphy2005-10-291-0/+14
| | | | | | | | coderay.rb: Added highlight functions new demo/demo_highlight.rb encoders/helpers/html_output.rb: Improved stylesheet method Rakefile: smarter progress info on uploading
* demo/demo_server.rb: Debug mode.murphy2005-10-221-8/+26
| | | | | tokens.rb: orig_each alias deleted; using super now. scanners/ruby.rb: experimental Regexp/Fancy string recognition for "method /.../" cases.
* demo/coderay_demos.tar.gz: demos in a tgzmurphy2005-10-021-0/+0
| | | | | encoders/null.rb: speeded up by hardcoding to_proc.
* Demos updated, rewritten, enhanced, tested.murphy2005-10-018-25/+73
| | | | | | | | | | | | | | | | | 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-013-11/+15
| | | | Massive changes for HTML output layout.
* enhanced CodeRay interfacemurphy2005-09-281-1/+1
| | | | | updated demo_css.rb Rakefile: rdoc_small task added
* New Repository, initial importno author2005-09-2617-0/+876