[Mono-osx] Use of Eclipse as a .NET IDE
Aaron Flynt
aaron at aaronflynt.com
Mon Oct 31 18:44:20 EST 2005
I just use the mono package from http://www.mono-project.com/
Downloads. Slickedit automatically detects and parses all of the Mono
framework libraries for code completion / tag insight. You can also
explicitly tell it where to look for libraries to parse if you've put
them somewhere unusual.
When you set up a project in Slickedit, you can specify post build
command line actions and 'execute' commands. I set up an ASP.NET
project so that it builds by executing a makefile target, and then
launches xsp as a post-build command line action. I have the
'execute' target set up to launch the site in my default browser. In
practice, it's kind of like using VS w/o the integrated debugging.
The only thing that is annoying is that changes to the aspx files or
web.config require re-running xsp. Xsp seems to cache the page
independently of it's modification date. This can be kind of annoying
if you are making a lot of html changes to the code that don't really
require a recompile.
For GUI or CLI stuff you should be able to set up something similar.
You would just use 'mono [path to exe]' to execute a CLI app, or you
could set up a post-build action to macpack your GUI app and just
use 'open [path to bundle]' as your execute target.
-=Aaron=-
On Oct 31, 2005, at 5:43 PM, Srinivas Nedunuri wrote:
> Hi you wrote:
>
> As others have mentioned, Slickedit is a great IDE for mono. I'm
> running it on my Powerbook for mono development. It's very very
> fast, and has a lot of features in common with Visual Studio. I'd
> recommend downloading the trial and checking it out.
>
>
> I happento use jEdit for similar purposes. But how do you run the
> programs? I assume you also need the mono runtime?
>
>
>
>
>
More information about the Mono-osx
mailing list