eclipse-esmf / esmf-aspect-model-editor

Manage Aspect Models visually — create, validate, create artefacts, persist file based
https://eclipse-esmf.github.io/ame-guide/introduction.html
Mozilla Public License 2.0
21 stars 7 forks source link

[BUG] Elements cannot be connected #234

Closed paoespinozarias closed 3 months ago

paoespinozarias commented 3 months ago

How: List of performed steps

What: Actual result vs expected result

Expected: Both elements connected Actual: Clicking the "connect" option from the context menu doesn't work.

Where: (e.g. component, version, url, your system info) AME 5.5.0 on Windows

Additional context (e.g. references) I have used the SimpleAspect.ttl model to illustrate this issue because I have tested the "connect" functionality and it does not work with this basic model either. In my real scenario I need to reuse a property from another model but I cannot connect the property to my current model.

Finally, I also tried to connect elements using the option available in the "Edit" menu but it doesn't work either (it appears as disabled): image

michelu89 commented 3 months ago

Hey @paoespinozarias,

Please try our latest version: ESMF Aspect Model Editor v5.6.0.

Connecting should definitely work with this version.

You can also use the toolbar in the app menu under "View > Toggle Toolbar." It includes several useful features that make it easier to work with the models.

Best regards!

paoespinozarias commented 3 months ago

Hi @michelu89,

I have tested the latest version and the connection option only works if the "Toggle Toolbar" is enabled. This enables both ways of linking elements by using:

  1. The connect button in the toolbar:

    image

  2. The context menu (right mouse click) to access the action items.

Anyway, it works. Thank you!