Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipse-dev] find current project on a plugin

Hi!

I'm developing a plugin for Eclipse,
actually I want to find the name of the current project, which are been
created in the workbench execution;
I know how to get information about the workspace : IWorkspaceRoot root
= ResourcesPlugin.getWorkspace().getRoot()
thanks for your answer

Quentin




Back to the top