java - How to do a method search programmatically in Eclipse -
i wrote eclipse plugin ends method name , want display method search results user have gotten built-in java search dialog if typed the method name themselves. way when users click on method in results, method revealed in editor. ideally, want use existing functionality.
i know how use searchengine gui'less , learned bit newsearchui.runqueryinforeground(null, query) , started implementing isearchquery , isearchresult, leading toward having implement isearchresultpage writing own gui. way overboard eclipse well.
i missing something. should trivial. grateful advice.
Comments
Post a Comment