Skip to content

Version 3.32-11 (2022-08-24)

Choose a tag to compare

@codemanyak codemanyak released this 24 Aug 07:54
· 264 commits to master since this release

Enhancements

  • #1066: The element editor now offers a context-sensitive autocomplete mechanism. After a configurable number of typed word characters, a dropdown offers suggestions like applicable instruction keywords, declared variable names, type names or available routine signatures for insertion. See Content Assist in the User Guide.
  • #1068: Executor, Analyser, and code generators now accept index lists like my_array[i,j] for nested arrays.
  • TeX export (algorithm/StrukTex) now ensures the generated files to contain the version number (at least as LaTeX comment).

Bugfixes

  • #1059: Precaution against rare cases of negations in COBOL conditions on COBOL import.
  • #1065: Arranger Index fixes
    • Very annoying latency of Arranger Index with huge current diagram fixed.
    • Right mouse on an Arranger Index item no longer applies to a previously selected other item but to the actually hit one now.
  • #1067: Certain execution errors used to slip through clandestinely, thus causing inexplicable consecutive faults.