summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* First victim of the Demo Tests: Bugfix in tokens.rb!murphy2005-11-041-1/+1
|
* Finally: Demo Tests!murphy2005-11-0420-2/+1545
| | | | | | | Added demo/suite.rb, demo/*.out files Rakefile adjusted TODO updated
* HTML Encoder Documentation updated (:list style)murphy2005-11-041-1/+1
|
* bench.rb: back to :table stylemurphy2005-11-041-1/+1
|
* HTML highlighting:murphy2005-11-044-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.murphy2005-11-021-1/+1
| | | | | Rakefile uses this. changelog.txt updated.
* Version 0.4.6!murphy2005-10-294-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.murphy2005-10-294-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.murphy2005-10-2913-1/+140248
|
* encoders/html.rb: Improved Info hints; better error messages; fixed tab bug!murphy2005-10-295-50/+10452
| | | | test/ruby: added new targets
* test/ruby/test-fitter.rb --> test/ruby/test-fitter.in.rbmurphy2005-10-291-0/+45
|
* encoders/html.rb: Fixed documentation. (woah, RDoc!)murphy2005-10-291-16/+36
|
* More Tests!murphy2005-10-293-0/+10443
|
* Modified ignoring rules for test environmentmurphy2005-10-290-0/+0
|
* CSS class added. Don't yet know if I use it.murphy2005-10-291-0/+101
|
* scanners/ruby.rb: changed operator handling = fix and speedup.murphy2005-10-295-108/+112
| | | | Test fixtures adjusted.
* scanners/ruby.rb, ruby_helper.rb: Fixes, changes.murphy2005-10-292-19/+61
|
* Added Test environment.murphy2005-10-2923-0/+17092
|
* encoder.rb: Added Encoder#file_extensionmurphy2005-10-296-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.murphy2005-10-291-0/+10
|
* demo/demo_server.rb: Debug mode.murphy2005-10-223-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 codemurphy2005-10-164-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.murphy2005-10-048-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 tgzmurphy2005-10-022-3/+9
| | | | | encoders/null.rb: speeded up by hardcoding to_proc.
* repair?murphy2005-10-010-0/+0
|
* 2 files deleted.murphy2005-10-012-3/+0
|
* Version number in README updated.murphy2005-10-011-1/+1
|
* Demos updated, rewritten, enhanced, tested.murphy2005-10-0117-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.murphy2005-10-017-67/+48
| | | | Massive changes for HTML output layout.
* (no commit message)murphy2005-10-011-1/+2
|
* TODO list added.murphy2005-09-291-0/+44
|
* doc'ed on coderay.rbmurphy2005-09-291-4/+3
|
* coderay.rb: Id added.murphy2005-09-291-4/+5
|
* CodeRay: New subversion 0.4.4!murphy2005-09-291-1/+1
| | | | svn-keywords addod another time.
* After merge with Plugin branch.murphy2005-09-294-369/+515
|
* Rakefile:murphy2005-09-291-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.murphy2005-09-292-247/+263
|
* LICENSE: reverted to original version.murphy2005-09-281-96/+93
|
* Rakefile: LICENSE deleted from RDoc.murphy2005-09-281-2/+1
|
* modified trunk/LICENSE: RDoc formatmurphy2005-09-282-3/+6
| | | | | modified trunk/rake_helpers/rdoctask2.rb: Fix --title; quotes deleted
* Still working on Documentation.murphy2005-09-284-94/+96
| | | | Rakefile: fixed a status message.
* (no commit message)murphy2005-09-280-0/+0
|
* Rakefile: fixed uploadsmurphy2005-09-281-9/+29
|
* refactoring: encoder.rb: using get_scanner_optionsmurphy2005-09-281-1/+1
|
* enhanced CodeRay interfacemurphy2005-09-288-189/+348
| | | | | updated demo_css.rb Rakefile: rdoc_small task added
* Rakefile changed to get revision directly via `svn info`.murphy2005-09-271-1/+1
| | | | | Ruby is cool.
* Rakefile: leave build number control to Subversionmurphy2005-09-271-12/+2
|
* Rakefile: -a option set for rdoc in gemspec.murphy2005-09-272-3/+3
| | | | build: testing to get Revision from Subversion
* gems deletedmurphy2005-09-274-279/+0
|
* Rakefile: Doc: -all switch to document all methodsmurphy2005-09-271-0/+1
|