Quantcast
Channel: How to hook into Workspace-startup process in Eclipse? - Stack Overflow
Viewing all articles
Browse latest Browse all 2

How to hook into Workspace-startup process in Eclipse?

$
0
0

When developing an Eclipse plug-in, is there a way to hook into the workspace (not workbench) startup- or initialization process? I'd like my plug-in to be notified when all the projects belonging to the workspace are known. The project-lifecycle and resource listeners only provide callbacks for modification, creation or deletion of projects. What I need is a kind of an inverse WorkspaceSaveParticipant-mechanism.

Note that this is within the context of IDE-plugins, not RCP-applications, so some of the solutions that might apply to an RCP-application are out of scope for me (I don't know whether plain RCP-apps have projects at all).

Thanks!


Viewing all articles
Browse latest Browse all 2

Latest Images

Trending Articles





Latest Images