summaryrefslogtreecommitdiff
path: root/rake_helpers
Commit message (Collapse)AuthorAgeFilesLines
* Big re-indenting - no more tabs!murphy2006-07-106-232/+232
|
* Fixed FTP password retrieving when working directory is changed.murphy2006-06-281-6/+6
|
* Fix:murphy2006-06-281-24/+29
| | | | | | | | | | | | | | HTML Scanner: Fixed a nasty bug with invalid entities. Thanks to Daniel Bovensiepen. Scanner: added Scanner.normify. Plugin: small documentation fix. Code statistic: added lib root folder rake_helpers/code_statistics.rb: added ability to include non-Ruby code in the statistics used it to count the mountain of test data There is some mixed space/tab indentation now. Complete 2-space-re-indentation will follow.
* test.rake: debug tags deleted (use rake test diff=+)murphy2006-04-161-7/+9
| | | | | | gem.rake: renamed up_gem to upload and fixed. Rakefile: added upload meta task. ftp.rb: do login only once.
* All scanners revisited not to produce errors unless in DEBUG mode. [thx@Daniel]murphy2006-04-161-12/+16
| | | | | | | Fixed numerization for input not ending with \n. Added test cases in C scanner tests. Added WoNáDo as contributer for last Ruby scanner fix. Updated TODO.
* Rake tasks completely redone.murphy2006-04-162-125/+45
| | | | rdoctask2.rb deleted; issues were fixed as of Rake 0.7.0.
* Plugin System extended:murphy2005-12-101-1/+0
| | | | | | | | | | - 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/+4
| | | | | Fixes in the coderay_rdoc_template.
* Improved code statistics!murphy2005-11-051-0/+158
|
* Demos updated, rewritten, enhanced, tested.murphy2005-10-011-1/+1
| | | | | | | | | | | | | | | | | 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.
* After merge with Plugin branch.murphy2005-09-291-0/+43
|
* modified trunk/LICENSE: RDoc formatmurphy2005-09-281-1/+1
| | | | | modified trunk/rake_helpers/rdoctask2.rb: Fix --title; quotes deleted
* Still working on Documentation.murphy2005-09-281-0/+2
| | | | Rakefile: fixed a status message.
* enhanced CodeRay interfacemurphy2005-09-281-0/+125
| | | | | updated demo_css.rb Rakefile: rdoc_small task added
* new build;murphy2005-09-271-0/+1516
| | | | Documentation progress; html_coderay_generator added
* Sources in RDoc are now highlighted with CodeRay itself! :-Yno author2005-09-261-18/+5
|
* hy-ca fixedno author2005-09-261-1/+1
|
* New RDoc Template!no author2005-09-262-0/+688
added trunk/rake_helpers folder moved trunk/coderay_rdoc_template.rb to it changed trunk/Rakefile added trunk/rake_helpers/ca.rb (CSS preprocessing)