[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform] Re: Dispatching application-level events to Eclipse parts
|
We are building more and more complicated interactions between our editors
and views in our seismic processing application. We are planning on using
the selection service to handle notification events.
One issue comes to mind. How would an IWorkbenchPart which is created late
in the game update itself? It wasn't around to hear the selection service
notifications.
An example of this is to select a file in the project explorer and then show
the properties view. The properties view is empty until the user makes
another selection in the project explorer.