Prerelease WARNING
This is prerelease nightly version. It should NOT be considered as stable.
Downloads:
| Name | File | OS | 
|---|---|---|
| Installer (Windows) |  ffdec_23.0.1_nightly3169_setup.exe |   | 
| ZIP (Windows, Linux, Mac OS) |  ffdec_23.0.1_nightly3169.zip |     | 
| DEB package (Linux) |  ffdec_23.0.1_nightly3169.deb |   | 
| Mac OS X Installer (pkg) |  ffdec_23.0.1_nightly3169.pkg |   | 
| Mac OS X Application (zipped) |  ffdec_23.0.1_nightly3169_macosx.zip |   | 
| Library only (Java SE) - Zipped |  ffdec_lib_23.0.1_nightly3169.zip |   | 
| Library documentation (HTML Javadoc) - Zipped |  ffdec_lib_javadoc_23.0.1_nightly3169.zip | 
What's new since last stable version:
Added
- "Starting Flash content debugger" in status bar when debugging starts
- Simple editor - edit parameters of items inside buttons
- Simple editor - add/remove frames in buttons, button timeline header
- Configuration is now stored in easily readable/editable textual format (TOML)
 (saved also to older binary format, but loading is preffered from
 the new TOML file, when exists)
- -configFileand- -storeConfigFilecommandline parameters for loading/storing configuration file
- Option to .bat and .sh file to enable J2D_D3D_NO_HWCHECK
- #2404 Quick find in text/script editors - show number of occurences
- #1418 Option to make main window Always on top
- #289 Support for Aero Snap on Windows
- #2412 Show coordinates on stage mouse move for up to 2 decimal places
- "Show detail" context menu item for items in folder preview
- #1682 AS2 - Adding class by context menu on packages
- Simple editor - detection of english color name (based on CSS names)
- AS1/2/3 - highlight variable definition and all its instances on cursor place
 (also in edit mode)
- AS1/2/3 - underline errors in the code (also in edit mode)
- AS1/2/3 - highlight variables and errors on panel next to vertical scrollbar
Changed
- AS1/2 - Single DoAction tag inside frame is now displayed directly as frame node
 so there is no longer need to expand frame nodes (useful for fast switching scripts)
- AS1/2 - Scripts from default package (not these inside __Packages) are now
 exported/imported to/from main scripts folder instead of localized<default package>before.
 (Only happened when package flattening was on)
 This may break backwards compatibility. For importing scripts from older
 versions of FFDec, you should move the scripts from<default package>
 to main scripts folder.
Fixed
- #2456 FLA export - NullPointer exception while exporting to CS4 or lower via commandline
- Touch point, snap align and snap to objects incorrect position when editing nested layers
- Resize export dialogs labels to match localized strings
- AS1/2 debugger - deletion of SWD file after debugging
- Proper freeing memory after SWF close
- AS1/2 improper selection of search result
- #2459 AS1/2 StoreRegister improper declaration position
- AS2 Class names not showing in Folder list view
- AS1/2 - Incorrect DefineFunction2 parameter names when parameter name is empty
- #2460 SVG export - incorrect caching colorTransform and ratio for the same tag
- #2461 SVG export - incorrect clipping / missing shapes
- AS1/2 direct editation - Position in the code should stay same after clicking Edit button