-
Notifications
You must be signed in to change notification settings - Fork 16
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
Custom Log Panel and Highlight element models #32
Conversation
I have updated the code to enable the "Open Specification" action. There is still an issue regarding the presentation of issues, there is a lot of space between items. Could you please check that out? In addition, you don't have to crawl the model to get the elements you desire if you already have something to work with, for instance, the model element's is. Have a look at these methods: project.getDiagramById(diagramElementId);
project.getModelElementById(modelElement);
modelElement.getDiagramElements();
diagramElement.getModelElement(); If my comment was confusing, you could have a look at how I modified |
My lastest commit seeks to help with feedback to the user so it is easier to discover this feature. It changes the following:
Please verify if my changes introduce any cross-platform issues. Btw, maybe you could solve the size issue by using |
This PR solves issues #20 and #24.