mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 16:41:53 +00:00
Issue #145 Fixed unicode support (after deobfuscation in AS1/2)
This commit is contained in:
@@ -1438,6 +1438,7 @@ public class MainFrame extends JFrame implements ActionListener, TreeSelectionLi
|
||||
final String identifier = actionPanel.getStringUnderCursor();
|
||||
if (identifier != null) {
|
||||
(new Thread() {
|
||||
@Override
|
||||
public void run() {
|
||||
Main.startWork("Renaming...");
|
||||
renameIdentifier(identifier);
|
||||
|
||||
Reference in New Issue
Block a user