[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.technology.ldt] Re: Beyond textual represenations...
|
- From: Guillaume Pothier <gpothier@xxxxxxxxx>
- Date: Tue, 22 Mar 2005 18:10:29 +0000
- Newsgroups: eclipse.technology.ldt
- Organization: EclipseCorner
- User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20050317
Sorry to reply to a post that is not adressed to me, but:
1) Model Specification
Lets you specify the model of your language
2) Persistence/Interchange
Well... I'd rather save my work ;o)
3) Notification
It seems that the current ASP API of JDT uses a notification mechanism.
When you change the source code in the editor, the outile view, package
view etc. gets updated.
4) Undo/Redo
This is also desirable.
5) Rich Metadata API
Can hold source code formatting info for instance.
What aspects of these (or other things that I've missed) do you see as
particularly useful in the mainline case of the JDT/CDT/WTP supported
languages?
And, what languages and/or features do you think would be easier to support
using EMF?
Reasoning on a model rather than on a representation of it (its source
code) is easier.