********************************************* ** ** ** Improve C# plugin for Eclipse ** ** ** ** version 1.0.1 ** ** (v. 0.91) ** ** ** ********************************************* C# plugin for Eclipse is a free open-source (Common Public License Version 0.5) plugin developed by Improve. (http://www.improve.fr - http://www.application-servers.com - http://www.improve-technologies.com) HOW TO INSTALL ************** 1. You first need to install the .NET Framework SDK on your computer so that you can have the C# compiler, the runtime environment (CLR) and the framework class library installed. 2. Unzip the plugin archive file in "%ECLIPSE_HOME%\plugins" folder 3. Launch Eclipse and go to the C# preference page (in the menu "Workbench -> Preferences"). 4. Browse the file system to set the C# compiler path (typically, "C:\WINNT\Microsoft.NET\Framework\v1.0.3705\csc.exe") WHAT TO DO IF YOU FIND A BUG **************************** If you find a bug, please send me a mail to eclipse-csharp@improve.fr with: * Your configuration: which OS, which version and build of Eclipse, which VM? * A description of the problem * The stack trace that you can find in the "workspace/.metadata/.log" file. KNOWN BUGS ********** Here are some known bugs that have to be fixed: * After a build, the errors are marked in the Tasks view but don't appear in the editor's margin. They only appear there if you close and re-open the editor. * When you move files that are referenced by a C# file (for instance like an assembly to reference or a module to add), the changes are not taken into consideration in the C# file properties. You have to manually go and change them in the property page (first reset and then select them via the dialog box). * For some reason, when you specify a name for your XML documentation file, the C# compiler does not find the XML parser. As a consequence, the XML doc is not generated. I have to investigate a bit more to find out why. MODIFICATIONS ************* Licensing information added (Common Public License Version 0.5) to this version.