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

#810 Make a new line in DefineTexts by pressing "Enter" button
Author: user megalol
Date created:
Type: feature
Visibility: Everybody
Assigned to:
Labels: Text
State: postponed Help

Now when I'm pressing Edit in any DefineTexts, then moves text cursor at some text and press Enter and Save there are no changes (except adding "\r\n" but with no effect). But I wants that it will (for real) move text string after text cursor at new line. For example, Source text: "height 300 x 500 y 320 ]And once the sun descends beneath the horizon, they..." -------------------------------- Edited text (after I placed text cursor after word "descends" and pressed Enter): "height 300 x 500 y 320 ]And once the sun descends [ x 500 y 700 ] beneath the horizon, they..." ----------------------- So it should move text string to new line with coping x parameter and setting y parameter y_new = y_old + height + (height*0.26)
developer
I think you need some kind of WYSIWYG editor, where you can edit the text as in Word. I don't prefer this half solution where we are hacking the metadatas of the text while you edit it. So I would not implement this feature request in this way.
user
Then can you implement "some kind of WYSIWYG editor" as alternate of current FFDec DefineTexts editor :)?
admin
State: new→postponed