Skip to content

Version 3.30-11 (2020-10-20)

Compare
Choose a tag to compare
@codemanyak codemanyak released this 20 Oct 09:18
· 620 commits to master since this release
e6d479c

Enhancements

  • #872: New display mode to present operators in C style
  • #874: Identifiers with non-ascii letters are now tolerated both for variables and diagram names, more differentiated Analyser warnings now.

Modifications

  • #733: GUI scale factor can no longer be overwritten by a central ini file (as this would hinder users from changing the GUI scaling).
  • #870: The suppression of code export/import is now to be done via a new Ini property "noExportImport=1" rather than by a command-line option as in 3.30-10

Bugfixes

  • #870: Code export/import suppression mode now also covers group export
  • #873: Compromised type definition export to C++, C#, Java mended
  • #874: Error on code export/preview of CALLs with non-ascii names,
  • #875: Saving policy mended for virgin group members and groups, unnecessary requests for saving avoided on replacing diagrams in the work area
  • #876: Defective saving and restoring of Ini properties from menu
  • #877: Division by zero error on batch export to StrukTeX fixed
  • #879: Inappropriate handling of user input that is looking like a record initializer in Executor fixed.