[MonoDevelop] Reduced exceptions patch
Lluis Sanchez Gual
lluis at novell.com
Mon May 25 06:08:02 EDT 2009
El dc 20 de 05 de 2009 a les 12:53 +0200, en/na Carlo Kok va escriure:
> In the attached patch I've included a few small changes that makes
> debugging the monodevelop IDE on windows a lot easier by reducing the
> number of exceptions thrown.
>
> Changes in the patch:
> * main/Main.sln: Enabled the working projects in the DebugWin32
> configuration
If you use DebugWin32/x86 they are already enabled. Also, it seems that
the patch uses spaces for indenting instead of tabs. Other than that, it
looks ok.
> * main/src/core/Mono.Texteditor/Mono.TextEditor/Platform.cs: Skip
> IsRunningOnMac check when running on windows
> *
> main/src/core/MonoDevelop.Core/MonoDevelop.Core.Serialization/GenericCollectionHandler.cs:
> Skip "Add" check when collection doesn't implement IList
> * main/src/core/MonoDevelop.Core/MonoDevelop.Core/PropertyService.cs:
> Skip IsrunningOnMac check when running on windows
> *
> main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui.Pads/ErrorListPad.cs:
> Don't extract the path from a null or invalid path (for errors that have
> no associated files)
> *
> main/src/core/MonoDevelop.Projects/MonoDevelop.Projects.Policies/PolicySet.cs:
> XmlWriter.Settings is null on .NET when not passed and readonly once it
> passed the constructor
>
> _______________________________________________
> 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