ssi-schaefer / lcdsl

Eclipse Launch Configuration DSL (Xtext based)
Eclipse Public License 1.0
24 stars 15 forks source link

Qualify copied launch configurations #5

Closed mduft closed 7 years ago

mduft commented 7 years ago

When copying a whole project including launch configurations, both the original and the copy should work. This is only possible if they get different names. A keyword (like 'auto-qualify' or so) could be implemented to prefix the launch configuration name automatically with the project name. This would allow to have both without any modifications. This is more or less the same requirement sources as "project self;"

mduft commented 7 years ago

fixed by f78d539bfc8f600805946e49992992ac82fe9c9d

mduft commented 7 years ago

syntax is either:

'qualified eclipse configuration Hugo' -> will result in [PROJECTNAME].Hugo 'qualified("Qualifier") eclipse configuration Hugo' -> will result in Qualifier.Hugo