Last modified by cds on 2025/01/30 12:03

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

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -The Plug-in Architecture of Eclipse
1 +The Plugin Architecture of Eclipse
Content
... ... @@ -1,7 +5,3 @@
1 -{{warning title="Warning"}}
2 -This tutorial isn't complete yet!
3 -{{/warning}}
4 -
5 5  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.
6 6  
7 7  
... ... @@ -101,16 +101,8 @@
101 101  1. In the new Eclipse instance, click //New -> Project...// -> //General// -> //Project//. Enter {{code language="none"}}test{{/code}} as the project name.
102 102  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.)
103 103  
104 -= Creating a Simple View =
105 -
106 -WRITE THIS SECTION
107 -
108 108  
109 109  
110 -= Creating an Extension Point =
111 -
112 -WRITE THIS SECTION
113 -
114 114  
115 115  
116 116  
Confluence.Code.ConfluencePageClass[0]
Id
... ... @@ -1,1 +1,1 @@
1 -2982282
1 +2982252
URL
... ... @@ -1,1 +1,1 @@
1 -https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/WS12EclPract/pages/2982282/The Plug-in Architecture of Eclipse
1 +https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/WS12EclPract/pages/2982252/The Plugin Architecture of Eclipse