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

#2485 Add Text Variable Names to Explorer
Author:
Date created:
Type: feature
Visibility: Everybody
Assigned to:
Labels: GUIText
State: closed Help

Hello again. This idea is something similar to issue/feature #2467 where JPEXS now shows the names of the imports on the explorer. This feature will be for Texts where it would show the variable name for the text objects. The idea is that Flash Files can tend to have potentially up to 100s of texts and trying to search for specific variable names can be tedious if you don't have the text you're looking for already linked to a sprite. So, the idea is to add text variable names to the explorer to make text properties easy to find. Current Behaviour: DefineEditText(chid:1) Feature Example Behaviour: DefineEditText(chid:1, tn:variableName) This idea is similarily implemented already when it comes to fonts as they have the fn tags. In the attached file I give an example of how it could look daunting to try and find a specific text variable in a Flash File that may have 100+ texts.
Downloaddownload.png (17 KiB)
It is implemented in nightly 3234. I choose "vn:" prefix as variable name.
State: new→upgraded
Beautiful work as always. Thanks again for hearing out my suggestion.
You're welcome.
State: upgraded→closed