Enhancements / new Features
- #327: Parser Preferences now offer some localized keyword sets (may be extended)
- #366: After an input, the previously focused frame (Turtleizer, Arranger, Structorizer, Control) regains the focus
- #385: Subroutines may now have default parameters (supported in Executor, Analyser, and on export)
- #696: Batch export can now process arrangement files (.arr/.arrz)
Bugfixes
- #407: Efforts to import "wordy" COBOL conditions like
a = 8 or 9
(intoa = 8 or a = 9
) - #527: Index range error detection for constant arrays refined
- #518, #544, #557:
- Drawing radically accelerated by confining it to the visible region,
- On heavy drawing contention, the syntax highlighting will now temporarily be switched off in Arranger to regain GUI responsiveness.
- #631: Commas in COBOL pic clauses are now preserved on import
- #695: Defective COBOL import of arrays over basic types fixed
- #699: Diagrams must not be shared among archive groups
- #702: Sizes of diagrams freshly imported or dropped into Arranger are now computed and used for placement
Code Revision
- #698: Basic archive handling outsourced from Arranger to new
Archivar
class