I created wizard to create project and from that project I can create new file or import one. this file shows in Project Explorer and Package Explorer and I can open the file from there. what I want that this file opens a new View and It opens from there. because this file which what you can suggest me? which way?
Share
The Eclipse framework can only invoke an editor when you open a file from a navigator view. However, you can build a read-only editor that looks and acts like a view and let your users open files with this editor.