eclipse / lyo.designer

lyo.designer
Eclipse Public License 2.0
11 stars 10 forks source link

Source and sourceBinding features not found #222

Closed berezovskyi closed 2 years ago

berezovskyi commented 2 years ago

LyoD 4.1.0.RELEASE Eclipse 2020-09 (4.17.0) Sirius 6.5.1.202106111115

Screen Shot 2022-01-28 at 11 12 21

The toolchain was created in the older version of LyoD, but I don't know which

Toolchain XML source ```xml ```
jad-elkhoury commented 2 years ago

sources and sourceBinding were very recently introduced. Are you possibly opening a very reccent model, but with an old LyoD?

berezovskyi commented 2 years ago

Ah yes, it's possible that I had both LyoD 4.1.0.RELEASE and edge in use. Sorry.

berezovskyi commented 2 years ago

Do you think it's worth adding a Designer version to the XML file? So that at least we can have users report that value. And maybe I can save myself some embarrassment.

jad-elkhoury commented 2 years ago

Ah yes, it's possible that I had both LyoD 4.1.0.RELEASE and edge in use. Sorry.

PLUS, you must have created a model that uses this new feature. Most models in use don't use it - yet.

jad-elkhoury commented 2 years ago

Do you think it's worth adding a Designer version to the XML file? So that at least we can have users report that value. And maybe I can save myself some embarrassment.

adding to the XML, means adding a property in the ecore model. Sure, metadata about the model itself, can be properties of the model. I have to soon think about having "versions" of models. Might do at the same time.