Re: IDE for dotnet on linux

Radek Polak <[email protected]> Tue, 13 Sep 2005 11:26:37 +0200
Newsgroups gmane.comp.gnu.dotgnu.developer
Message-ID <[email protected]>
All is in svn. In short the interface has two sides. Compiler side is 
awating commands and sends XML output (very similar to output from 
csdoc). The other side is C# program (using so called CompilerServices 
library) that parses the XML (using my own XmlSerializer, because the 
one in pnet did not work ;-) Both sides talk on tcp. Cscc has nice 
obejct model so all is quite easy.

Radek

>It looks like you have some a lot of progress from the screenshot. How did you 
>create an interface like that to the internals of cscc? What does the 
>interface look like? Is that included in the svn link you gave?
>
>On Tuesday 13 September 2005 3:11 am, Radek Polak wrote:
>  
>
>>>A lot of IDE-like environments could benefit from a C# compiler with an
>>>object-oriented interface to its internals.
>>>      
>>>
>>Portable .NET compiler is such a compiler and I have written the
>>interface (though it is not complete). I am hoping that it can get to
>>CVS when it's finished and when it's proved to be usefull.
>>    
>>
>
>  
>
>>Btw here are sources http://svn.gna.org/viewcvs/libide/trunk/ and here
>>is screenshot http://phoenix.inf.upol.cz/~polakr/pnet/portable_studio1.png
>>    
>>
>_______________________________________________
>Developers mailing list
>[email protected]
>http://dotgnu.org/mailman/listinfo/developers
>
>  
>