<
From version < 8.1 >
edited by cds
on 2012/10/19 15:57
To version < 12.1 >
edited by cds
on 2012/10/23 17:05
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -The Plugin Architecture of Eclipse
1 +The Plug-in Architecture of Eclipse
Content
... ... @@ -1,3 +1,7 @@
1 +{{warning title="Warning"}}
2 +This tutorial isn't complete yet!
3 +{{/warning}}
4 +
1 1  This tutorial will teach you the basics of writing plugins that run inside the Eclipse framework. You will learn about editors, views, and extension points by creating one of each yourself.
2 2  
3 3  
... ... @@ -97,8 +97,16 @@
97 97  1. In the new Eclipse instance, click //New -> Project...// -> //General// -> //Project//. Enter {{code language="none"}}test{{/code}} as the project name.
98 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 99  
104 += Creating a Simple View =
105 +
106 +WRITE THIS SECTION
107 +
100 100  
101 101  
110 += Creating an Extension Point =
111 +
112 +WRITE THIS SECTION
113 +
102 102  
103 103  
104 104  
Confluence.Code.ConfluencePageClass[0]
Id
... ... @@ -1,1 +1,1 @@
1 -2982252
1 +2982282
URL
... ... @@ -1,1 +1,1 @@
1 -https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/WS12EclPract/pages/2982252/The Plugin Architecture of Eclipse
1 +https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/WS12EclPract/pages/2982282/The Plug-in Architecture of Eclipse