Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The variables architecture and the expression evaluator were rewritten to resolve several corner case issues that we were not able to resolve in FinalBuilder 7. The expression evaulator has a new parser that will allow us to more easily extend the syntax in the future. The User variable namespace was removed, it caused too many problems with projects not running under other users, not running on the build server etc. Use Project variables instead. 

IDE

Changes to the messaging has allowed us to improve the performance of the IDE, with much less thread switching.

...