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
相关问题
- What is the best way to do a search in a large fil
- Search Multiple Arrays for
- Find index given multiple values of array with Num
- Google Custom Search Engine not giving the expecte
- Google Custom Search Engine not giving the expecte
相关文章
- What is the complexity of bisect algorithm?
- Eclipse plugin to find out unused methods in a cla
- How best to use ViewerFilter on a TreeViewer?
- How to get a CGImageRef from Context-Drawn Images?
- Visual Studio: Is there an incremental search for
- Writing a comment in Eclipse linking a specific li
- Auto-Resize UITableView Headers on Rotate (Mostly
- How do I hide a site from search engines? [closed]
Check out the org.eclipse.search.searchPages extension.