Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-dev] Eclipse platform - workspace/project data model

Hello there!

I'm trying to create a n eclipse plugin for some programming language.
I have created a few editors for different file types with
highlighting, etc.

Then I made a few parsers for my source files. I have nice Abstract
Syntax Tree of edited source.

Now, I'd like to know if there is a native eclipse data model (of
project or so), which can be fed with parsed data and later on can be
used for viewing (outline) purposes.

I can imagine there is something like that, especially considering
actins like refactoring.

My last questions. Is there a way how to say to eclipse (data model)
this is my definition and on some other place this is reference to
some definition?

Thank you in advance
Marcel Cerveny


Back to the top