JPEXS Free Flash Decompiler Issue Tracker

INFO: Problems with AV false positives are fixed in 25.0.0, now we sign our code and also use MSI installer type.

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

#2481 Add search bar to the "Replace Character Tag" window
Date created:
Type: feature
Visibility: Everybody
Assigned to:
Labels: GUI
State: new Help

In large SWF files, the list of available symbols for character replacement can include hundreds of items, making it slow and impractical to find the desired resource. Suggestion: Add a search bar to the “Replace Character Tag” window to help users quickly locate elements. The search could support filters such as type, name, or ID, for example: Exemple 1: type:DefineSprite, exp:Model_Sword Exemple 2: type:DefineBitsLossless Exemple 3: id:567 This would make the replacement process much faster and more accurate, especially when working with complex SWF structures.
Just a addendum could add this search bar to other windows that depend on this specific window (forgot to add this addendum to the suggestion).
There already exists search bar in "Replace character tag" dialog. It is in upper right corner. Is it not enough? Or you want some extension for this?
That's true. Thanks for adding this option.