ssi-schaefer / lcdsl

Eclipse Launch Configuration DSL (Xtext based)
Eclipse Public License 1.0
23 stars 12 forks source link

Support for different project names #1

Closed kap closed 7 years ago

kap commented 7 years ago

We often have the problem, that a project will be copied (or branched) with it's launch configurations. This new projects get's a new project name. After the copy and renaming of the project the launch configurations they will not longer work, because they contain the old project name.

It would be nice to have a place holder for the project which will be filled with the current project. Especially for launch configurations located in the project it would be helpful.

mduft commented 7 years ago

I suggest two ways to achieve this, ideally implementing both of them:

I will look into this...

mduft commented 7 years ago

I went for the "project self;" solution. This has some benefits over the "default if it is not present" solution: