1 ** System.Windows.Forms
3 Progress on Windows.Forms has been good, but we need more work
4 on this area. Currently redrawing of controls is not
9 Mono has work-in-progress implementations of JScript and the
13 <li>Write positive tests for those languages.
15 <li>Write negative tests for those languages.
17 <li>Mono-devel-list is the mailing list to discuss
18 improvements and fixes to those compilers.
24 <li>The Mono debugger needs some better widgets to
25 provide a useful environment, many of those have been
26 authored for Anjuta/gIDE, we should wrap those for the
29 <li>Design a small tool-command-language like Tcl to
30 build the debugger on top of it.
32 <li>Design work: a new UI design must be done
33 for the debugger and later implemented.
39 <li>Design and implement a command processor like the
40 Unix shell, but which uses .NET objects as commands.
41 This shell would be a CLS consumer ideally, and only
42 later a CLS producer. This should make it simple for
43 people to explore the .NET API interactively.
48 Mono lacks an IDE, and we depend on third-parties to work on