summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2005-09-29 21:12:22 +0000
committermurphy <murphy@rubychan.de>2005-09-29 21:12:22 +0000
commit94f66fb83508f2043b546a17551fb936da6a7648 (patch)
tree4b0254b1c2a566c755f1db26f222aaed2fd3efbc /TODO
parentc82038f0985992a1be4d2f3806ff00d214a0e769 (diff)
downloadcoderay-94f66fb83508f2043b546a17551fb936da6a7648.tar.gz
TODO list added.
Diffstat (limited to 'TODO')
-rw-r--r--TODO44
1 files changed, 44 insertions, 0 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..51912e0
--- /dev/null
+++ b/TODO
@@ -0,0 +1,44 @@
+// vim:ts=4:ft=c:
+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)
+
+Project:
+ Documentation:
+3/4 0 2 Doc the interface
+3/4 0 1 write examples
+ 0 2 Test demos
+
+
+ Interface:
+
+ PluginLoading:
+ 2 1 Make save (only allow \w+ names or something)
+
+
+
+Scanners:
+ Ruby:
+ 3 2 Regexp comment highlighting
+ 3 2 Options: Highlight characters/escapes/inline code
+ 2 1 Meta characters
+
+
+
+Encoders:
+ HTML:
+1/2 1 2 dynamic CSS creation
+ => alternative inline style via <span style="...">
+ Colors:
+ 3 2 colorschemes
+ Statistic:
+ 2 1 return Statistic object with to_s method instead of String
+
+
+
+Tools:
+ testfox:
+ 2 3 wxRuby and HTML output
+
+