Main Features Download Documentation Resources

Version 4.2 Beta

Download

Flowgorithm 4.2 (Release Candidate)
Standalone .exe

Sample Programs

  • Colors - Creates a decagon using all ten colors.

Changes So Far

  • The Polish translation was updated. Special thanks to Tomasz Biliński for fixing the translation.
  • The Pen Shape was added. This new shape allows the color, used to draw lines, to be changed for Turtle Graphics.
  • The Add Shape Pop-up Menu was updated. The extra shapes, used for Turtle Graphics and Files, were moved to the side. This makes the menu more compatible for larger scale modes.
  • The Change Translation window has new icons. The new icons are now simply based on the flags associated with the language. The ISO-2 language codes were removed. Also, the size of the images was increased.
  • The Copy-Cut and Attributes pop-up menus now use the toolbar colors. Beforehand, they used the same colors as the flowchart's background. This change was designed to make it easier to see the menus (since they have different color now).
  • Source Code Viewer
    • NetRexx Programming Language was added. NetRexx is a variation of the classic Rexx Programming Language that is built upon the Java Virtual Machine. In other words, it has the simple and flexible syntax and semantics of Rexx yet providing the functionality of Java.
    • The programming language icons are now much larger and far easier to see.
    • Fixed mistake in Java generated code. The syntax for opening a file, in write mode, was incorrect. This was the result of a bad last-minute paste.
    • Fixed a minor GUI mistake. The graphic region, used to display the source code, wasn't extending to the scrollbar.

Work to Do

  • Improvements to generated code.