mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
speed search comparator for structure tree
This commit is contained in:
@@ -143,6 +143,8 @@ public class FileStructurePopup implements Disposable {
|
||||
return myPopup.getContent().getVisibleRect();
|
||||
}
|
||||
};
|
||||
mySpeedSearch.setComparator(new SpeedSearchBase.SpeedSearchComparator(false));
|
||||
|
||||
myAbstractTreeBuilder = new FilteringTreeBuilder(project, myTree, new FileStructurePopupFilter(), myTreeStructure, null) {
|
||||
@Override
|
||||
protected boolean validateNode(Object child) {
|
||||
|
||||
Reference in New Issue
Block a user