Enhancements:
version -08
- #585: Debian install packages now derived via scripts
- #508: Padding of diagram elements now proportional to font size,
line spacing in multi-line texts reduced - #508: Slight improvements of font chooser dialog and font resizing
- #372: Attribute setting for diagrams from an arrz file improved
- #590: Arranger index popup menu now allows to inspect attributes
version -09
- #552: A tooltip was missing on the Arranger button "Drop Diagram"
- Newer and safer version (V0.2b6) of bean shell interpreter integrated
- Made the argument of the batch import option -v optional (default ".")
version -10
- #616: Additional key bindings Ctrl-Ins, Shift-Del, and Shift-Ins
Bugfixes:
version -08
- Several locale updates
- #512: Arranger zoom had compromised the diagram size (rounding impact)
- #583: Shell scripts corrected (Java tests)
version -09
- #594: Obsolete and slow 3rd-party regex package removed,
raw type references in GOLDengine resolved - #601: More robustness on loading icons from file
- #603: Logging setup failed on a virgin start (for a new user)
- #604: Syntax error in structorizer.sh / Arranger.sh
- #605: Defects with var and const keywords in argument lists
- #608: C code import hardening against preproc./comment trouble
- #611: Pascal code import had failed due to missing rule table
version -10
- #367: Diagram reshaping after IF branch swapping hadn't worked
- #400: Spinner in Preferences=>GUI Scaling with initial focus now
- #552: Unnecessary serial action buttons on closing Structorizer
- #613: Invalid include lists after import of Pascal/Delphi units
- #614: Redundant result assignments removed on Pascal import
- #615: Comment delimiters (* *) didn't pass Pascal import
- #617: Expressions with more than one turtle function failed
- #618: Analyser reported function names as not initialized
- #619: Code export defects with respect to result variables
- #620: Adaptive logging setup, path display in About window
- #622: Turtle drawing could fall behind on some Macbooks
- #623: Turtleizer instruction export to Python was defective
- #624: Translation of FOR loops into Python range() was wrong