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

#2431 Add multiple class at once
Author:
Date created:
Type: feature
Visibility: Everybody
Assigned to:
State: new Help

Can you please add a feature where we can add class in bulk? I need to add multiple script at once so it's very different to add them individually. Thanks
Update please
So you think a textarea, where you write 20 classnames on each line, and then each of them will be created? I don't see it as very GUI-friendly. Maybe in commandline interface? That seems to be more realistic.
I was thinking about an option which will say add multiple class. And for example the we add the prefix 'test' then select the number of class we want, say 14, so we choose 14, so it will generate 14 classes named test1, test2, test3, test4 and till test14
I support this request. Respectfully, I don’t think the GUI-friendly argument holds up here. I often mod a game that still gets updates, and I’m basically forced to rebuild my UI mod from scratch each time because the original GFX file changes. Copy-pasting tags from the old file is easy, but moving classes is a nightmare. If I have 10 classes, I have to add them manually in the new GFX and paste the code into each one. It’s tedious, and even a non-GUI feature to make bulk changes would help a lot.