Commit Graph
2732 Commits
Author SHA1 Message Date
Jindra Petřík 6fbd7f6865 Fixed: Not saving library type (airglobal/playerglobal) when switching SWFs 2025-06-24 21:49:23 +02:00
Jindra Petřík 5f07ec3662 Added: Option to turn off code completion on dot(.) key 2025-06-24 21:10:57 +02:00
Jindra Petřík c8a0cee3f9 Added: #2470 Transformation - Copy individual transforms to clipboard, load/apply from clipboard buttons 2025-06-20 18:29:51 +02:00
Jindra Petřík 27abd81997 Fixed: Transform - paste matrix, edit current matrix not working 2 2025-06-19 22:06:17 +02:00
Jindra Petřík 48ef2e88ec Fixed: #2470 Transform - paste matrix, edit current matrix not working
Fixed: Do not allow to switch PlaceObjects in transform mode
2025-06-19 17:00:42 +02:00
Jindra Petřík 6aea1a3083 Changed: SWF to XML export in GUI dialog selects a XML file instead of directory
(and directory when multiple SWFs are selected)
2025-06-18 18:07:22 +02:00
Jindra Petřík 6cd1e620c9 Checkstyle fix 2025-06-15 22:07:59 +02:00
Jindra Petřík 0b3458f137 Auto width of code completion popup 2025-06-15 22:05:46 +02:00
Jindra Petřík acfc74e9e9 TraitSlotConst is not callable 2025-06-15 22:05:16 +02:00
Jindra Petřík 551b0e45a5 Code completion popup shows property/function types 2025-06-15 21:50:31 +02:00
Jindra Petřík f5b66b6322 Java 8 compatibility 2025-06-15 19:38:47 +02:00
Jindra Petřík 66ca60bed2 Highlighter - faster typing (timer delay),
sort optimization
2025-06-15 19:20:09 +02:00
Jindra Petřík aecef68d7b Variables code completion 2025-06-15 18:16:06 +02:00
Jindra Petřík 53b8279ce5 Static vs non static suggestions 2025-06-15 01:24:18 +02:00
Jindra Petřík 24e34ca272 Added: AS3 - code completion (properties and methods) 2025-06-14 20:59:38 +02:00
Jindra Petřík 209f8ca593 Added #2468 Option for -dumpas2 CLI command to use export names (-exportNames option) 2025-06-13 08:33:21 +02:00
Jindra Petřík 008856f4a1 Do not load session when jumping into playerglobal from the highlighter. 2025-06-11 21:39:38 +02:00
Jindra Petřík b26791697c AS highligter - support for obfuscated names 2025-06-11 21:07:25 +02:00
Jindra Petřík ee9e2be252 Restore old package-info.java 2025-06-10 19:58:49 +02:00
Jindra Petřík 4432d15eec License updater - do not update package-info.java 2025-06-10 19:58:24 +02:00
Jindra Petřík c25cb07eed AS3 Highligter - highlight external properties 2025-06-10 00:23:36 +02:00
Jindra Petřík 7cb1d43181 Fixed: AS3 highlighter - links to other scripts with short names 2025-06-08 17:51:28 +02:00
Jindra Petřík 2a8cddc7f9 #2451 Importing sound ranges of different format than head by converting to uncompressed wav 2025-06-07 23:03:59 +02:00
Jindra Petřík 83c46583ba Fixed: #1646 Scrolling in Error log frame inside log texts 2025-06-07 09:06:32 +02:00
Jindra Petřík bb6a4c1d21 Added: #1625 Error log frame - Save all to file button 2025-06-07 08:53:16 +02:00
Jindra Petřík 549c6dd9a3 Added: Importing sound stream block ranges
Added: Commandline replacing sound stream block ranges
2025-06-06 20:07:42 +02:00
Jindra Petřík e65ac557fb Added: #2451 Replacing sound stream block ranges 2025-06-06 18:36:56 +02:00
Jindra Petřík f2ca8580cb Fixed: Windows Aero problem with maximize button - drawing maximize button on mouse down 2025-06-03 23:13:16 +02:00
Jindra Petřík 6ae253ef7e Added: Open in the Flash Player context menu on graphic/sound tags and frames 2025-06-03 21:59:25 +02:00
Jindra Petřík fd14fffb11 Correct export folders 2025-06-02 22:29:38 +02:00
Jindra Petřík abd4c10402 Minimum frame count for subsprite animation export is 2 2025-06-02 22:14:58 +02:00
Jindra Petřík a0bfa7c8c0 Added: #2463 Export subsprites animation context menu on frames 2025-06-02 22:11:52 +02:00
Jindra Petřík cc61cb2e99 Zoom textfield in export dialog has fixed size of 4 characters 2025-06-01 23:33:27 +02:00
Jindra Petřík 8101ccb96e Nullpointer fix 2025-06-01 19:23:36 +02:00
Jindra Petřík 127f36b0be Go to definition fixes 2025-06-01 15:18:37 +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 6db921a433 AS3 Goto definition of static properties.
Link type enum
2025-05-31 22:53:55 +02:00
Jindra Petřík 3442d68de2 Compound script editation always disabled 2025-05-31 15:35:01 +02:00
Jindra Petřík db2fa7f6e6 Fixed: Pin header for AS2 script in the Resources view should show Class name in the title instead of tag full description 2025-05-31 15:08:49 +02:00
Jindra Petřík bc85daca85 Added: Disable AS1/2/3 direct editation when editing P-code 2025-05-31 12:52:53 +02:00
Jindra Petřík f88f7ced70 Added: AS1/2 direct editation - hide P-code panel when editing 2025-05-31 11:53:39 +02:00
Jindra Petřík 458214106b Highlighter - AS3 arguments variable, fixed dotted identifiers 2025-05-31 10:23:44 +02:00
Jindra Petřík df9791ebda Check referencing instance variables from static context. 2025-05-30 23:36:46 +02:00
Jindra Petřík 9e398dc763 Find declaration menuItem,
AS Highlighter - forward declarations
2025-05-30 20:44:02 +02:00
Jindra Petřík 7853e5b14c AS3 highlighter - namespaces go to definition 2025-05-30 19:44:56 +02:00
Jindra Petřík 082d618bc2 AS3 highlighter - highlight namespaces and imports 2025-05-30 18:13:50 +02:00
Jindra Petřík 3c0db47094 Painting underline fixes, Goto declaration fix (also freezing) 2025-05-30 10:44:32 +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 e9db3273e8 AS3 error highligter - show multiple errors 2025-05-29 21:22:40 +02:00
Jindra Petřík 90d975d69c AS3 highlighter.
Refactoring of highligter.
2025-05-29 09:14:15 +02:00