| ... |
... |
@@ -1,11 +1,11 @@ |
| 1 |
|
-{{warning title="Warning"}} |
| 2 |
|
-This tutorial isn't complete yet! |
| 3 |
|
-{{/warning}} |
|
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. Once you're done with this tutorial, you will have an application that will look something like this: |
| 4 |
4 |
|
| 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. |
|
3 |
+[[image:attach:result.png]] |
| 6 |
6 |
|
|
5 |
+You may want to download [[the slides>>attach:presentation.pdf]] of the presentation explaining the basic concepts you will explore in this tutorial. |
| 7 |
7 |
|
| 8 |
8 |
|
|
8 |
+ |
| 9 |
9 |
{{toc/}} |
| 10 |
10 |
|
| 11 |
11 |
= Preliminaries = |