Commit Graph

3144 Commits

Author SHA1 Message Date
Jindra Petřík
38bcab878b Remove "static operation". 2024-08-08 19:27:14 +02:00
Jindra Petřík
f3da12e032 Reformating to fix checkstyle. 2024-08-08 19:27:14 +02:00
Jindra Petřík
a5d3ce4f9b Organize imports 2024-08-08 19:27:14 +02:00
Jindra Petřík
4b10f63865 Organize imports 2024-08-08 19:27:14 +02:00
Jindra Petřík
2232212c3d Updated JaCoCo code coverage ant plugin. 2024-08-08 19:27:14 +02:00
Jindra Petřík
b75176cb4c Fix javadoc directory 2024-08-08 19:27:14 +02:00
Jindra Petřík
017d3c9584 Generating Javadoc HTML for Library and attaching it to release as ZIP file. 2024-08-08 19:27:14 +02:00
Jindra Petřík
151609a8f5 More documentation. 2024-08-08 19:27:14 +02:00
Jindra Petřík
7e5c89989f More documentation. 2024-08-08 19:27:14 +02:00
Jindra Petřík
8d1e77ef29 More documentation. 2024-08-08 19:27:14 +02:00
Jindra Petřík
b57e38e387 More documentation. 2024-08-08 19:27:14 +02:00
Jindra Petřík
68954e714d More documentation. 2024-08-08 19:27:14 +02:00
Jindra Petřík
ca5857a91f More documentation. 2024-08-08 19:27:14 +02:00
Jindra Petřík
f13180d822 More documentation. 2024-08-08 19:27:14 +02:00
Jindra Petřík
d549bbb436 More documentation. 2024-08-08 19:27:14 +02:00
Jindra Petřík
334e342092 Annotations documentation. 2024-08-08 19:27:14 +02:00
Jindra Petřík
29389e47ce Annotations documentation. 2024-08-08 19:27:14 +02:00
Jindra Petřík
1331a7d73b TreeItems documentation 2024-08-08 19:27:14 +02:00
Jindra Petřík
499f3cc050 Timeline package documentation. 2024-08-08 19:27:14 +02:00
Jindra Petřík
1255337f75 Single frame clarification. 2024-08-08 19:27:14 +02:00
Jindra Petřík
25930a894e Documentation for more classes. 2024-08-08 19:27:14 +02:00
Jindra Petřík
0f69896187 Documentation for SWF class fields. 2024-08-08 19:27:14 +02:00
Jindra Petřík
12dd8cb2ee Documentation for SWF class.
Removed few unused methods from SWF class.
2024-08-08 19:27:14 +02:00
Jindra Petřík
294ed03a94 Added: #2221 AS3 P-code - add new function button (creates methodinfo, methodbody) 2024-08-08 19:27:14 +02:00
Jindra Petřík
d505eeee6a Fixed twolevel nested debugging 2024-08-05 11:17:25 +02:00
Jindra Petřík
84d6ad8591 Added: #1383 AS Debugger - debugging nested SWFs 2024-08-05 11:17:25 +02:00
Jindra Petřík
c3389dbfd1 no depth layers 2024-08-05 11:17:25 +02:00
Jindra Petřík
c3e7ee451d Fixed FLA export - placeobject with no charid/charclass (after recent importassets changes) 2024-08-05 11:17:25 +02:00
Jindra Petřík
b6dd85bea9 Added: AS3 direct editation - edit files with native keyword 2024-08-05 11:17:25 +02:00
Jindra Petřík
a98d02f5d3 Fixed: Duplicate pack path message on compound scripts 2024-08-05 11:17:25 +02:00
Jindra Petřík
6b3f6ad00f Fixed usages of namespaces in slotconsts and thus fixed ABC cleaner 2024-08-05 11:17:25 +02:00
Jindra Petřík
92ff097fde load movie test data 2024-08-05 11:17:25 +02:00
Jindra Petřík
1db54b6e4c Refreshing Save buttons when files were modified outside application 2024-08-05 11:17:25 +02:00
Jindra Petřík
cbcc2dc88a Added: #1644 Save all button - has priority over standard Save button
Changed: Save to EXE moved to tools tab
Changed: Save (not save as) button are now available only when there's anything to save when the selected SWF is modified. Similar for Save all button.
2024-08-05 11:17:25 +02:00
Jindra Petřík
449f96942e Removed: Proxy feature. It was not working since today almost every page uses HTTPS. Also Flash is limited in browsers. 2024-08-05 11:17:25 +02:00
Jindra Petřík
0e7c4a6954 during IDEA export user selects directory instead of iml file 2024-08-05 11:17:25 +02:00
Jindra Petřík
9bbcc2b958 Added: #1290 Export to IntelliJ IDEA project
Added: Export FLA context menu on SWFs
2024-08-05 11:17:25 +02:00
Jindra Petřík
c6790f70cf Added #1290 Export to FlashDevelop project 2024-08-05 11:17:25 +02:00
Jindra Petřík
31099c64e8 Fixed: #2226 Incorrect decompilation of continue statements in some cases 2024-08-05 11:17:25 +02:00
Jindra Petřík
de21cc3a7e Fixed: AS3 PCode - pushbyte operand docs - signed byte 2024-08-05 11:17:25 +02:00
Jindra Petřík
9683dc6a6f Changed: #2228 AS1/2/3 bitwise operations use hexadecimal operands 2024-08-05 11:17:25 +02:00
Jindra Petřík
5fb20268b2 Fixed #2234 AS1/2 postincrement/decrement inside DefineFunction2 2024-08-05 11:17:25 +02:00
Jindra Petřík
352562d738 Fixed #2237 AS3 direct editation - usages of import colliding with toplevel classes must be fully qualified 2024-08-05 11:17:25 +02:00
Jindra Petřík
acf507bb32 SWF.getCharacters synchronization fix 2024-08-05 11:17:25 +02:00
Jindra Petřík
6e0f90f266 Added Set AS1/2 linkage dialog (uses ExportAssets tag) in the context menu for characters 2024-08-05 11:17:25 +02:00
Jindra Petřík
f9fe1fa092 Exporting testdata - separated to folders, separate as2 class test 2024-08-05 11:17:25 +02:00
Jindra Petřík
738208cddd Fixed GFX path resolving on linux when path has backslashes 2024-08-05 11:17:25 +02:00
Jindra Petřík
45199d043f Added #2260 GFX - Configure path resolving dialog for file paths that use prefixes like data: 2024-08-05 11:17:25 +02:00
Jindra Petřík
5654497a52 ExportAssets test data 2024-08-05 11:17:25 +02:00
Jindra Petřík
3d281dfdd9 Added FLA export - export in frame 1 flag support 2024-08-05 11:17:25 +02:00