This patch provides expanding of Class Browser list during search. Old version collapses classes list by default and don't expand it during search, user must do it manually, which is annoying action.
The patch also adds delayed filtering (500 ms. after the end of typing) which improves performance for big projects (we shouldn't update the filter immediately after the text is changed).
Old behavior:
- Open Class Browser - list is collapsed by default
- Type something in search line
- Classes list is still collapsed
New behavior:
- Open Class Browser - list is collapsed by default
- Type something in search line
- Classes list is expanded (after small delay) which allows to see results without additional actions
- Clear search line - classes list is collapsed again.