I am using Eclipse Ganymede 3.4.2. The search bar in Search and Find / Replace becomes cluttered from previous searches. Is there any way to clean them?
I tried to clear the cache files in $workspace/.metadata/.plugins/org.eclipse.core.resources/.history/, but this does not help.
EDIT:
To clear the file search history, go to .metadata\.plugins\org.eclipse.search\dialog_settings.xmland in the TextSearchPage section, clear the history sections (e.g. <section name="HISTORY0">) and change the HISTORY_SIZE value to 0.
To clear the Java search history, go to .metadata\.plugins\org.eclipse.jdt.ui\dialog_settings.xmland do the same in the JavaSearchPage section.
To clear your remote search history, go to .metadata\.plugins\org.eclipse.rse.ui\dialog_settings.xmland do the same in the RemoteSearchPage section.
Don't know how to clear search / replace history.
source
share