Hey Tim,
You may want to try the Emonic plug-in for C# and Eclipse.
Although it's in beta status yet, it is actively developed (in contrast
to the Improve C# plugin) and is already useful!
http://sourceforge.net/projects/emonic
http://emonic.sourceforge.net/
Best regards,
Harald
________________________________
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Tim X
Sent: Montag, 19. November 2007 09:37
To: [email protected]
Subject: [Mono-list] How to use Mono Compiler in Improve C#
plugin forEclipse 3?
To whom it may concern,
I have downloaded the Improve C# for Eclipse 3 today, it seems
to be running well.
I can create the *.cs file without any problem.
The problem now is the compiler argument in Windows
-->Properties--->CSharp.
I downloaded the mono compiler from here:
http://www.mono-project.com/Downloads
The file I downloaded is :
ftp://www.go-mono.com/archive/1.2.5.2/windows-installer/0/mono-1.2.5.2-g
tksharp-2.10.2-win32-0.exe
I don't know which file to choose for my argument, right now I
have C:\Program Files\Mono-1.2.5.2\bin\setmonopath.bat because it is
what leads to the Run Mono with Command Prompt shortcut.
I run my code by clicking the red dot on the menu. I don't know
if it is correct.
My code is:
using System;
public class new_file {
public static void Main() {
// Add your code here
Console.WriteLine("Hello World!");
}
}
But the console printout shows nothing.
Please let me know if you know how to resolve these issues.
Thanks,
Tim
--
I came, I saw, I wondered.
_______________________________________________
Mono-list maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list