Added: Disable AS1/2/3 direct editation when editing P-code

This commit is contained in:
Jindra Petřík
2025-05-31 12:52:53 +02:00
parent f88f7ced70
commit bc85daca85
6 changed files with 15 additions and 2 deletions
@@ -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;