[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform] Re: cannot be cast to org.eclipse.ui.ide.FileStoreEditorInput
|
> 3.2. What are you adding to MyEditorInput that can't be satisfied by the
> framework's original IEditorInput implementations?
I need simple thing- read and write file. IEditorInput doesn't allow to do
it. So, I implemented my own EditorInput
which keeps path to the file. It was fine in 3.1 (not 3.2, I was mistaken).
But now I have a problem.
What is the right way to work with files wich are not in workplace?
Thank you,
Andrey