Flowcode v10.0.4.33

For general Flowcode discussion that does not belong in the other sections.
Locked
Steve-Matrix
Matrix Staff
Posts: 1252
http://meble-kuchenne.info.pl
Joined: Sat Dec 05, 2020 10:32 am
Has thanked: 167 times
Been thanked: 277 times

Flowcode v10 Flowcode v10.0.4.33

Post by Steve-Matrix »

A new core update to Flowcode has been released. If you are running a version of Flowcode v10 prior to this latest release, a notification of the core update will appear allowing it to be downloaded and installed. If you do not receive this notification and are using v10.0.3.31 or earlier, then please ensure you have "Check for core updates on launch" enabled in the Global Settings.

The following lists the changes and additions since the previous v10.0.3.31 version, which was released on 20th June 2023:

Bug fixes:
  • Visibility/Writeability attributes of properties correctly updated on referenced props
  • Multi-dimensional string array parameters now create correct C code
  • Fixed tamper check on *.fc?x library files (e.g. allows Templates to flag as genuine)
  • QAT is no longer reset when a project file fails to load
  • Clicking down on a flowchart icon no longer repositions the viewport
  • Navigating a flowchart using arrow keys fixed
  • STRING return types are correctly selected in Edit Macro Details dialog
Added:
  • Improved C code output neatness
  • Removed unnecessary white spaces from expression ‘beautify’, e.g. ‘fn ()’ -> ‘fn()’
  • Added hidden registry option to revert to original expression ‘beautify’
  • Flowchart editing speed greatly improved for large flowcharts
  • List occurrences for property variables now searches API call parameters
  • The <main> macro can now be exported
  • Added AspectLock property to 2D image primitive

Locked