[nem-en] Manager class
Kamil Skalski
kamil.skalski at gmail.com
Tue May 30 18:22:49 CEST 2006
> > Engine has a Output rpoperty where you can directly receive the text
> > the compiler sends. However, it still needs parsing :-(
> >
> This suggestion was directed to Malekith and Nazgul since they are who
> refactor the compiler right now.
> If they implement it that way then neither the completion engine not the
> msbuild stuff would need to parse the errors
> (nor the compiler service when opening winforms in the designer nor my
> parse stuff, etc...)
You can use events from ManagerClass:
public delegate MessageEventHandler (loc : Location, msg : string) : void;
public event ErrorOccured : MessageEventHandler;
public event WarningOccured : MessageEventHandler;
public event MessageOccured : MessageEventHandler;
>
>
> _______________________________________________
> https://nemerle.org/mailman/listinfo/devel-en
>
--
Kamil Skalski
http://nazgul.omega.pl
More information about the devel-en
mailing list