JPEXS Free Flash Decompiler Issue Tracker

If you are looking for the decompiler itself, visit https://github.com/jindrapetrik/jpexs-decompiler

NEW : We have got a new blog where we post some interesting SWF internals info.

List of issuesList of issues

#1668 New context menu item (AS3 only)
Author: user STA20
Date created:
Type: bug
Visibility: Everybody
Assigned to:
State: closed Help

I often use "Remove", which can be problematic when the symbol I remove has some class associated with it. What I do until now is for every symbol I need to remove, first check if it has a symbol class, then remove it's entry first, then remove symbol itself. It is a cumbersome and slow process. Would be nice if a new context menu item for symbols is added, something like "Remove + (corresponding) symbol class".
admin
If you mean removing the corresponding character id from SymbolClass tag, then this should be done automatically, but it wasn't for some reason. I fixed it in nightly 1901, try it. I think it should not be on separate context menu. Or did you want to remove the whole associated AS3 class?
user
It works nice now (tested on nightly 1906), I didn't know it was a bug. Thanks for fixing. No further changes necessary.
admin
You're welcome.
State: new→closed
Type: feature→bug