Eclipse removes file search name patterns

Where Eclipse saves the latest templates in the "File Name Templates" when searching for files. I want to delete some of these entries, but could not find them in any text / temporary file.

Many thanks

+4
source share
2 answers

Open file <Your eclipse workspace>/.metadata/.plugins/org.eclipse.search/dialog_settings.xml

Check all the child nodes of the tag <section name="EXTENSIONS">and change the values ​​and restart eclipse.

+8
source

The settings of the search dialog box are saved in a file dialog_settings.xmlin the workspace directory .metadata/.plugins/org.eclipse.search.

The text search page uses part of <section name="TextSearchPage">this file.

. Unix, Linux Mac , ..

+1

Source: https://habr.com/ru/post/1532443/


All Articles