eclipse-instasearch icon indicating copy to clipboard operation
eclipse-instasearch copied to clipboard

Feature Request: Add "Search history" and "Case sensitive search"

Open sinedanat opened this issue 13 years ago • 1 comments

Hi!

First of all thanks for all your efforts!

Feature Request:

  1. Add "Search history" option.
  2. Add button for "Clear search history".
  3. Add "Case sensitive search" option.

Eduard

sinedanat avatar Aug 23 '12 10:08 sinedanat

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.

ajermakovics avatar May 06 '14 11:05 ajermakovics