diff options
author | murphy <murphy@rubychan.de> | 2005-11-05 14:37:40 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2005-11-05 14:37:40 +0000 |
commit | a05a7d11b1bc08f3817076dcb669bc6ef9d6d264 (patch) | |
tree | 27a0e78fcc2a8c0a6adb67c5a3b7b37047f226e4 /TODO | |
parent | 4c01ff6ef9761ac4eb479dfc0d5ee3d25e9a2bc2 (diff) | |
download | coderay-a05a7d11b1bc08f3817076dcb669bc6ef9d6d264.tar.gz |
bench/bench.rb: Added SilverCity benchmarking
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
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 21 |
1 files changed, 14 insertions, 7 deletions
@@ -3,15 +3,25 @@ Category = X (done), / (partly done), T (test), (else) Planned = planned in version 0.x
Priority = 3 (low) .. 1 (high), 0 (extrem high)
Expense = 0 (trivial), 1 (low) .. 3 (high)
+ Assigned Day
Project:
Documentation:
-3/4 0 2 Doc the interface
-3/4 0 1 write examples
+3/4 0 2 Do Doc the interface
+3/4 0 1 Sa write examples
+ 1 2 Mi Code Cleanup: Indentation, Docu
+ 2 2 Mo Rewrite Tools: coderay, bench.rb, highlight.rb
+
+
+
+Plugins:
+ 1 1 Sa Plugin mapping (cpp --> Scanners::C etc.)
Scanners:
+ 1 2 More Languages! (See Roadmap)
+
Ruby:
L 3 2 Regexp comment highlighting
L 3 2 Options: Highlight characters/escapes/inline code
@@ -21,10 +31,9 @@ L 2 1 Meta characters Encoders:
HTML:
-3/4 1 2 dynamic CSS creation
- => alternative inline style via <span style="...">
+L 1 2 dynamic CSS creation: new CSS class
Colors:
- 1 2 colorschemes
+ 1 2 So colorschemes
Statistic:
L 3 1 return Statistic object with to_s method instead of String
@@ -33,5 +42,3 @@ L 3 1 return Statistic object with to_s method instead of String Tools:
testfox:
L 2 3 wxRuby and HTML output
-
-
|