mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-27 05:16:45 +00:00
update characterids when tag was copied with dependencies
This commit is contained in:
@@ -2685,6 +2685,15 @@ public final class MainPanel extends JPanel implements ActionListener, TreeSelec
|
||||
|
||||
previewPanel.setImageReplaceButtonVisible(false);
|
||||
|
||||
/*if (treeItem instanceof Tag) {
|
||||
Tag tag = (Tag) treeItem;
|
||||
Set<Integer> needed = new HashSet<>();
|
||||
tag.getNeededCharactersDeep(needed);
|
||||
String neededStr = Helper.joinStrings(needed, ", ");
|
||||
// todo: it would be usefule to show this information on the UI
|
||||
System.out.println("Needed characters: " + neededStr);
|
||||
}*/
|
||||
|
||||
boolean internalViewer = isInternalFlashViewerSelected();
|
||||
|
||||
if (treeItem instanceof HeaderItem) {
|
||||
|
||||
Reference in New Issue
Block a user