Aurelien, I'm happy to hear that you are looking into work on the Improve C# Eclipse plugin. Some of the things I'd like to see are:
* Strong C# language fontification - colorizing of keywords, variables, function calls, etc. (I think you already have most of this) * Code rollup - click a + or - sign next to a function or class name and expand or collapse the code for that function or class * Code completion - as I type a namespace or class name, I'm presented with members of that namespace or class that I can make use of from that point in the code; as I type a class method or function, I'm presented with signatures for that method or function that tell me the names and types of the parameters that the function or method can take, etc. * Project pane views including file views and class views that interact with the editing pane (click a class to show the methods, double-click a method and the editing pane jumps to that method definition) * Integration with Mono debugger (to the extent that the debugger exists) -MR >>> <[EMAIL PROTECTED]> 6/15/2004 3:27:29 AM >>> I'm working on the Improve C# Plugin for Eclipse (http://www.improve-technologies.com/alpha/esharp/) to make it work with eclipse 3 and mono 1.0. The final version of the plugin will be ready after the release of eclipse 3 and mono 1.0 The plugin will be under the CPL license http://www.eclipse.org/legal/cpl-v10.html Let me know what are the most needed features. Aur�lien _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
