[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform] Re: Is 'icon' value necessary to use org.eclipse.ui.editors?

Hi,

see 65731: [EditorMgmt] editor extension panel missing * for icon
https://bugs.eclipse.org/bugs/show_bug.cgi?id=65731 for some discussion regarding this issue. Should be fixed in 3.4


Greets
  Benny

Hiroki Kondo wrote:
Hi folks.

I'm a developer of Eclipse Plugin.Today I have a question.

Is 'icon' value necessary to use The Extension Point "org.eclipse.ui.editors"?
The property value is written "IMPLIED" in the Extension Point's Document,and PDE Editor is not marked "*".
But when I didn't input the value, My Editor didn't regist to EditorManager.
Is it a bug?