eclipse-instasearch
eclipse-instasearch copied to clipboard
Feature Request: Add "Search history" and "Case sensitive search"
Hi!
First of all thanks for all your efforts!
Feature Request:
- Add "Search history" option.
- Add button for "Clear search history".
- Add "Case sensitive search" option.
Eduard
Some code pointers:
- the /ui package has all the UI elements
- SearchViewControl.java contains the searchText
It actually already does some autocompletion for projects/workingset/etc. so this issue could be solved by extending that autocompletion (SearchContentProposalAdapter in SearchViewControl). But perhaps there is a better approach.