Where does Eclipse save the recent patterns in the "File name Patterns" by File Search. I want to delete some of these entries, but couldn't find them in any text/temp file.

Many thanks

有帮助吗?

解决方案

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

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

其他提示

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

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

Note: On Unix, Linux and Mac systems directories starting with . are hidden.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top