227 Commits

Author SHA1 Message Date
Jindra Petřík
506ae97c91 fix(jsyntaxpane): wrap in backwards direction in the quick find (#2694)
Fixes #2694
2026-05-03 17:44:23 +02:00
Jindra Petřík
772bd9f0bc chore: merge 2026-05-03 13:28:17 +02:00
Jindra Petřík
48fad13268 feat(fla export): add support for flash1 to flash4, fla export dialog 2026-04-26 17:30:11 +02:00
Jindra Petřík
b1554d3bf6 chore: update turkish translation 2026-04-26 16:49:18 +02:00
Jindra Petřík
212b1af6a5 fix: correct syntax highlighting for texts 2026-04-06 21:06:19 +02:00
Jindra Petřík
cd8a9dbdad fix: allow add breakpoints on large classes (#2672)
Large classes reach syntax highlighting limit and the editor
is switched to plain mode. We introduced new text/plaindebug
type that adds breakpoints panel even for plain documents.

Fixes #2672
2026-04-06 21:06:19 +02:00
Jindra Petřík
ee08cf4c22 Fixed: #2653 Check for WEBP availability in CLI
Updated WEBP library to version 2.1.1
2026-03-04 20:18:02 +01:00
Jindra Petřík
98cd95c8c7 Fixed: #2643 APNG export - images containing multiple IDAT chunks 2026-03-04 20:18:02 +01:00
Jindra Petřík
87f94768a0 Added: Debugger - Remove watch
Added: Debugger - List of watches
Added: Debugger - Show flag of watch type (read/write)
Fixed: Debugger - Threading issues with multiple SWFs
Fixed: Debugger - Reading variables on 64bit flash players (like in browsers)
Enhanced debug game test SWFs
2026-02-22 18:33:27 +01:00
Jindra Petřík
1e5e51b003 Fixed: Debugger - Threading issues with multiple SWFs 2026-02-21 12:45:28 +01:00
Jindra Petřík
0af8763efc Added: TTF export - setting italic / bold flags in the font
Fixed: #2632 TTF export - non-zero italic angle
2026-02-16 08:21:50 +01:00
Jindra Petřík
8032b2e39b Debugging in the browser WIP 2026-02-14 11:57:04 +01:00
Jindra Petřík
e1b28792aa Spelling fix 2026-02-09 19:24:05 +01:00
Jindra Petřík
7e78b8094c Spelling fix 2026-02-09 19:14:12 +01:00
Jindra Petřík
5ef51beb3d Added: APNG (animated PNG) export for frames, sprites and morphshapes 2026-02-02 22:43:32 +01:00
Jindra Petřík
a0811e8270 Fixed Slovenian translation 2026-02-01 10:35:12 +01:00
Jindra Petřík
8a318cc7a6 Slovak - Recompiled JSyntaxPane, Open with to ffdec.exe 2026-02-01 10:12:59 +01:00
Jindra Petřík
08da5eb69c Fix missing czech translations 2026-02-01 08:00:13 +01:00
Jindra Petřík
15e31abc43 Updated webp4j to version 1.4.0 2026-01-16 21:22:11 +01:00
Jindra Petřík
a17522bf1d Added: #2608 Updated WEBP image library so now it supports macOS x64 2026-01-09 20:27:38 +01:00
Jindra Petřík
b9e00fd673 Fixed: #2586 AS3 direct editation + decompilation - XML escape sequences and other XML problems 2026-01-03 23:58:04 +01:00
Jindra Petřík
e3866d93c1 Slovenian translation update 2025-12-19 20:45:14 +01:00
Jindra Petřík
43e347fd3d Fixed: #2577 Problem with Translator - Missing en jsyntaxpane Bundle 2025-12-06 10:41:05 +01:00
Jindra Petřík
184bfdcfb3 Updated chinese translation by 流水渺渺 (Liushui)
Fixed pt_BR, ru jsyntaxpane translation position.
2025-11-25 19:55:19 +01:00
Jindra Petřík
0dc7fbf366 #571 Updated Portugese-brasil translation 2025-10-18 22:54:58 +02:00
Jindra Petřík
cd352e12f7 Fixed: #2536 AS3 regexp highlighting / compilation 2025-09-30 19:59:21 +02:00
Jindra Petřík
5d8d753c37 WebP - Use lossless version where applicable 2025-09-06 16:15:52 +02:00
Jindra Petřík
3d2c305846 Spelling fixes 2025-09-06 02:35:59 +02:00
Jindra Petřík
3b82db57ba Spelling fixes 2025-09-06 02:21:46 +02:00
Jindra Petřík
5e81e03dc6 Fixed: AS Debugger - order of trace commands
SharedObjects sync fix
2025-09-06 01:21:11 +02:00
Jindra Petřík
2df87d1a0a Added: #2504 WebP image format for export/import (not animated)
Limitation: It's not available on Mac x86-64 platform
2025-08-10 18:45:12 +02:00
Jindra Petřík
5ce335c341 Fixed: JSyntaxPane DarkMode warning 2025-07-27 20:55:48 +02:00
Jindra Petřík
ad53e53a5d Fixed: Texts hilighting 2025-07-27 14:56:05 +02:00
Jindra Petřík
55ee4586de Replacements table in AS1/2,
not much useful since eval() is used in most cases
2025-07-26 12:20:21 +02:00
Jindra Petřík
55f43b5390 Prefer quotes syntax over §. (text variables, placeobject names) 2025-07-26 10:39:40 +02:00
Jindra Petřík
e44e2eaa2b Compile AS3 @identifier asdoc tag as identifier replacement 2025-07-25 19:30:14 +02:00
Jindra Petřík
311b2376bf Fixed: Hilighter nullpointer 2025-07-18 18:00:08 +02:00
Jindra Petřík
24566d609f Updated turkish translation 2025-07-07 21:38:16 +02:00
Jindra Petřík
3508260abb Optional heap memory status widget in the titlebar 2025-07-07 18:15:19 +02:00
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