Skip to content

GALADE v1.9.0

Compare
Choose a tag to compare
@arnab-sen arnab-sen released this 27 Jan 01:12

Changelog:

New features:

  • Added the ability to change the vertical and horizontal gaps between nodes (Edit > Node Spacing)
    • Effects will take place on the next layout refresh
  • Node masks (the UI that appears on nodes when zoomed out) now show their node's variable name instead of their node's InstanceName property
  • #21: Node description buttons will now be highlighted if the node's description is neither empty nor whitespace
  • #19: Can now select a node and then, through the global context menu, use the "Open Selected Node's Diagram..." option to see all diagrams that contain that node, and select a diagram name to both open that diagram and automatically navigate to and focus on the selected node
    • Diagrams can also be opened through "File > Open Diagram..."
    • The current diagram will automatically be saved before opening the new diagram
  • Added the ability to create code generation landmarks (to designate where a diagram's code should be inserted) via "Tools > Create Code Generation Landmarks". The generated snippet will be saved to the clipboard
  • Cross-connections created from code are now mostly transparent. Cross-connections added manually will remain solid black. This should help reduce clutter in the diagram, as well as help emphasise newly-added connections

Bug fixes:

  • Fixed an issue where changing a node's type would not refresh the layout, leading to overlapping between nodes
  • Fixed an issue with the InstanceName property still appearing on pre-created nodes (nodes created by generating a diagram from application code)
  • #22: Generic types for reference nodes will now persist (through the metadata)
  • #23: Node masks now refresh their text and visibility when their types are changed