| [news.eclipse.platform] Re: cannot be cast to org.eclipse.ui.ide.FileStoreEditorInput |
Actually, nothing. But how to create FSEI? It requires IFileStore in constructor. How to pass local file to FSEI?
http://wiki.eclipse.org/EFS http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/filesystem/package-summary.html
Use EFS.getLocalFileSystem(). I think you can figure it out from there.