[MonoDevelop] How do I add support for other file types?

Lluis Sanchez lluis at ximian.com
Wed Feb 7 07:52:32 EST 2007


El dc 07 de 02 del 2007 a les 01:20 -0700, en/na John Anderson va
escriure:
> Hey, I was wondering if anyone could point me in the right direction
> of where to add support for other file types into monodevelop.  

MonoDevelop depends on GnomeVfs for getting the (mime) type of a file.
So, if the file is properly registered in Gnome, it should work. 

Right now there is no way to register mime types for files in
MonoDevelop. I wonder if it would make sense to implement that.

> I want to be able to add HTTP Handler support (.ashx) to monodevelop.
> I already have the templates wrote for the asp.net add-in but I also
> want md to recognize the code inside it for highlighing/intellisense.
> Because HTTP Handler doesn't support code behind so it has to have the
> WebHandler tag on top. 
> 
> Thanks,
> John
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list



More information about the Monodevelop-list mailing list