Eclipse在哪里保存"文件名模式"中的最新模式。通过文件搜索。我想删除其中一些条目,但无法在任何text / temp文件中找到它们。
非常感谢
答案 0 :(得分:8)
打开文件<Your eclipse workspace>/.metadata/.plugins/org.eclipse.search/dialog_settings.xml
检查<section name="EXTENSIONS">
标记的所有子节点并更改值并重新启动eclipse。
答案 1 :(得分:1)
搜索对话框设置保存在工作区dialog_settings.xml
目录的.metadata/.plugins/org.eclipse.search
文件中。
文本搜索页面使用此文件的<section name="TextSearchPage">
部分。
注意:在Unix,Linux和Mac系统目录中以.
开头是隐藏的。