Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] FW: [eclipse-dev] C# plugin for Eclipse

Yes, I have a Google SOC student working towards that and I’ve been working on a C# parser (at least until the CDT 3.1 storm hit). I think it’s a natural fit.

 

I’ll have to think about how I’d organize this activity. There is a lot of work to do to make this happen, including editor support, DOM support, managed build, debug. I’m not sure how it fits in our mandate, whatever our mandate really is, so I’ve been thinking of hosting it at our SourceForge project, cdt-contrib.

 

Anyone else interested in working on this?

 

Doug Schaefer, QNX Software Systems

Eclipse CDT Project Lead, Tools PMC member

http://cdtdoug.blogspot.com

 


From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Sennikovsky, Mikhail
Sent: Tuesday, June 13, 2006 4:02 AM
To: Karol Pietrzak; CDT General developers list.
Subject: [cdt-dev] FW: [eclipse-dev] C# plugin for Eclipse

 

I remember we had some talks regarding a C# support in CDT, so I’m copying this mail to the cdt-dev list for discussion..

From my point of view the C# integration might be treated as integration of an additional language into the CDT using the New Project Model that should provide a consistent way of doing this.

 

Mikhail

 


From: eclipse-dev-bounces@xxxxxxxxxxx [mailto:eclipse-dev-bounces@xxxxxxxxxxx] On Behalf Of Pascal Rapicault
Sent: Tuesday, June 13, 2006 1:13 AM
To: kap4020@xxxxxxx; General development mailing list of the Eclipse project.
Cc: eclipse-dev@xxxxxxxxxxx; eclipse-dev-bounces@xxxxxxxxxxx
Subject: Re: [eclipse-dev] C# plugin for Eclipse

 


As part of the eclipse summer of code sponsored by google, I think that was part of the goal of the project "Basic Eclipse Mono Development Environment and Contributions Towards an Eclipse IDE Generator ". You may want to contact Doug Schaefer from the CDT team who is the mentor for this project.

HTH,

PaScaL

Karol Pietrzak <kap4020@xxxxxxx>
Sent by: eclipse-dev-bounces@xxxxxxxxxxx

06/10/2006 12:55 PM

Please respond to
kap4020@xxxxxxx; Please respond to
"General development mailing list of the Eclipse project." <eclipse-dev@xxxxxxxxxxx>

To

eclipse-dev@xxxxxxxxxxx

cc

 

Subject

[eclipse-dev] C# plugin for Eclipse

 

 

 




Hey everyone!

My name is Karl, and as the subject of this post implies, I wanna work on a C#
plugin for Eclipse.

The astute reader would point out that there already is one.  The Improve C#
Plugin for Eclipse is available at
http://www.improve-technologies.com/alpha/esharp/ .

However, it lacks many notable features required of modern IDEs, such as
debugging and refactoring.  My future end-goal would be to provide a C#
environment that's as nice as the Java one Eclipse provides.

So I have two questions on that note:
1. Is anyone else interested in this?
2. Where can I find more information on the refactoring support that Eclipse
provides?  This presentation given at EclipseCon 2004 [1] gave me some very
helpful implementation information, but I would be grateful if anyone had any
more information.

Thank you for everyone's time, and I eagerly await any replies.

[1]
http://www.eclipsecon.org/2004/EclipseCon_2004_TechnicalTrackPresentations/25_Baumer-Mulet.pdf


--
Karl Pietrzak
kap4020@xxxxxxx
_______________________________________________
eclipse-dev mailing list
eclipse-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/eclipse-dev


Back to the top