Commit Graph
8446 Commits
Author SHA1 Message Date
Jindra Petřík 58de7a546a Fix TestIncDec12 2025-09-01 17:01:27 +02:00
Jindra Petřík d49e0ad6ad Fix TestIncDec11 2025-09-01 17:01:27 +02:00
Jindra Petřík 187bd0a274 Fix TestIncDec6 2025-09-01 17:01:27 +02:00
Jindra Petřík 73ea92f266 Fix TestIncDec5 2025-09-01 17:01:27 +02:00
Jindra Petřík 81b8d0ad1f Fix TestIncDec4 2025-09-01 17:01:26 +02:00
Jindra Petřík 01d0716629 Fix TestIncDec4 2025-09-01 17:01:26 +02:00
Jindra Petřík ed62d9eb02 Fix TestIncDec3 2025-09-01 17:01:26 +02:00
Jindra Petřík 2048402750 Fix TestIncDec1 and 2 2025-09-01 17:01:26 +02:00
Jindra Petřík 7c2c87c8e4 Fix tests 2025-09-01 17:01:26 +02:00
Jindra Petřík 68fdf1097d Swap fixes 2025-09-01 17:01:26 +02:00
Jindra Petřík 82d3cc2d2a Temp var declarations 2025-09-01 17:01:26 +02:00
Jindra Petřík 77d96e8e43 Fix swaps 2025-09-01 17:01:26 +02:00
Jindra Petřík a804987067 swap item 2025-09-01 17:01:25 +02:00
Jindra Petřík b449db946f §§dupsrc introduced 2025-09-01 17:01:25 +02:00
Jindra Petřík 922cd45084 Fixed tests. 2025-09-01 17:01:25 +02:00
Jindra Petřík 95b7abb9bc Comma expression improvements. WIP
However, tests fail :-(
2025-09-01 17:01:25 +02:00
Jindra Petřík a436ddd65c Inc, dec fix 2025-09-01 17:01:25 +02:00
Jindra Petřík 70a4165341 arr++ fix 2025-09-01 17:01:25 +02:00
Jindra Petřík 9a9811f170 Better Comma operator detection WIP 2025-09-01 17:01:25 +02:00
Jindra Petřík b3a693e4e3 2497 Swap instruction handling. WIP 2025-09-01 17:01:22 +02:00
Jindra Petřík 14dc0f9e08 Fixed release info escaping. 2025-08-31 01:22:57 +02:00
Jindra Petřík 9e286cff1b Added SWT templates test data (Flash 5) 2025-08-31 00:48:40 +02:00
Jindra Petřík 53725fbb0e Ignore missing font 2025-08-31 00:47:44 +02:00
Jindra Petřík 25b6950b08 ControlTextFormatRecord - fix align constants - ALIGN_RIGHT vs ALIGN_CENTER 2025-08-31 00:25:27 +02:00
Jindra Petřík 39b06a14c1 New tags icons 2025-08-30 23:58:06 +02:00
Jindra Petřík ec69e1eec9 RemoveObject constructor not setting character id to new character 2025-08-30 20:20:33 +02:00
Jindra Petřík c22ae6da2f Associate with SWT extension 2025-08-30 18:46:15 +02:00
Jindra Petřík e8b15e1ad6 Added: #2526 Option to disable drag & drop from Resources view to avoid problems on Mac OS 2025-08-30 18:22:52 +02:00
Jindra Petřík af0699e5a1 Added: Hex dump improvements
- view bit count in SB, UB fields
- view tagIDTagLength field parts
- show type after colon, not in parenthesis
- view bytes length in bytes fields
2025-08-30 00:48:20 +02:00
Jindra Petřík 24151d2945 Fixed: #2525 AMF editor - saving empty standard array [] 2025-08-29 18:07:00 +02:00
Jindra Petřík 417e6ab467 Empty outline fix 2025-08-29 18:00:47 +02:00
Jindra Petřík 1316c1e58b Added: FreeCharacter tag support, SyncFrame tag support 2025-08-29 09:53:41 +02:00
Jindra Petřík 1e9bf6be88 Added: Generator Templates (.swt) files support and related tags (Flash 3-5)
(CharacterSet, GenCommand, NameCharacter, DefineTextFormat, FontRef)
DefineVideo tag support (Flash 4)
SerialNumber tag support (before Flash 7)
2025-08-29 00:02:38 +02:00
Jindra Petřík d7665cf093 Fixed: Hex View - incorrect table height when switching tags 2025-08-25 20:00:23 +02:00
Jindra Petřík 83311ed679 Removed: #2524 IncorrectClassHeaderRemover removed as it was rather a crippler. 2025-08-24 21:07:51 +02:00
Jindra Petřík 9983c682ef Added: Basic support for PlaceImagePrivate tag
Changed: CSMTextSettings tag renamed to CSMSettings
2025-08-24 18:55:19 +02:00
Jindra Petřík de2b174165 Added: AS1/2 Debugging - _global variable accessible
Added: AS Debugging - Variables with flag DontEnumerate are hidden by default (can be changed in Advanced Settings)
2025-08-24 06:18:27 +02:00
Jindra Petřík f15e154906 Fixed: Netbeans project debug targets using new debugger - allow stepping, ... 2025-08-24 04:20:04 +02:00
Jindra Petřík 06f3c20da8 Added: #2519 AS1/2 direct editation - better handling of "too large" error messages
- highlighting actual problematic line
2025-08-24 00:11:01 +02:00
Jindra Petřík d086d7bf7f Fixed: #2519 AS1/2 direct editation - generating too large ConstantPool 2025-08-23 21:17:02 +02:00
Jindra Petřík cf55a8b897 Fixed: #2522 Hex view - reseting view when mouse over panel bottom 2025-08-23 18:43:44 +02:00
Jindra Petřík 0cd71068c4 Checkstyle fix 2025-08-23 18:09:06 +02:00
Jindra Petřík 477402c64a Added: #2519 AS1/2 P-code editation - better handling of "too large" error messages 2025-08-23 18:04:50 +02:00
Jindra Petřík a1cf9decfa Fixed: #2521 AS1/2 direct editation of GetUrl 2025-08-22 20:29:16 +02:00
Jindra Petřík b2c4b437a4 tests fix 2025-08-22 20:05:29 +02:00
Jindra Petřík 4b48b8408a Fixed: #2519 AS1/2 avoid multi-level loops in cases where possible 2025-08-22 19:29:04 +02:00
Jindra Petřík fc3b4a378e Fixed: #2520 Loop detection 2025-08-22 18:02:18 +02:00
Jindra Petřík 2cd1c4f3a1 Checkstyle fix 2025-08-21 18:49:37 +02:00
Jindra Petřík c6889134d9 Fixed: #2517 Loop break detection problems in some cases 2025-08-21 18:21:04 +02:00
Jindra Petřík 0024cb0897 Fixed: #2516 AS1/2 Renaming of identifiers not setting function length correctly
Fixed: AS1/2 Renaming of identifiers must not rename integer array offsets
2025-08-20 18:33:36 +02:00