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

Out _Getting Started_ guide is hopelessly outdated.

website
chore

@ybl23 This graph has overlaps: ``` algorithm: elk.radial compactor: WEDGE_COMPACTION node n0 { layout [ size: 185.0, 100.0 ] } edge n0 -> n1 node n1 { layout [ size:...

bug
alg-radial

When using fixed position ports with self-loop edges, having an edge label causes unnecessary bendpoints to be added. Related to #79? Example: ``` graph G1 elk.direction: RIGHT hierarchyHandling: SEPARATE_CHILDREN algorithm:...

enhancement
alg-layered

It already seems to be fixed for 0.7.0 (at least it works for me with the snapshots), but for the record: All hierarchical json models yield the NPE seen below....

bug
alg-layered

Upgrade to Xtext 2.21 or 2.22.

chore
build

@uruuru @le-cds @spoenemann Does anyone know why we have an update site for 0.7.1 [here](https://download.eclipse.org/elk/updates/0.7.1/)(newer) and [here](https://download.eclipse.org/elk/updates/releases/0.7.1/)? I am pretty sure that was not done by me since I was...

discussion

To start a discussion and collect opinions (if there are any) and arguments: should we move to Java 11? ### Prerequisites * Do all Eclipse-related parts support Java 11? E.g....

discussion

It was essential that #429 at least added Automatic-Module-Name to the manifest of all .jar files. This request is to continue further down the road of support for JPMS. In...

In the following example, the fixed port order gets inverted and crossings are introduced. This occurs as soon as a layout for a fresh diagram with expanded nodes is performed....