mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 06:40:47 +00:00
Added ActionScript Debugger - Call stack frames switching - view variables around call stack
Added ActionScript Debugger - Highlight lines of callstack Changed Basic tag info panel always visible even when nothing to display (to avoid flickering)
This commit is contained in:
@@ -1116,8 +1116,8 @@ public class ABCPanel extends JPanel implements ItemListener, SearchListener<Scr
|
||||
final JToggleButton sortButton = new JToggleButton(View.getIcon("sort16"));
|
||||
sortButton.setMargin(new Insets(3, 3, 3, 3));
|
||||
navIconsPanel.add(sortButton);
|
||||
JLabel navigatorLabel = new JLabel(AppStrings.translate("traits"), JLabel.CENTER);
|
||||
navigatorPanel.add(navigatorLabel, BorderLayout.NORTH);
|
||||
//JLabel navigatorLabel = new JLabel(AppStrings.translate("traits"), JLabel.CENTER);
|
||||
//navigatorPanel.add(navigatorLabel, BorderLayout.NORTH);
|
||||
navigatorPanel.add(navIconsPanel, BorderLayout.SOUTH);
|
||||
navigatorPanel.add(new FasterScrollPane(navigator), BorderLayout.CENTER);
|
||||
sortButton.addActionListener(new ActionListener() {
|
||||
|
||||
Reference in New Issue
Block a user