Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/web/todo
diff options
context:
space:
mode:
authorGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2010-10-22 20:52:19 +0400
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2010-10-22 20:52:19 +0400
commitf8c9c8751290f47fa17fa5851ce97ddc9c443bf4 (patch)
tree46e4a8bc6c0a3996df0f0c78753519ebcc93572d /web/todo
parent231527ee6286af554c59396037c8504a6564395e (diff)
Sniff, sniff
Remove the old (really) stuff to generate the website from makefiles.
Diffstat (limited to 'web/todo')
-rw-r--r--web/todo53
1 files changed, 0 insertions, 53 deletions
diff --git a/web/todo b/web/todo
deleted file mode 100644
index 178950afe0d..00000000000
--- a/web/todo
+++ /dev/null
@@ -1,53 +0,0 @@
-** System.Windows.Forms
-
- Progress on Windows.Forms has been good, but we need more work
- on this area. Currently redrawing of controls is not
- funcional.
-
-** Languages work
-
- Mono has work-in-progress implementations of JScript and the
- VB.NET languages
-
- <ul>
- <li>Write positive tests for those languages.
-
- <li>Write negative tests for those languages.
-
- <li>Mono-devel-list is the mailing list to discuss
- improvements and fixes to those compilers.
- </ul>
-
-** Debugger
-
- <ul>
- <li>The Mono debugger needs some better widgets to
- provide a useful environment, many of those have been
- authored for Anjuta/gIDE, we should wrap those for the
- debugger
-
- <li>Design a small tool-command-language like Tcl to
- build the debugger on top of it.
-
- <li>Design work: a new UI design must be done
- for the debugger and later implemented.
- </ul>
-
-** Research topics
-
- <ul>
- <li>Design and implement a command processor like the
- Unix shell, but which uses .NET objects as commands.
- This shell would be a CLS consumer ideally, and only
- later a CLS producer. This should make it simple for
- people to explore the .NET API interactively.
- </ul>
-
-** IDE development
-
- Mono lacks an IDE, and we depend on third-parties to work on
- these.
-
- <ul>
- Sharp
- </ul> \ No newline at end of file