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

#1942 Select function to syntax highlight
Author: user pv_sol
Date created:
Type: feature
Visibility: Everybody
Assigned to:
Labels: JSyntaxPane
State: opened Help

There is a limit for syntax highlighting in characters which makes it very slow to syntax highlight big files. I suggest there to be a way to highlight a certain function inside actionscript code so that it is quicker than waiting for entire file to be highlighted in syntax. Maybe you can right click on a function and press button which will highlight it in syntax? Or drag your mouse with left click and right click to attempt syntax highlighting on selected piece of code.
admin
I don't think there is a way to highlight document only partially. The document needs to be parsed as a whole to properly determine all tokens. We use JSyntaxPane component for this. I don't think it can do it.
user
Oh that's unfortunate.
admin
State: new→opened