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

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?