-
Notifications
You must be signed in to change notification settings - Fork 7
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
Interactive mr tree #145
Interactive mr tree #145
Conversation
THis should also be fixed when setting a relative constraint that empties a layer.
@NiklasRentzCAU do you know the error message? |
Somehow, moving the constraint serializer resulted in no constraints being serialized since the LSP client does not seem to be the correct one. |
Yes - publishing to Maven Central required us to also check in valid JavaDoc. The check now also goes through the Javadoc, and alongside quite a few warnings for missing JavaDoc there are four errors in your new JavaDoc, see the non-capitalized "error: ..." markings in the actions message: InteractiveUtil has a |
There are a lot of error messages to begin with on the master. Did we just not fix all the issues on main before activating this? @NiklasRentzCAU |
If we enforce this, do we have a checkstyle configuration for this? |
This enforces comments for Data classes such as |
My bad, the rest are Errors and warnings. |
@NiklasRentzCAU the last commit creates and uses the IActionHandler service interface properly for the interactive layout handlers. I plan to use this infrastructure for the structure-based-editing handler too. Please have a look at this and ask questions or give feedback. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! I left a few minor comments in the code.
plugins/de.cau.cs.kieler.klighd.lsp/src/de/cau/cs/kieler/klighd/lsp/IActionHandler.xtend
Outdated
Show resolved
Hide resolved
plugins/de.cau.cs.kieler.klighd.lsp/src/de/cau/cs/kieler/klighd/lsp/KGraphDiagramServer.xtend
Outdated
Show resolved
Hide resolved
...er.klighd.lsp/src/de/cau/cs/kieler/klighd/lsp/interactive/ElkGraphConstraintSerializer.xtend
Outdated
Show resolved
Hide resolved
...er.klighd.lsp/src/de/cau/cs/kieler/klighd/lsp/interactive/ElkGraphConstraintSerializer.xtend
Outdated
Show resolved
Hide resolved
...e.cau.cs.kieler.klighd.lsp/src/de/cau/cs/kieler/klighd/lsp/interactive/layered/Actions.xtend
Outdated
Show resolved
Hide resolved
...er.klighd.lsp/src/de/cau/cs/kieler/klighd/lsp/interactive/mrtree/MrTreeInteractiveUtil.xtend
Outdated
Show resolved
Hide resolved
For clarification of this PR: This is not only the mrtree interactive, but also a cleanup and restructuring of the existing interactive code. |
No description provided.