Skip to content

GALADE v1.12.0

Compare
Choose a tag to compare
@arnab-sen arnab-sen released this 13 Feb 09:41

Changelog:

New features:

  • Pressing CTRL + C now copies the selected node's C# instantiation code to the clipboard (the actual node is also still copied and can be pasted normally)
  • Made variable types in the call stack more readable by simplifying their class paths:
    image
  • Nodes that are not reference nodes and are referenced in at least one other diagram now have blue borders, both in the regular view and the zoomed out view:
    image
    image
    image
  • Can now generate a simple domain abstraction class template and copy its contents to the clipboard through Tools > Create Abstraction Template:
    image
    • The contents will automatically be updated as the user types in the class name
    • Pressing OK or enter will copy the contents to the clipboard
  • The main menu items are now better organised:
    image
  • All breakpoints in all diagrams in the current application file and the currently attached Visual Studio process can now be cleared through the Tools > Debugger > Clear All Breakpoints option
  • Search queries will now be treated as case-insensitive regex patterns:
    image

Bug fixes:

  • Fixed an issue where abstraction types with generics would only show the generic types in the call stack viewer
  • Fixed an issue where the entire width of the elements in the call stack viewer wouldn't be clickable