本文介绍了Eclipse的Search-Plugin的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我已经编写了Eclipse插件,现在需要使用搜索功能进行扩展。我知道Eclipse有一个搜索功能,但它只搜索工作区,我需要的是在我自己的插件中照看匹配,而不是在树结构中显示结果。有没有Eclipse的搜索插件的例子?我会感谢一些提示的链接:D解决方案
查看扩展名。
i have written am Eclipse-plugin and now need to extend it with a search functionality. I know that Eclipse has a search feature, but it does only search the workspace and what i need is to look after matches within my own plugin and than to show the result in a tree structure. Is there any examples of search-plugins for Eclipse? I would appreciate a link of some hint :D
解决方案
Check out the org.eclipse.search.searchPages extension.
这篇关于Eclipse的Search-Plugin的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!