elk
elk copied to clipboard
Eclipse Layout Kernel - Automatic layout for Java applications.
Out _Getting Started_ guide is hopelessly outdated.
@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:...
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:...
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....
@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...
See discussion #622
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....
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....