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 issues#2192 Method is decompiled to one enormous line, with overlapping text
Author: Aaron1011
Date created:
Type: bug
Visibility: Everybody
Assigned to:
Labels: GUI
State: upgraded
> What steps will reproduce the problem?
Open the attached file 'btd5.swf', and view the class `levels.rounds.RoundFactory`
> What is the expected output? What do you see instead?
The decompiled output should be readable. Instead, overlapping text is displayed, making
it unreadable. See the attached screenshot.
> What version of the product are you using? Is it "nightly build"? Which operating system
do you have?
I've tested on version v.20.1.0, as well as nightly build 2768.
btd5.swf (23,772 KiB)roundfactory_screenshot.png (97 KiB)
Which operating system
do you have?
I'm using Linux
This is fixed in nightly 2964.
Long lines are now wrapped (default to 1000 characters).
State: new→upgraded