[Mono-list] Decent IDE for ASP.NET development?
Todd Berman
tberman@off.net
Mon, 11 Oct 2004 20:38:37 -0700
On Sun, 2004-10-10 at 01:42 -0700, me wrote:
> I just need to do some ASP.nET development. Monodevelop is great for
> classes, but I can't seem to get it to work right (or else it just doesn't
> do what I think it should do) in the capacity of working on a web
> application. The main problem being that in Monodevelop every folder and
> file has to be added to the project from the menu.
Ok, uhm, i dont understand why this is a problem. MonoDevelop cant just
guess what your files are.
> You can't just copy
> some images or an image directory into a folder. It's meant to deal with
> source.
As opposed to what? allowing you to add a image file to the project? I
believe that a) this is possible today b) doesnt serve much of a point.
> And even then it doesn't seem to handle integrating its view of a
> project with the filesystem (like Eclipse does, for example).
Explain exactly what that means, because where I'm sitting (and I use
MonoDevelop every day for 8 hours a day) it absolutely integrates its
view of a project with the filesystem.
I have this in MonoDevelop:
MyProject
> src
> SomeFile.cs
> SomeFolder
> SomeOtherFile.cs
and on my filesystem I have
MyProjectFolder/src/SomeFolder/SomeOtherFile.cs
--Todd