Jindra Petřík
2c32e156d3
Tests fix
2023-12-30 18:06:08 +01: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
e54973b761
nullpointer in some minor cases
2023-12-30 18:06:08 +01:00
Jindra Petřík
7fd930489e
Added #2119 Option to export assets with names like their assigned classes via SymbolClass, without character id
2023-12-30 18:06:08 +01:00
Jindra Petřík
4125e94ca3
Added Label that flex compiler is used (when it's enabled in settings)
...
Fixed #2111 Flex AS3 editation - use SWF dependencies defined in GUI
Fixed SWF dependencies label was not updated on startup
2023-12-30 18:06:08 +01:00
Jindra Petřík
123a740d22
Fixed #2111 AS3 direct editation - access class in class initializer
2023-12-30 18:06:08 +01:00
Jindra Petřík
136b389fc1
Fixed AS3 direct editation - namespaces were initialized in class initializers
2023-12-30 18:06:08 +01:00
Jindra Petřík
8b3b740b44
Fixed AS3 Debugging P-code inside nested functions
...
Fixed AS3 Debugging - show (and click through) proper call stack
2023-11-05 21:11:10 +01:00
Jindra Petřík
0f0e6d880d
removed todo
2023-11-05 21:11:10 +01:00
Jindra Petřík
72efe08c22
removed todo
2023-11-05 21:11:10 +01:00
Jindra Petřík
8fac78e324
Fixed #2099 Smart number formatting always on
2023-10-16 17:23:52 +02:00
Jindra Petřík
7e336b98fb
Hilight currently selected argument in docs for AS3
2023-10-16 09:36:06 +02:00
Jindra Petřík
19c114c185
Fixed #2099 Smart number formatting precedence
2023-10-16 09:36:06 +02: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
b6e8ca0d67
Added #116 Show invalid utf-8 bytes in Strings as {invalid_utf8:xxx}
2023-10-16 09:36:06 +02:00
Jindra Petřík
9b65d88774
Fixed #116 AS3 Cyclic typenames protection
...
Fixed #116 AS3 Do not parse DoABC tags inside sprites
2023-10-16 09:36:06 +02:00
Jindra Petřík
1c29ada719
Fixed #116 AS3 Cyclic typenames protection
2023-10-16 09:36:06 +02:00
Jindra Petřík
7d1f4db775
Fixed Embed tag not properly escaped on obfuscated files
2023-10-16 09:36:06 +02:00
Jindra Petřík
a4fd485c47
Fixed AS3 incorrect private modifier on internal namespaced traits of private class inside script
2023-10-16 09:36:06 +02:00
Jindra Petřík
ca0dc86cf3
Fixed AS3 Simplify expressions - Do not convert this to {} when coerced
2023-10-16 09:36:06 +02:00
Jindra Petřík
2644575a20
Fixed #2094 Embed font name taken from the fontTag, not DefineFontName
2023-10-16 09:36:06 +02:00
Jindra Petřík
22c56761f3
Fixed #2094 AS3 Getting register names from debug info - do not allow assigning _locX_ name to other register than X
2023-10-16 09:36:06 +02:00
Jindra Petřík
ae37812b82
Fixed #2094 AS3 missing star type on var and const
2023-10-16 09:36:06 +02:00
Jindra Petřík
4d23246ce0
Added #2094 AS3 Missing use namespace
2023-10-16 09:36:06 +02:00
Jindra Petřík
d4505ac39c
Fixed #2094 AS3 do not show body trait variables as FQN
2023-10-16 09:36:06 +02:00
Jindra Petřík
b32006a23f
Fixed #2093 AS3 Unnecessary use of fully qualified names for classes in same package
2023-10-16 09:36:06 +02:00
Jindra Petřík
306419b93b
Unicode escape only API mark in namespaces.
2023-10-01 18:21:38 +02:00
Jindra Petřík
56fb0bc9f9
Unicode escape nonenglish characters in namespaces in P-code
2023-10-01 18:21:38 +02:00
Jindra Petřík
04d526ddeb
ABCExplorer - update when ABC changes
2023-10-01 18:21:38 +02:00
Jindra Petřík
730868a996
Fixed Float/Float4 ABC format support
2023-10-01 18:21:38 +02:00
Jindra Petřík
33056fcedd
ABCExplorer - show selected trait in ABC explorer
2023-10-01 18:21:38 +02:00
Jindra Petřík
c58c1f6bfa
ABC Explorer - Try to avoid index out of bounds
2023-10-01 18:21:38 +02:00
Jindra Petřík
b343db0ff1
ABC Explorer - instance info, class info, script info, traits
2023-10-01 18:21:38 +02:00
Jindra Petřík
575239be5c
ABC Explorer - methodinfo
2023-10-01 18:21:38 +02:00
Jindra Petřík
9fa19e598f
ABC Exporter tool - view constants - WIP
2023-10-01 18:21:38 +02:00
Jindra Petřík
b70b5547a0
Fixed outof bounds for multiname
2023-10-01 18:21:38 +02:00
Jindra Petřík
a20da0839c
Fixed AS3 Nullpointer on getting multiname which is out of bounds
2023-10-01 18:21:38 +02:00
Jindra Petřík
1dcd66bf5c
Fixed #2076 Nullpointer
2023-10-01 18:21:38 +02:00
Jindra Petřík
690bfa3d7c
Fixed AS3 Initialization of var in script initializer
2023-10-01 18:21:38 +02:00
Jindra Petřík
38d809c91a
#2022 - AS3 - Make script initializer always visible and available instead of config
2023-10-01 18:21:38 +02:00
Jindra Petřík
bef61a1123
Cannot import compound scripts.
2023-10-01 18:21:38 +02:00
Jindra Petřík
e810421914
Correct trait packing.
...
Compound removing fix.
2023-10-01 18:21:38 +02:00
Jindra Petřík
4b5c4e8af4
Exporting compound scripts
2023-10-01 18:21:38 +02:00
Jindra Petřík
5846e86a2f
include without parenthesis
2023-10-01 18:21:38 +02:00
Jindra Petřík
a30bc9136f
Display compound scripts in separate folders,
...
display script initializer separately.
Show imported classes.
2023-10-01 18:21:38 +02:00
Jindra Petřík
9673b81271
fix not resolving custom namespaces
2023-10-01 18:21:38 +02:00
Jindra Petřík
7379784bbc
fix versioning when namespaceset has no version tag
2023-10-01 18:21:38 +02:00
Jindra Petřík
0ced327829
more methods fix
2023-10-01 18:21:38 +02:00