|
Re: How to run example code from http://www.eclipse.org [message #533123 is a reply to message #532391] |
Wed, 12 May 2010 06:45  |
Eclipse User |
|
|
|
You need to open the plugin.xml and open the tab extensions
There search for the extensions field.In shapes example you can find it here: "plugin.xml" -> tab "extensions", open the tree item "org.eclipse.ui.editors" now theres a label called extensions on the right with the value "shapes" this
Now that you know what extension your plugin has you have to run a second eclipse application by simply click on the green arrow on the plugin.xml "Overview" tab
Another eclipse application should open, there create a new (empty) Project and create a new file with the extension .shapes
for example: shape.shapes
Open this file and you should see the shapes editor
|
|
|
Powered by
FUDForum. Page generated in 0.04191 seconds