| [news.eclipse.newcomer] Re: Getting a list of all projects in the workspace |
Hi Alexander
It is possible
You have to add org.eclipse.core.resources in the Require-Bundle section in your plugin MANIFEST.MF file and invoke code:
ResourcesPlugin.getWorkspace().getRoot().getProjects()
Please let me know if it helps.
Best, Krzysztof Daniel