speed search comparator for structure tree

This commit is contained in:
Konstantin Bulenkov
2011-12-30 16:09:19 +01:00
parent f885dd7591
commit 7c732a919f
@@ -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) {