| [news.eclipse.platform.swt] Re: When do ViewParts get disposed? |
Thank anyway, Michael
For normal views, there is only every one ViewPart in existence. It's actually the same ViewPart open in one or more perspectives. When you hide the view so it's no longer visible in any perspective, then the ViewFactory tells the workbench page to dispose it.
As part of that call, the IWorkbenchPart#dispose() method is called.
Are there any errors in your error log? <workspace>/.metadata/.log? This part lifecycle hasn't changed in a long time.
Later,
PW