mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 07:50:45 +00:00
AS2 highlighting fixed, debug menu added
This commit is contained in:
@@ -632,10 +632,10 @@ public class ActionPanel extends JPanel implements ActionListener {
|
||||
|
||||
if (val) {
|
||||
if (rawEdit) {
|
||||
editor.setContentType("text/flasm");
|
||||
editor.setContentType("text/plain");
|
||||
setText(srcHexOnly);
|
||||
} else {
|
||||
editor.setContentType("text/plain");
|
||||
editor.setContentType("text/flasm");
|
||||
setText(srcNoHex);
|
||||
}
|
||||
editor.setEditable(true);
|
||||
|
||||
Reference in New Issue
Block a user