[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools] Re: Problem starting the Workbench with editor open

Jim,

This is a bug which we have recently discovered ourselves.  setFocus 
should not be called before createPartControl, but it currently is doing 
so on restart.
We are working on a fix.
For now, you should check in setFocus as to whether your control has been 
created, and do nothing if not.