mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 14:20:46 +00:00
Added: Disable AS1/2/3 direct editation when editing P-code
This commit is contained in:
@@ -620,6 +620,9 @@ public class DecompiledEditorPane extends DebuggableEditorPane implements CaretL
|
||||
|
||||
@Override
|
||||
public void caretUpdate(final CaretEvent e) {
|
||||
if (!isEnabled()) {
|
||||
return;
|
||||
}
|
||||
ABC abc = getABC();
|
||||
if (abc == null) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user