| ... |
... |
@@ -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 |
|