hi!
I develop an Eclipse plugin project, I started a few days ago and I have a question. My plugin works, my plugin toolbar has a button, named Extract the project. When I click on this button, the plugin writes the names of the open projects from the Package Explorer. How I can get the names of the projects from the package explorer?
I used ISelection, but unfortunately the ISelection object is empty. There are three open projects in package explorer.
Thanks for the answers!