Implementing Editor in RCP [message #462201] |
Wed, 24 January 2007 14:13 |
Eclipse User |
|
|
|
Originally posted by: surya.invivosoft.com
I have implemented an Editor as an Eclipse plugin and trying to convert the same to an RCP application.My editor class extends the org.eclipse.ui.part.MultiPageEditorPart class.
In my plugin.xml file i access this file using
<extension
point="org.eclipse.ui.editors">
My RCP app has a Perspective class with EditorArea set as visible.
I define the Perspective in the plugin.xml file using
<extension
point="org.eclipse.ui.perspectives">
How do I access my editor class in the RCP application?
Regards,
|
|
|
|
Re: Implementing Editor in RCP [message #462246 is a reply to message #462211] |
Thu, 25 January 2007 04:58 |
Eclipse User |
|
|
|
Originally posted by: surya.invivosoft.com
True. I need to click on a new form creation wizard for the editor to open up.
I use the Java project creation in eclipse to create a new project and create my editor files within this project using the form creation wizard(i.e using File -> New -> Other -> MyWizard). I am dependent on the java project to run my wizard. How can i overcome/include this in RCP?
Alternatively, I am planning to use the Navigator view of eclipse in my RCP application. Is that possible? The requirement here is to have a file management system for my RCP application.
Regards,
|
|
|
|
Powered by
FUDForum. Page generated in 0.03460 seconds