Jindra Petřík
d7a1720270
notnull type for this
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
7b15db82b8
Fixed #1891 AS3 - duplicate variable declaration in some cases
2022-11-30 22:58:35 +01:00
Jindra Petřík
3bb4fcb057
Fixed #1888 Casts vs callproperty on this
2022-11-30 22:58:35 +01:00
Jindra Petřík
9e8d00edba
Fixed #1888 Casts in binary operations, not casting any type
2022-11-30 22:58:35 +01:00
Jindra Petřík
954200484c
Fixed #1810 AS3 Direct editation - Calls inside submethods using this
2022-11-30 22:58:35 +01:00
Jindra Petřík
60100196c5
Fixed #1810 AS3 Direct editation - XML attribute handling
2022-11-30 22:58:35 +01:00
Jindra Petřík
9324f01183
Fixed #1888 Properly resolve static vs nonstatic properties
2022-11-30 22:58:35 +01:00
Jindra Petřík
9cd93c2388
Fixed #1888 Missing casts in ternar
2022-11-30 22:58:35 +01:00
Jindra Petřík
531057764a
Fixed #1890 AS3 - Chained assignments in some special cases
2022-11-30 22:58:35 +01:00
Jindra Petřík
54d7cb38bc
Fixed tests
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
727c076e05
Resolving return type for properties, local regs, function calls.
2022-11-30 22:58:35 +01:00
Jindra Petřík
25aa987cdf
Propagate ABCIndex everywhere
2022-11-30 22:58:35 +01:00
Jindra Petřík
e22669d377
Show convert instruction when needed - int(xx), String(xx), etc....
2022-11-30 22:58:35 +01:00
Jindra Petřík
86fa76678b
Fixed #1769 Missing some body trait variable declaration
2022-11-30 22:58:35 +01:00
Jindra Petřík
d1f010222c
Fixed #1769 Missing some body trait variable declaration
2022-11-30 22:58:35 +01:00
Jindra Petřík
25bc05012f
Fixed #1769 Missing some body trait variable declaration
2022-11-30 22:58:35 +01:00
Jindra Petřík
664422329d
Updated czech translation
2022-11-30 22:58:35 +01:00
Jindra Petřík
bea1775a80
Format locales with Translator tool
2022-11-30 22:58:35 +01:00
Jindra Petřík
4f4c22006d
Added Translator tool for easier localization
2022-11-30 22:58:35 +01:00
Jindra Petřík
80585cc376
Fixed New file action
2022-11-21 21:47:40 +01:00
Jindra Petřík
79717cf518
Fixed #1880 JPEG Fixer
2022-11-21 21:47:40 +01:00
Jindra Petřík
ccfaeef551
Added PR119 Option to set scale factor in advanced settings (Set it to 2.0 on Mac retina displays)
2022-11-21 21:47:40 +01:00
Jindra Petřík
79816ce26a
Opening ABCs in ZIP files
2022-11-20 22:12:19 +01:00
Jindra Petřík
76064f46ff
Fixes around adding classes.
...
Adding classes in taglist view.
2022-11-20 22:12:19 +01:00
Jindra Petřík
775c46ae94
Add class to ABC file
2022-11-20 22:12:19 +01:00
Jindra Petřík
f0f8689bcc
Fixed Error messages during SWF/ABC reading have correct error icon and title, are translatable
...
Properly handle ABC reading errors
2022-11-20 22:12:19 +01:00
Jindra Petřík
ce8165567b
Fixed #1879 False tag order error with SoundStreamHead
2022-11-20 22:12:19 +01:00
Jindra Petřík
a43fadb8cf
Fixed flattening switch for ABCs
2022-11-20 22:12:19 +01:00
Jindra Petřík
344bdfa6ea
Added Opening ABC file format (*.abc)
2022-11-20 22:12:19 +01:00
Jindra Petřík
dd63487dd8
Locales after header
2022-11-20 22:12:19 +01:00
Jindra Petřík
7f20d6bd70
Add class to default package, correct prefilled class name
2022-11-20 22:12:19 +01:00
Jindra Petřík
351c86206b
Changed Default package as separate folder
2022-11-20 22:12:19 +01:00
Jindra Petřík
4f3bbe732b
Added Flattened ActionScript packages (one row per package instead package tree), can be turned off in settings
...
Changes ActionScript packages are by default flattened
2022-11-20 22:12:19 +01:00
Jindra Petřík
213fd72266
Fixed Move tag to action did not remove original tag
...
Properly handle pins on moveto action
2022-11-20 22:12:19 +01:00
Jindra Petřík
96c63be654
Added #1680 Pinning objects
...
Fixed Header of display panel not visible on certain color schemes
Changed Raw editor does not show tag name in the tree (it's now in the new pinnable head)
2022-11-20 22:12:19 +01:00
Jindra Petřík
fdcbe59cec
Fixed ConcurrentModificationException in getCharacters on exit
2022-11-20 22:12:19 +01:00
Jindra Petřík
3b0f8acb68
Added #1501 Bulk import shapes
2022-11-20 22:12:19 +01:00
Jindra Petřík
337ebb2991
Fixed DefineShape4 SVG import NullPointerException
2022-11-20 22:12:19 +01:00
Jindra Petřík
03ddda8e19
Fixed #1877 Recalculate dependent characters and frames on removing / editing item
2022-11-20 22:12:19 +01:00
Jindra Petřík
792df04427
Fixed #1840 Proper if..continue..break handling
2022-11-20 22:12:19 +01:00
Jindra Petřík
2b7434d488
Fixed #1840 AS3 Direct editation - Type mismatched for a trait
2022-11-20 22:12:19 +01:00
Jindra Petřík
f90f5fbd32
Fixed #1840 AS3 - Allow to compile object literal keys with nonstring/numbers in obfuscated code
2022-11-20 22:12:19 +01:00
Jindra Petřík
06feae4113
Fixed #1807 Proper parenthesis around call inside another call
2022-11-20 22:12:19 +01:00
Jindra Petřík
719cea5f60
Cleaning cache thread has low priority
2022-11-20 22:12:19 +01:00
Jindra Petřík
220f851ea9
Fixed #1875 Garbage collect SWF and its caches after closing it
2022-11-20 22:12:19 +01:00
Jindra Petřík
c9f52b45e5
Fixed AS3 Direct editation - slow property resolving
2022-11-20 22:12:19 +01:00
Jindra Petřík
01fa395706
Fixed #1803 AS3 Direct editation - Colliding catch name with other variable names / arguments
2022-11-20 22:12:19 +01:00
Jindra Petřík
854ed24b7c
Added #1822 , #1803 AS3 direct editation - optional using AIR (airglobal.swc) to compile
2022-11-20 22:12:19 +01:00