logo       

Re: Manager class: msg#00047

lang.nemerle.devel

Subject: Re: Manager class

> 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



<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise