[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.technology.imp] External references

Hi,
I have created an IDE for a small dedicated DSL.

The problem is that I need to allow that one project can
reference to another project (e.g. having depencencies to other projcts).
There is also a huge run-time library (much like the java lib) that is 
referenced
from each project. The user wants to be able to click on a symbol and to 
open
the defintion regardless where it was done (in this current project, in a 
another project or
in the run-time files)

The problem I'm facing is things like *when* to parse the run-time libs and 
the
referenced projects, how to keep the models up-to-date. Should I have a
workspace model instead of separate etc.

Regarding the run-time libs it seem enough to have this parsed once per 
workspace
and not per project.

Has anybody done this kind of handling using IMP, or any other way?

BR

P