elk icon indicating copy to clipboard operation
elk copied to clipboard

Eclipse Layout Kernel - Automatic layout for Java applications.

Results 214 elk issues
Sort by recently updated
recently updated
newest added

See screenshots: ![Screenshot from 2022-08-31 13-13-04](https://user-images.githubusercontent.com/6419799/187665765-e951261e-7e33-47b1-b458-138d008979f1.png) ![Screenshot from 2022-08-31 13-13-11](https://user-images.githubusercontent.com/6419799/187665772-1315b383-3efb-4171-9298-246fa220d683.png) ![Screenshot from 2022-08-31 13-13-17](https://user-images.githubusercontent.com/6419799/187665779-6fb64738-c617-4d6e-a976-f050206f6ddc.png) ![image](https://user-images.githubusercontent.com/6419799/187665845-0a35361b-d477-4907-8c5a-e098c2b04e02.png) The lower number should be on top instead of at the bottom.

alg-layered

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....

easy-win
chore

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...

question

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...

question

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 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.eclipse.platform:org.eclipse.core.runtime&package-manager=maven&previous-version=3.26.0&new-version=3.29.0)](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`. [//]: #...

dependencies

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 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.eclipse.platform:org.eclipse.core.runtime&package-manager=maven&previous-version=3.26.0&new-version=3.29.0)](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`. [//]: #...

dependencies

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 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.eclipse.platform:org.eclipse.ui.workbench&package-manager=maven&previous-version=3.126.0&new-version=3.130.0)](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`. [//]: #...

dependencies

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...

alg-layered