I want to develop a plug in view which will automatically call the search plug-in in Eclipse and display all the positions where a particular function was called in a package.
Help me! How should i go about it? Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Here is one more good tutorial for plugin developement http://www.vogella.de/articles/EclipsePlugIn/article.html
And related to implementation of any class, its your job to do that. You can ask help for how to go about that, not rather getting ready for you.