Jindra Petřík
dba9fd702d
Changed: AS1/2 P-code double Push values have suffix ".0" to properly distinguish them
...
Changed: AS1/2 P-code float Push values have suffix "f" to properly distinguish them
2025-07-05 11:49:32 +02:00
Jindra Petřík
338f31e27b
Added: AS1/2 P-code curly braces pair highlighting
...
Fixed : #2480 AS1/2 P-code decompilation of try..catch with empty catch body at the end of function
2025-07-05 11:14:13 +02:00
Jindra Petřík
5ffc71848b
Added: #2477 Option to disable AS2 detection of uninitialized class fields
...
Added: AS2 detection of uninitialized class fields is cancellable and shows progress
Changed: Icon of "Deobfuscation options" menu from pile of pills to medkit
Fixed: Comments color highlighting
2025-07-01 19:50:18 +02:00
Jindra Petřík
48dea51c94
Fixed : #2476 Dark interface skins identifiers highlighter visibility
2025-06-27 19:10:15 +02:00
Jindra Petřík
ac9ceffae2
Fixed: JLayer stripping last byte of MP3 data
2025-06-07 21:57:33 +02:00
Jindra Petřík
c9216538be
Added: AS3 - navigation to definition in other SWF file and also player/airglobal
2025-06-01 13:09:09 +02:00
Jindra Petřík
6b9d9c9eab
AS3 highlight Vector parameters
2025-05-31 21:22:27 +02:00
Jindra Petřík
0cfcd9dc25
AS1/2/3 - highlight variables and errors on panel next to vertical scrollbar
2025-05-30 01:45:36 +02:00
Jindra Petřík
75c8639d77
Added: AS1/2 - highlight variable definition and all its instances on cursor place
...
Fixed: AS1/2 - Incorrect DefineFunction2 parameter names when parameter name is empty
2025-05-26 22:33:14 +02:00
Jindra Petřík
1768395a9b
Do not show Always on top menu item for dialogs
2025-05-25 18:07:13 +02:00
Jindra Petřík
e903669e98
Added: #289 Support for Aero Snap on Windows
2025-05-24 08:22:54 +02:00
Jindra Petřík
347fadee0f
Added: #1418 Option to make main window Always on top
2025-05-23 21:25:49 +02:00
Jindra Petřík
470f1411d9
Added: #2404 Quick find in text/script editors - show number of occurences
...
Fixed: AS1/2 improper selection of search result
2025-05-23 01:06:55 +02:00
Jindra Petřík
0408fc645b
Added: Configuration in TOML format
2025-05-18 13:56:19 +02:00
Jindra Petřík
fd679eaf9a
Removed flash player component and JavactiveX lib.
2025-05-08 23:30:22 +02:00
Jindra Petřík
87b895e4d4
Substance fix lib
2025-04-21 11:04:22 +02:00
Jindra Petřík
ceafdda81b
Fixed: Substance LAF - Shadow in text (mostly in window titles) drawn incorrectly
2025-04-20 14:33:20 +02:00
Jindra Petřík
3517cace36
Fixed: Editor (JSyntaxPane) incorrectly draws line numbers panel on Hi-dpi displays
2025-04-20 10:43:16 +02:00
Jindra Petřík
c45eb35120
Fixed #2428 Charset setting on FLA export in format MX and below,
...
Default charset for SWFS v5 and lower is WINDOWS-1252
2025-04-06 18:20:28 +02:00
Jindra Petřík
e551fb8dc4
Fixed #2430 AS1/2/3 - Missing syntax hilighting of "new" keyword and few others
2025-04-06 13:58:45 +02:00
Jindra Petřík
c63f6fbfcf
Fixed #2436 PDF export clipping - missing colors / text
2025-04-06 01:30:01 +02:00
Jindra Petřík
19ab08d3c3
Added: AS3 direct editation - verbatim strings @"
2024-11-20 17:05:37 +01:00
Jindra Petřík
4aa84b3631
Nullish operators WIP
2024-11-20 17:05:37 +01:00
Jindra Petřík
11ae337d68
Fixed : #2357 FLA export letterspacing on two character texts
...
Fixed : #2357 FLA export to CS4 and lower - files exceeding 0x7FFF objects limit
Fixed : #2357 FLA export to CS4 and lower - speed optimization
2024-11-10 19:50:55 +01:00
Jindra Petřík
aa60249555
Recompiled libs
2024-10-29 16:55:43 +01:00
Jindra Petřík
a36e16fc73
Fixed: FLA export AS linkage / import
2024-10-29 16:55:43 +01:00
Jindra Petřík
00dfceb1b9
Fixed: FLA CS4 and below imported fonts
2024-10-29 16:55:43 +01:00
Jindra Petřík
65b2f25b50
Fixed : #2348 Export FLA CS4 or below with more than 255 instances
...
Switching ribbon/nonribbon fix.
2024-10-29 16:55:43 +01:00
Jindra Petřík
bfc27b90e7
Flacomdoc lib in lib folder
2024-10-29 16:55:43 +01:00
Jindra Petřík
1d0dcb089c
Fixed : #2344 Export to FLA CS4 and below with more than 255 bitmap fills or frame duration
2024-10-29 16:55:43 +01:00
Jindra Petřík
8a97f4eb2a
Fixed : #2344 Export to FLA CS4 and below with more than 255 library items
2024-10-29 16:55:43 +01:00
Jindra Petřík
bf44b4682d
Updated chinese translation
2024-10-13 20:43:18 +02:00
Jindra Petřík
69a15649bc
Added: Texts spacing is now separated where possible - does not use [space xx],
...
but new `spacing "x" NN` and `spacingpair "x" "y" NN` prefix so now
texts are more readable and searchable
2024-10-13 20:43:18 +02:00
Jindra Petřík
eeb1242992
Fixed : #2331 AS1/2 lite - support for fscommand2, #strict directive
2024-10-13 20:43:18 +02:00
Jindra Petřík
ce2ac52ba1
Fixed : #2325 AS3 direct editation - allow single quoted attributes in XML
2024-10-13 20:43:18 +02:00
Jindra Petřík
933c89cf06
Added: #943 , #1812 , #2287 Export to older binary FLA formats (CS4, CS3, Flash 8, MX 2004, MX, Flash 5)
2024-09-23 21:52:25 +02:00
Jindra Petřík
e685022fd7
Better float support.
...
Removed methodinfo parser.
2024-08-12 19:51:40 +02:00
Jindra Petřík
d25627460c
P-code parsing of NumberContext
2024-08-12 19:51:40 +02:00
Jindra Petřík
08c3c5a469
Decimal assembler support.
2024-08-12 19:51:40 +02:00
Jindra Petřík
534ac03314
Better decimal support (For ABCs with minor version 17)
2024-08-12 19:51:40 +02:00
Jindra Petřík
84d6ad8591
Added: #1383 AS Debugger - debugging nested SWFs
2024-08-05 11:17:25 +02:00
Jindra Petřík
46da419de2
Swf 10 variable flag
2024-08-05 11:17:25 +02:00
Jindra Petřík
ad471984dc
More variable flags - taken from Gnash
2024-08-05 11:17:25 +02:00
Jindra Petřík
53f1cb89f6
Fixed: AS1/2 debugger not getting variable details properly
...
Added: AS debugger - DontDelete variable flag (0x2)
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
d46d32be30
Fixed #2239 Default font name detection
...
Fixed #2239 Exporting TTF font on Linux
2024-08-05 11:17:25 +02:00
Jindra Petřík
4fe999bd47
Fixed #2211 PDF export, Font export - glyphs with no contours (advance only)
2024-08-05 11:17:25 +02:00
Jindra Petřík
06ea0c2dff
Export command WIP
2024-08-05 11:17:25 +02:00
Jindra Petřík
eef53edd03
Fixed Linenumbers are visible even if debug markers are used
2023-12-30 18:06:08 +01:00
Jindra Petřík
a01326324c
Added AS3 Debugging - export/import ByteArray variable data
...
Fixed Debugging - properly getting variable value through getter
2023-12-30 18:06:08 +01:00