Fixed: #2316 AS3 direct editation - private classes

Refactored imports.
This commit is contained in:
Jindra Petřík
2024-09-23 21:52:25 +02:00
parent ba596c3698
commit 09b0c3acfb
16 changed files with 108 additions and 225 deletions
+2
View File
@@ -31,6 +31,7 @@ All notable changes to this project will be documented in this file.
- [#2313] AS3 direct editation - parsing class traits metadata
- [#2314] AS3 direct editation - cannot save class initializer in some cases
- [#2315] AS3 direct editation - switching scripts during editation causing missing scripts
- [#2316] AS3 direct editation - private classes
## [21.0.5] - 2024-09-05
### Fixed
@@ -3586,6 +3587,7 @@ Major version of SWF to XML export changed to 2.
[#2313]: https://www.free-decompiler.com/flash/issues/2313
[#2314]: https://www.free-decompiler.com/flash/issues/2314
[#2315]: https://www.free-decompiler.com/flash/issues/2315
[#2316]: https://www.free-decompiler.com/flash/issues/2316
[#2293]: https://www.free-decompiler.com/flash/issues/2293
[#2294]: https://www.free-decompiler.com/flash/issues/2294
[#2299]: https://www.free-decompiler.com/flash/issues/2299