May 8th, 2012· Some fixes in Executor.java & Control.java
· Save & load INI configuration to and from external file
· Added russian translation
· double clicking save files now also works for JWS
· fixed a replacement issue while exporting to code
· implemented show/hideTurtle in Turtleizer
· do not allow ":" in parser preferences
November 15th, 2010· Some bugfixes in the generator classes
· Some more improvements to the C generator
· Different other bugfixes in the generator classes
· Some small changes to the variable highlighting
· More bugfixes for C, C# and Java generator
· Step-by-step didn't work in Turtleizer
· Coded PHP generator
· Does not allow negative position
· Added Czech language support
November 15th, 2010· Have a backup of the INI file in the current application directory. This makes the application "portable"
· Added "sqrt" to the function export of the executor
· Bug while printing in landscape
· UTF-8 encoded Oberon output
· StrucTeX generator update
· Added Chinese translation
· C#-Generator
November 15th, 2010· Update for the Brazilian Portuguese localization
· Gave the SVG export a new try using Freehep
· Activated anti-aliasing
· Overwrite prompt when exporting a diagram as picture
· Overwrite prompt when exporting a diagram as source code
· "Show comments?" settings being overwritten by diagram
· Structorizer is now published under the terms of the GPLv3 license
· Italian localization
· ANALYSER: "Result" is now a good variable name for fonction results
November 15th, 2010· Brazilian Portuguese localization
· Bug in the executor not setting correct some variable values
· The keyword "var" is now supported for functions/procedures
· Bug while saving diagram type
· Bug while using "save as"
· EXECUTOR: Problem while compairing two items
· Show the filename in the main window title
· EXECUTOR: Problem with the FOR loop variable
· Problem with the path of the INI file using Vista
November 15th, 2010· Added file association in Java Web Start
· Fixed an issue with the luxemburgish language file
· Bugfixes in the "C" & "Java" source code generator
· Updates of the "C", "Java" & "Pascal" code generatos
· Added "Structorizer Arranger"
November 15th, 2010· Fixed a bug while execution a "REPEAT" loop
· Implemented the execution of the "CASE" structure
· Fixed a bug in class responsible for saving the preferences
· Bugfixes in the C source code export
· Implementation of a Java gsource code export
· Bug fixed while displaying a comment
November 15th, 2010· Updated NSD execution feature
·
pascal syntax
· pascal string notation
· defined second "pos" function
· operator conversion: different from
· The development will be continued using NetBeans instead of XCode
· Bug in the EMF-export
· Yet another scrolling bug
· Generated NSD-files are now UTF-8 coded
November 15th, 2010· Corrected the C-Generator
· Corrected the Perl-Generator
Added turtle drawing module:
·
implemented procedures
· init()
· forward(int)
· backward(int)
· left(double)
· right(double)
· gotoXY(int,int)
· gotoX(int)
· gotoY(int)
· penUp()
· penDown()
Added NSD execution feature:
· use of variables
· user of general expressions
· input (parameter or prompt): String, Character, Integer or Double
· output: direct and function result
· java syntax => build in (BeanShell)
·
pascal syntax
· standard math functions: abs, sqrt, sqr, cos, sin, tan, acos, asin, atan
· random functions: randomize(), random(int)
· compare strings with "=" (auto conversion to "equals")
· compare primitive types with "=" (auto conversion to "==")
· string functions: length, pos, copy, lowercase, uppercase, trim (auto convert)
· string procedure: delete, insert (auto convert to function)
· pause, step-by-step & break functionality
· live variable watch (execution table)
· Analyzer: the use of the "return" instruction is now allowed
November 15th, 2010· Added a C-generator
· Fixed a bug for saving preferences
November 15th, 2010· Double clicking a file under Windows which contained spaces in its name did not open correctly with a double-click on it
November 15th, 2010· Added Spanish translation