<
From version < 7.1 >
edited by cds
on 2012/10/19 15:51
To version < 9.1 >
edited by cds
on 2012/10/19 15:57
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -85,10 +85,28 @@
85 85  
86 86  == Test the Editor ==
87 87  
88 -
88 +It's time to test your new simple editor in a new Eclipse instance.
89 89  
90 +1. Switch back to the //Overview// tab of the //Plug-in Manifest Editor//.
91 +1. Click //Launch an Eclipse Application.//\\
92 +1*. For future tests, you can now select //Eclipse Application// in the run menu.
93 +1*. To enable debug mode for your test instances: open the //Run Configurations// dialog, select the //Arguments// tab of the //Eclipse Application// configuration, and add -debug -consoleLog as program arguments. This dumps all errors and exceptions to the console view, so you can directly see what went wrong.
94 +1*. To improve performance, select only the plugins that are necessary: in the //Plug-ins// tab select //Launch with plug-ins selected below only//, deselect //Target Platform//, select //Workspace//, and then //Add Required Plug-ins//.\\
95 +1**. Make sure that org.eclipse.ui.ide.application is also selected, else you won't be able to launch Eclipse.
96 +1**. The requirements list needs to be updated when the dependencies of your plugins have changed; click //Add Required Plug-ins// again for updating.
97 +1. In the new Eclipse instance, click //New -> Project...// -> //General// -> //Project//. Enter {{code language="none"}}test{{/code}} as the project name.
98 +1. Right-click the new project and click //New// -> //File...// As the file name, enter {{code language="none"}}test.simple{{/code}}. This will create a new file with that name and open the file in your newly added text editor. (You can see that it is your editor by looking at the editor icon, which should look like the icon you downloaded and put into the icons folder.)
99 +
100 += Creating a Simple View =
101 +
102 +WRITE THIS SECTION
103 +
90 90  
91 91  
106 += Creating an Extension Point =
107 +
108 +WRITE THIS SECTION
109 +
92 92  
93 93  
94 94  
Confluence.Code.ConfluencePageClass[0]
Id
... ... @@ -1,1 +1,1 @@
1 -2982251
1 +2982269
URL
... ... @@ -1,1 +1,1 @@
1 -https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/WS12EclPract/pages/2982251/The Plugin Architecture of Eclipse
1 +https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/WS12EclPract/pages/2982269/The Plugin Architecture of Eclipse