elk
elk copied to clipboard
Eclipse Layout Kernel - Automatic layout for Java applications.
See screenshots:     The lower number should be on top instead of at the bottom.
Box layout does try to optimize a rectangle packing depending on the desired aspect ratio. However, it does not take the padding into account, which may result in ONO packings....
New to Elk , I will be glad for any help. I have a nested layout with cross-parent edges. After enabling `"hierarchyHandling": "INCLUDE_CHILDREN"` layout option, I noticed that some of...
Hi, I'm currently working on a Renderer for textual defined UML Class Diagrams. First I'm using a layout algorithm to layout the nodes and after that i want to route...
The pom.xml files in the released 0.9.0 Maven artifacts require various artifacts of type `eclipse-plugin` since the 0.9.0 release, breaking any build (that is not itself a tycho build using...
Bumps [org.eclipse.platform:org.eclipse.core.runtime](https://github.com/eclipse-platform/eclipse.platform) from 3.26.0 to 3.29.0. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: #...
Bumps [org.eclipse.platform:org.eclipse.core.runtime](https://github.com/eclipse-platform/eclipse.platform) from 3.26.0 to 3.29.0. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: #...
Bumps [org.eclipse.platform:org.eclipse.ui.workbench](https://github.com/eclipse-platform/eclipse.platform.ui) from 3.126.0 to 3.130.0. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: #...
In the case of top-down layout, the node size has already been set beforehand and needs to be considered when determining the available space for ports
All port sides except WEST order their ports from left-to-right or top-to-bottom. If I remember correctly, this is different for the WEST side, which orders them bottom-to-top. This often causes...