在寫RCP程序時,要打開編輯器,但系統提示:
無法打開編輯器,編輯器標識未知
注意查看:
<extension
point="org.eclipse.ui.editors">
<editor
class="gamble.editors.InputEditor"
icon="icons/alt_window_32.gif"
id="gamble.editors.InputEditor"
name="輸入信息"/>
</extension>
編輯器擴展時是否設置Editor的icon屬性,如果沒有設置,會出現上述錯誤。
posted on 2007-10-26 02:14
胡昆栄 閱讀(523)
評論(0) 編輯 收藏 所屬分類:
Java 、
Eclipse 、
RCP