Beber Friz - 2008-02-01

Hello,

This plugin is working well but I ve got some problem when I want to use it for an external file.
Indeed I try to open a RSS file which is not in my project and the file is not accessible.

I noticed that one of my problem concerns that it is not possible to open a file not linked to a project (all the sub folder should be linked as well), the resource is in this case not accessible by the Editor, so it is not possible to modify the property of a file (throw me an exception)

FileEditorInput fileInput = new FileEditorInput(<<IFILE>>); 
page.openEditor(fileInput, editorDesc.getId()); 

Does a way to open a file without added it to a workspace ?

Thanks for your help...