• open document with IFileStore
Replies:
1
Views:
266
Up one level
• open document with IFileStore
Posted by
axidavid
at
2008-03-19 12:25:32
hello
in my rcp app, i'd like to open an OO document i use IfileStore instead of IFile so i use FileStoreEditorInput but when i try to open the doc i've got an error "URI seems to be malformed" and the editor doesn't open do you have a workaround for this or do you plan to support FileStoreEditorInput ?? thanks David |
axidavid
Member
Posts:
1
|
• Re: open document with IFileStore
Posted by
Markus Krueger
at
2008-03-25 11:07:48
Hi,
in the class ag.ion.bion.workbench.office.editor.ui.editors.AbstractOfficeEditorAdvisor the method getURLFromEditorInput(...) should take care of it with reflection API. This was implemented to support eclipse 3.3 and below. Maybe your FileStoreEditorInput does not return a valid url in method getURI(). Regards, Markus |


