Create search fields for the navigator pages "files" and "symbols", which will highlight all occurences of the searched string in the navigator.
This feature may be implemented using wxComboBox as controls. Derive a class SearchCtrl from wxComboBox, which shall abstract the update-on-typing behavior of such search fields. Additionally, specialize the SearchCtrl class further into a TreeSearchCtrl, which will link the SearchCtrl to a wxTreeCtrl. Finally, the new search bars shall be placed right above the trees using sizers.
This functionality was tested manually. The mouse behavior was improved in [r618].
Anonymous
Diff:
Diff:
Diff:
Diff:
Related
Commit: [r579]
Diff:
Related
Commit: [r618]