Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OMEdit shall support simple creation of connectors #7460

Closed
rfranke opened this issue May 12, 2021 · 2 comments · Fixed by #7497
Closed

OMEdit shall support simple creation of connectors #7460

rfranke opened this issue May 12, 2021 · 2 comments · Fixed by #7497
Assignees
Labels
COMP/GUI/OMEdit Issue and pull request related to OMEdit enhancement
Milestone

Comments

@rfranke
Copy link
Member

rfranke commented May 12, 2021

When building component models graphically, some of the connectors need to be exposed to the outside. As of today, these top level connectors need to be created like component models from the respective model library.

OMEdit should support the creating of top level connectors directly when drawing a connection line. E.g. a right click could open a popup menu with a button to create a connector of the respective type.

See this example -- a top level output shall be created:

CreateConnector

@rfranke rfranke changed the title OMEdit shall support creation of connectors OMEdit shall support simple creation of connectors May 12, 2021
@rfranke rfranke added the COMP/GUI/OMEdit Issue and pull request related to OMEdit label May 12, 2021
@rfranke rfranke added this to the 1.18.0 milestone May 12, 2021
@casella
Copy link
Contributor

casella commented May 12, 2021

This feature requires OMEdit to fetch the type of the connector to which the connection is made. I guess this feature is already available from the API, in which case this would be quite easy to implement. @adeas31, is this the case?

@adeas31
Copy link
Member

adeas31 commented May 12, 2021

See #5069.

We already had a ticket about it in our old trac system #5069.
I will close the old one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
COMP/GUI/OMEdit Issue and pull request related to OMEdit enhancement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants