Commit Graph
135 Commits
Author SHA1 Message Date
Jindra Petřík ee9e2be252 Restore old package-info.java 2025-06-10 19:58:49 +02:00
Jindra Petřík 3f9f349a69 Update year in license headers to 2025 2025-05-26 07:41:42 +02:00
Jindra Petřík d9c866c7d6 Fixed: AS 1/2/3 - Fast switching of scripts causing incorrect caret position remembered
Fixed: AS 1/2 - Remembering caret position for frames
2025-05-02 08:45:26 +02:00
Josh Soref 082a6fda92 spelling: unsupported
Signed-off-by: Josh Soref <[email protected]>
2024-10-29 16:55:43 +01:00
Josh Soref 3978003463 spelling: search
Signed-off-by: Josh Soref <[email protected]>
2024-10-29 16:55:43 +01:00
Josh Soref f52ea7c928 spelling: parenthesis
Signed-off-by: Josh Soref <[email protected]>
2024-10-29 16:55:43 +01:00
Josh Soref d873e4b561 spelling: hilight
Signed-off-by: Josh Soref <[email protected]>
2024-10-29 16:55:43 +01:00
Jindra Petřík db5aa019a6 Fixed: #2192 Long script lines are now wrapped (1000 chars limit by default) to avoid problems on Linux 2024-10-29 16:55:43 +01:00
Jindra Petřík acc5f94889 Fix missing javadoc parameters, throw tags,... 2024-08-12 19:51:40 +02:00
Jindra Petřík f219b49372 More documentation. 2024-08-08 19:27:14 +02:00
Jindra Petřík 5c1811582a More documentation. 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 151609a8f5 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 19c771bf44 Update license year 2024-08-05 11:17:25 +02:00
Jindra Petřík 1d9329e9be Fixed code style 2024-08-05 11:17:25 +02:00
Jindra Petřík 6c0f2ab1ef Fixed AS3 Debugging - activation object was not visible in locals 2023-12-30 18:06:08 +01:00
Jindra Petřík 7d722fcdcd missing classes 2023-12-30 18:06:08 +01:00
Jindra Petřík bd6c953218 Fixed Incorrect debugger line numbers when "Open loaded while playing" is enabled
Fixed AS3 debugger - Slow injecting debug info - now faster
Fixed AS3 debugger - obfuscated classes debugging
Fixed Delayed open loaded SWFs while playing
Fixed AS3 Direct editation - script initializer for main document class

Changed Wrong unicode escape `{invalid_utf8:xxx}` changed to `{invalid_utf8=xxx}` for compatibility with file names
2023-12-30 18:06:08 +01:00
Jindra Petřík dc5e50813f Added Checkstyle to build process and fixing checkstyle to all com.src.jpexs classes 2023-10-16 09:36:06 +02:00
Jindra Petřík 859049b2d4 Fixed AS3 p-code - IGNORE_REST method flag incorrectly shown as EXPLICIT
Changed AS3 p-code - EXPLICIT method flag renamed to NATIVE
2023-03-19 22:43:41 +01:00
Jindra Petřík 045d475647 Added AS3 P-code editing class trait 2023-03-19 22:43:41 +01:00
Jindra Petřík 487d1f8b14 Update license year 2023-03-19 22:43:41 +01:00
Jindra Petřík e415945490 resolving properties and methods on Vector 2022-11-30 22:58:35 +01:00
Jindra Petřík bd82515065 Added AS3 improved goto declaration for properties and methods 2022-11-30 22:58:35 +01:00
Jindra Petřík b156340a83 Stub for better goto declaration 2022-11-30 22:58:35 +01:00
Jindra Petřík b06c8313b1 Organize imports inspection 2022-11-14 10:04:55 +01:00
Jindra Petřík 6c964899fb Added
- Attach tag menu (Like DefineScaling grid to DefineSprite, etc.)
- Better tag error handling - these tags now got error icon

Changed
- #1455 All tag types are now allowed inside DefineSprite
2022-11-06 21:44:39 +01:00
Jindra Petřík 1d82af4855 Update license header year 2022-11-06 21:44:39 +01:00
Jindra Petřík 10b0875358 organize imports inspection 2022-10-23 16:54:49 +02:00
Jindra Petřík 3eb1fb9d4b Fixed #1750 Application won't start when cannot access font file 2021-11-20 19:23:52 +01:00
Jindra Petřík 742525a365 organize imports 2021-03-12 22:12:39 +01:00
Jindra Petřík 3ec8ab1f91 import ascent, descent leading 2021-03-05 21:22:55 +01:00
Jindra Petřík 9fffe11861 #1561 Font editing - import kerning when adding characters 2021-03-05 21:22:55 +01:00
Jindra Petřík 7ffca1b6f6 Reading system font files 2021-03-05 21:22:55 +01:00
Jindra Petřík add1c7ef1e cls.newInstance() causing warnings replaced with cls.getDeclaredConstructor().newInstance() 2021-02-10 18:36:39 +01:00
Jindra Petřík c6b1e528df update license header year 2021-02-08 20:15:19 +01:00
Jindra Petřík 2767f77a66 remove unused imports 2021-02-08 20:15:19 +01:00
Jindra Petřík ac66eb740b Fixed: Correct AS/P-code matching in editor for AS3 after using deobfuscation 2021-01-04 10:10:23 +01:00
Jindra Petřík 520e7ae735 Merge branch 'dev' into dev 2021-01-01 08:51:43 +01:00
Jindra Petřík b20eeafe53 Enable back detecting installed fonts. (FFDec must be restarted to refresh such list) 2021-01-01 01:08:32 +01:00
Jindra Petřík ca21337d9f java 9 compliance
- base64, bytearrtohex, installed fonts, xml sax parser
2021-01-01 01:07:43 +01:00
Jindra Petřík a63e8f7623 java 9 compliance
- base64, bytearrtohex, installed fonts, xml sax parser
2020-04-25 19:05:59 +02:00
Jindra Petřík 02660f396e AS1/2 deobfuscation of empty stack pops - returning Undefined instead 2018-05-28 18:00:32 +02:00
Jindra Petřík c9e7992081 MyEntry Serializable 2018-01-21 18:23:30 +01:00
Jindra Petřík 2bf7597cea update license headers 2018-01-16 20:24:33 +01:00
[email protected] 9dc4752c04 UI thread invoke fixes/improvements 2 2016-12-28 12:57:06 +01:00
[email protected] 93082c1eb3 AS3 pcode search improvements 2016-12-27 19:52:49 +01:00
[email protected] 11088fec36 #1308 Search by all P-code files 2016-12-19 22:21:53 +01:00