Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-ui-dev] Change to workbench lifecycle?


If this has changed, it was not intentional.  This may also be the cause of the problem some people have been having with the debug actions not being enabled properly.
We will investigate.  If you haven't already opened a PR for this, could you please?

Nick




Jared Burns <jared-eclipse@xxxxxxxxx>
Sent by: platform-ui-dev-admin@xxxxxxxxxxx

02/07/03 11:43 AM
Please respond to platform-ui-dev

       
        To:        platform-ui-dev@xxxxxxxxxxx
        cc:        
        Subject:        [platform-ui-dev] Change to workbench lifecycle?



I have a view (the good 'old EditorList) that references the active workbench
page via PlatformUI.getWorkbench().getActiveWorkbenchWindow().getActivePage()
inside the createPartControl(Composite) method. In recent builds, this call
has started to always return null if the view is being created at startup.

Has the workbench lifecycle changed in some way such that there is no longer
an active page during startup? Or is this just a bug?

Thanks,
- Jared
_______________________________________________
platform-ui-dev mailing list
platform-ui-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-ui-dev



Back to the top