Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ide-dev] Eclipse Languages Symposium

I added a comment to https://bugs.eclipse.org/bugs/show_bug.cgi?id=415563, but thought that maybe I could get some more discussion here.  Frankly, the idea of rewriting JDT or any mature *DT scares me. It is too late to do that and there will be lots of wasted time just to get back to where we started from.

The idea of a common language infrastructure has value and is potentially doable.  Perhaps providing some extension points and a bit of infrastructure that enables *DTs to interoperate and communicate would provide some nice incremental benefits.  I'm thinking in particular of features like search, navigation, content assist, and refactoring (particularly across JVM languages).  This infrastructure would have to sit on top of JDT (or next to it) and would have to be opt in for each *DT.  But, something like the common navigator, which is fairly successful (despite some rough edges) shows that this kind of integration is possible.

On Fri, Aug 23, 2013 at 9:14 AM, Doug Schaefer <dschaefer@xxxxxxx> wrote:
I was thinking we need to have a symposium somewhere, but then Dani Magert pointed us at this:


8 years ago, and I totally forgot about it and I was there! In fact I think I was the host :O. And so much of this is still valid today. I encourage you to take a look at the papers and see what you can pull out of it. I especially like Mike's. I guess 8 years later, given where we are, his fantasies haven't totally come true. But the only way we're going to beat skepticism is to actually make plans and make progress on them.

The other thing that was brought up on the JDT on DLTK bug, https://bugs.eclipse.org/bugs/show_bug.cgi?id=415563, was that this common language stuff might make for a new project. And maybe that's what we transform this community into, a common IDE project that serves as a hub. Not sure. Thoughts?

Doug.

_______________________________________________
ide-dev mailing list
ide-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ide-dev



Back to the top