Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | First victim of the Demo Tests: Bugfix in tokens.rb! | murphy | 2005-11-04 | 1 | -1/+1 | |
| | ||||||
* | Finally: Demo Tests! | murphy | 2005-11-04 | 20 | -2/+1545 | |
| | | | | | | | Added demo/suite.rb, demo/*.out files Rakefile adjusted TODO updated | |||||
* | HTML Encoder Documentation updated (:list style) | murphy | 2005-11-04 | 1 | -1/+1 | |
| | ||||||
* | bench.rb: back to :table style | murphy | 2005-11-04 | 1 | -1/+1 | |
| | ||||||
* | HTML highlighting: | murphy | 2005-11-04 | 4 | -86/+134 | |
| | | | | | | | | | | | | | | | | | | 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 | |||||
* | hidden/highlight.rb now supports :info hints. | murphy | 2005-11-02 | 1 | -1/+1 | |
| | | | | | Rakefile uses this. changelog.txt updated. | |||||
* | Version 0.4.6! | murphy | 2005-10-29 | 4 | -5/+53 | |
| | | | | | | | | coderay.rb: Added highlight functions new demo/demo_highlight.rb encoders/helpers/html_output.rb: Improved stylesheet method Rakefile: smarter progress info on uploading | |||||
* | ALL-TESTS.rb: not needed. | murphy | 2005-10-29 | 4 | -12568/+1 | |
| | | | | | test/ruby/example.in.rb: PLEAC part was doubled - deleted and adjusted target. suite.rb: back to debug hints. | |||||
* | Added the good old benchmark suite to the repository. | murphy | 2005-10-29 | 13 | -1/+140248 | |
| | ||||||
* | encoders/html.rb: Improved Info hints; better error messages; fixed tab bug! | murphy | 2005-10-29 | 5 | -50/+10452 | |
| | | | | test/ruby: added new targets | |||||
* | test/ruby/test-fitter.rb --> test/ruby/test-fitter.in.rb | murphy | 2005-10-29 | 1 | -0/+45 | |
| | ||||||
* | encoders/html.rb: Fixed documentation. (woah, RDoc!) | murphy | 2005-10-29 | 1 | -16/+36 | |
| | ||||||
* | More Tests! | murphy | 2005-10-29 | 3 | -0/+10443 | |
| | ||||||
* | Modified ignoring rules for test environment | murphy | 2005-10-29 | 0 | -0/+0 | |
| | ||||||
* | CSS class added. Don't yet know if I use it. | murphy | 2005-10-29 | 1 | -0/+101 | |
| | ||||||
* | scanners/ruby.rb: changed operator handling = fix and speedup. | murphy | 2005-10-29 | 5 | -108/+112 | |
| | | | | Test fixtures adjusted. | |||||
* | scanners/ruby.rb, ruby_helper.rb: Fixes, changes. | murphy | 2005-10-29 | 2 | -19/+61 | |
| | ||||||
* | Added Test environment. | murphy | 2005-10-29 | 23 | -0/+17092 | |
| | ||||||
* | encoder.rb: Added Encoder#file_extension | murphy | 2005-10-29 | 6 | -22/+129 | |
| | | | | | | | | | 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 | |||||
* | Rakefile: added test, debug and benchmark tasks. | murphy | 2005-10-29 | 1 | -0/+10 | |
| | ||||||
* | demo/demo_server.rb: Debug mode. | murphy | 2005-10-22 | 3 | -13/+31 | |
| | | | | | tokens.rb: orig_each alias deleted; using super now. scanners/ruby.rb: experimental Regexp/Fancy string recognition for "method /.../" cases. | |||||
* | scanners/ruby.rb: fixed string inline code | murphy | 2005-10-16 | 4 | -11/+11 | |
| | | | | | 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. | murphy | 2005-10-04 | 8 | -53/+202 | |
| | | | | | | | | | | | | | | | | 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 tgz | murphy | 2005-10-02 | 2 | -3/+9 | |
| | | | | | encoders/null.rb: speeded up by hardcoding to_proc. | |||||
* | repair? | murphy | 2005-10-01 | 0 | -0/+0 | |
| | ||||||
* | 2 files deleted. | murphy | 2005-10-01 | 2 | -3/+0 | |
| | ||||||
* | Version number in README updated. | murphy | 2005-10-01 | 1 | -1/+1 | |
| | ||||||
* | Demos updated, rewritten, enhanced, tested. | murphy | 2005-10-01 | 17 | -190/+264 | |
| | | | | | | | | | | | | | | | | | 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. | murphy | 2005-10-01 | 7 | -67/+48 | |
| | | | | Massive changes for HTML output layout. | |||||
* | (no commit message) | murphy | 2005-10-01 | 1 | -1/+2 | |
| | ||||||
* | TODO list added. | murphy | 2005-09-29 | 1 | -0/+44 | |
| | ||||||
* | doc'ed on coderay.rb | murphy | 2005-09-29 | 1 | -4/+3 | |
| | ||||||
* | coderay.rb: Id added. | murphy | 2005-09-29 | 1 | -4/+5 | |
| | ||||||
* | CodeRay: New subversion 0.4.4! | murphy | 2005-09-29 | 1 | -1/+1 | |
| | | | | svn-keywords addod another time. | |||||
* | After merge with Plugin branch. | murphy | 2005-09-29 | 4 | -369/+515 | |
| | ||||||
* | Rakefile: | murphy | 2005-09-29 | 1 | -6/+7 | |
| | | | | | | fixed file list for the gem package; demo/ included, rake_helpers/ not. upload_* tasks shortened to up_* older gems are now deleted locally before uploding. | |||||
* | Re-indented encoder.rb and scanner.rb. | murphy | 2005-09-29 | 2 | -247/+263 | |
| | ||||||
* | LICENSE: reverted to original version. | murphy | 2005-09-28 | 1 | -96/+93 | |
| | ||||||
* | Rakefile: LICENSE deleted from RDoc. | murphy | 2005-09-28 | 1 | -2/+1 | |
| | ||||||
* | modified trunk/LICENSE: RDoc format | murphy | 2005-09-28 | 2 | -3/+6 | |
| | | | | | modified trunk/rake_helpers/rdoctask2.rb: Fix --title; quotes deleted | |||||
* | Still working on Documentation. | murphy | 2005-09-28 | 4 | -94/+96 | |
| | | | | Rakefile: fixed a status message. | |||||
* | (no commit message) | murphy | 2005-09-28 | 0 | -0/+0 | |
| | ||||||
* | Rakefile: fixed uploads | murphy | 2005-09-28 | 1 | -9/+29 | |
| | ||||||
* | refactoring: encoder.rb: using get_scanner_options | murphy | 2005-09-28 | 1 | -1/+1 | |
| | ||||||
* | enhanced CodeRay interface | murphy | 2005-09-28 | 8 | -189/+348 | |
| | | | | | updated demo_css.rb Rakefile: rdoc_small task added | |||||
* | Rakefile changed to get revision directly via `svn info`. | murphy | 2005-09-27 | 1 | -1/+1 | |
| | | | | | Ruby is cool. | |||||
* | Rakefile: leave build number control to Subversion | murphy | 2005-09-27 | 1 | -12/+2 | |
| | ||||||
* | Rakefile: -a option set for rdoc in gemspec. | murphy | 2005-09-27 | 2 | -3/+3 | |
| | | | | build: testing to get Revision from Subversion | |||||
* | gems deleted | murphy | 2005-09-27 | 4 | -279/+0 | |
| | ||||||
* | Rakefile: Doc: -all switch to document all methods | murphy | 2005-09-27 | 1 | -0/+1 | |
| |