I was wondering about writing a language integration plugin for Eclipse,
but my problem is that the IDE depends on an already existing project
format, where all files that have to be compiled are in the
.projectextension file. I noticed that Eclipse has it's own formats for
this, but is it possible to override this to use and update the existing
project file instead of the project file from eclipse? This to be able
to reuse the same project format between different IDEs for this
language binding. So is this possible?