Skip to content

version 14.6.0

Compare
Choose a tag to compare
@jindrapetrik jindrapetrik released this 22 Nov 19:16
· 1508 commits to master since this release

Downloads:

Name File OS
Installer (Windows) Installer (Windows) ffdec_14.6.0_setup.exe Works on Windows
ZIP (Windows, Linux, Mac OS) ZIP (Windows, Linux, Mac OS) ffdec_14.6.0.zip Works on WindowsWorks on LinuxWorks with Mac OSX
DEB package (Linux) DEB package (Linux) ffdec_14.6.0.deb Works on Linux
Mac OS X Installer (pkg) Mac OS X Installer (pkg) ffdec_14.6.0.pkg Works with Mac OSX
Mac OS X Application (zipped) Mac OS X Application (zipped) ffdec_14.6.0_macosx.zip Works with Mac OSX
Language pack for translators (zipped) Language pack for translators (zipped) ffdec_14.6.0_lang.zip Works on java
Library only (Java SE) - Zipped Library only (Java SE) - Zipped ffdec_lib_14.6.0.zip Works on java

What's new:

Added

  • Information message before importing scripts, text, XML, Symbol-Class

Fixed

  • Japanese in english locales for Gotoaddress, addclass dialog
  • AS1/2 DefineFunction cleaner
  • AS1/2 direct editation - postincrement/decrement
  • Reload menu disabled when no SWF selected
  • AS2 - Do not detect classes inside functions
  • AS1/2 - Slash syntax colon vs ternar operator collision
  • AS1/2 - Allow nonstandard identifiers in object literal
  • AS1/2 - Allow globalfunc names as variable identifiers
  • AS1/2 - Registers in for..in clause, proper define
  • AS1/2 - loops and switch break/continue vs definefunction
  • AS1/2 - callmethod on register instead of callfunction on var
  • AS1/2 - delete operator correct localreg names
  • AS1/2 - temporary registers handling