| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
gem.rake: renamed up_gem to upload and fixed.
Rakefile: added upload meta task.
ftp.rb: do login only once.
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
rdoctask2.rb deleted; issues were fixed as of Rake 0.7.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)
|
|
|
|
|
| |
Fixes in the coderay_rdoc_template.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
| |
modified trunk/rake_helpers/rdoctask2.rb: Fix --title; quotes deleted
|
|
|
|
| |
Rakefile: fixed a status message.
|
|
|
|
|
| |
updated demo_css.rb
Rakefile: rdoc_small task added
|
|
|
|
| |
Documentation progress; html_coderay_generator added
|
| |
|
| |
|
|
added trunk/rake_helpers folder
moved trunk/coderay_rdoc_template.rb to it
changed trunk/Rakefile
added trunk/rake_helpers/ca.rb (CSS preprocessing)
|