mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-27 05:47:52 +00:00
Export DoABC tags to ABC file on Resources tab too
This commit is contained in:
@@ -15,7 +15,7 @@ All notable changes to this project will be documented in this file.
|
||||
- Flattened ActionScript packages (one row per package instead package tree), can be turned off in settings
|
||||
- [#1820] Opening standalone ABC files (*.abc)
|
||||
- Classes tree inside DoABC tags in taglist view
|
||||
- Export ABC data from DoABC tags in taglist view
|
||||
- Export ABC data from DoABC tags
|
||||
|
||||
### Fixed
|
||||
- [#1869] Replace references now replaces all references, not just PlaceObject
|
||||
|
||||
@@ -840,7 +840,7 @@ public class TagTreeContextMenu extends JPopupMenu {
|
||||
if (firstItem instanceof ABC) {
|
||||
addAs3ClassMenuItem.setVisible(true);
|
||||
}
|
||||
if ((firstItem instanceof ABCContainerTag) && mainPanel.getCurrentView() == MainPanel.VIEW_TAGLIST) {
|
||||
if (firstItem instanceof ABCContainerTag) {
|
||||
addAs3ClassMenuItem.setVisible(true);
|
||||
exportABCMenuItem.setVisible(true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user