mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 09:50:51 +00:00
Fixed: #1643 Separate AS1/2 and AS3 editor hilighting
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user