Fixed: #1643 Separate AS1/2 and AS3 editor hilighting

This commit is contained in:
Jindra Petřík
2021-03-05 21:22:55 +01:00
parent 7b1053f6e1
commit 7f57039f18
8 changed files with 472 additions and 47 deletions
@@ -1006,7 +1006,7 @@ public class ABCPanel extends JPanel implements ItemListener, SearchListener<Scr
splitPane = new JPersistentSplitPane(JSplitPane.HORIZONTAL_SPLIT, panB, detailPanel, Configuration.guiAvm2SplitPaneDividerLocationPercent);
splitPane.setContinuousLayout(true);
decompiledTextArea.changeContentType("text/actionscript");
decompiledTextArea.changeContentType("text/actionscript3");
decompiledTextArea.setFont(Configuration.getSourceFont());
View.addEditorAction(decompiledTextArea, new AbstractAction() {