diff options
author | Brian Cully <bjc@kublai.com> | 2008-04-02 19:20:20 -0400 |
---|---|---|
committer | Brian Cully <bjc@kublai.com> | 2008-04-02 19:20:20 -0400 |
commit | ab10720260e2c184b319026da89f4dfd338500bb (patch) | |
tree | a692a27435da0296972e43b21b2f35762e720bfd /English.lproj/Moxie Help/pages/.svn/text-base/todo.html.svn-base | |
download | moxie-ab10720260e2c184b319026da89f4dfd338500bb.tar.gz moxie-ab10720260e2c184b319026da89f4dfd338500bb.zip |
Initial commit
Diffstat (limited to 'English.lproj/Moxie Help/pages/.svn/text-base/todo.html.svn-base')
-rw-r--r-- | English.lproj/Moxie Help/pages/.svn/text-base/todo.html.svn-base | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/English.lproj/Moxie Help/pages/.svn/text-base/todo.html.svn-base b/English.lproj/Moxie Help/pages/.svn/text-base/todo.html.svn-base new file mode 100644 index 0000000..4a413de --- /dev/null +++ b/English.lproj/Moxie Help/pages/.svn/text-base/todo.html.svn-base @@ -0,0 +1,24 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" + "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd"> +<html lang="en"> + <head> + <title>To Do</title> + <meta name="generator" content="Emacs!"> + </head> + + <body> + <h1>To Do</h1> + + <ul> + <li>Parenthesis highlighting in the REPL. Programming lisp without this is a + complete pain for larger functions.</li> + <li>Create a better attributed string mechanism for Plug Ins. The current system + works, but is ugly.</li> + <li>Tab completion and indentation in the REPL.</li> + <li>Symbol lookup in the CLHS from the REPL.</li> + <li>Complete documentation.</li> + <li>Clean up the attributed string interface w/regards to hooks. Having to + conditionally extract the string is very annoying.</li> + </ul> + </body> +</html> |