[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] Re: Open editor tooltip not null

Check your implementation of IEditorInput for the editor. The getToolTipText() method of the input must return a non-null entity, but the default implementation if you use an Eclipse wizard to create the class will implement a method that returns null.

Brandon

JimL wrote:
I'm trying to open an editor and I'm getting the following error....
Unable to create this part due to an internal error. Reason for the failure: null argument:A part's title tool tip must be non-null


I have the setTitleToolTip("tooltip"); method call in the init for the editor. Any tips/tricks?
Thanks