mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-11 10:09:19 +07:00
IDEA-89049 Add search by thread name in thread dump analyzer
This commit is contained in:
@@ -98,6 +98,8 @@ public class ThreadDumpPanel extends JPanel {
|
||||
splitter.setSecondComponent(consoleView.getComponent());
|
||||
|
||||
add(splitter, BorderLayout.CENTER);
|
||||
|
||||
new ListSpeedSearch(myThreadList).setComparator(new SpeedSearchComparator(false, true));
|
||||
}
|
||||
|
||||
private static Icon getThreadStateIcon(final ThreadState threadState) {
|
||||
|
||||
Reference in New Issue
Block a user