Skip to content

New release minor patch

Compare
Choose a tag to compare
@vgezer vgezer released this 08 Jun 20:03
· 7 commits to master since this release

This version was re-released and has the following changes:

Fixed

  • After changing the layout automatically, the minimap (outline) was not properly repainted.
  • Modifications did not trigger a change in the editor and the Editor did not ask confirmation if project is closed/lost.
  • Disable non-usable context menu items.

Added

  • Change a node's look using a context menu and choosing from available images.

New analysis tools:

  • Check if all nodes have at least one connection.

New generation tools:

  • Make complementary connections: Inverts already made connections.
  • Make connections: Makes sure each node has at least one connection.

Running

Run with:

java -jar topologyDesigner.jar

Compiled using JDK-14.