Displaying changed AS3 scripts in GUI as bold

This commit is contained in:
Jindra Petřík
2015-04-05 22:24:15 +02:00
parent b6d4bbc381
commit 12bbb13497
10 changed files with 76 additions and 12 deletions

View File

@@ -212,7 +212,7 @@ public class DecompiledEditorPane extends LineMarkedEditorPane implements CaretL
abcPanel.detailPanel.showCard(DetailPanel.METHOD_TRAIT_CARD, trait);
MethodCodePanel methodCodePanel = abcPanel.detailPanel.methodTraitPanel.methodCodePanel;
if (reset || (methodCodePanel.getBodyIndex() != bi)) {
methodCodePanel.setBodyIndex(bi, abc, name, trait);
methodCodePanel.setBodyIndex(bi, abc, name, trait,script.scriptIndex);
abcPanel.detailPanel.setEditMode(false);
this.isStatic = isStatic;
}