| ... |
... |
@@ -78,6 +78,9 @@ |
| 78 |
78 |
|
| 79 |
79 |
1. Copy [[the attached file>>attach:turing-file.gif]] to a new subfolder icons in the plug-in folder (right-click the plug-in folder in the //Package Explorer// and choose //New// -> //Folder...//). You can copy the file by importing it from inside Eclipse (//File// -> //Import...// -> //File System//) or by copying it from outside Eclipse and refreshing the plug-in project afterwards (right-click the plug-in folder in the //Package Explorer// and choose //Refresh).// |
| 80 |
80 |
1. Open the //Plug-in Manifest Editor// again and switch to the //Extensions// tab. |
|
81 |
+1. Click //Add...//, choose the {{code language="none"}}org.eclipse.ui.editors{{/code}} extension point and click //Finish//. |
|
82 |
+1. The extension point is now shown in the list of extensions, along with an //editor// extension. Select that extension and edit its details using the fields on the right. Set the ID to {{code language="none"}}de.cau.cs.rtprakt.login.simple.editor{{/code}}, the name to {{code language="none"}}Simple Text Editor{{/code}}, the icon to {{code language="none"}}icons/turing-file.gif{{/code}}, the extensions to {{code language="none"}}simple{{/code}}, the class to {{code language="none"}}de.cau.cs.rtprakt.login.simple.editors.SimpleEditorPart{{/code}}, and the default to {{code language="none"}}true{{/code}}. |
|
83 |
+1. Save and close the manifest editor. |
| 81 |
81 |
|
| 82 |
82 |
|
| 83 |
83 |
|
| ... |
... |
@@ -88,3 +88,5 @@ |
| 88 |
88 |
|
| 89 |
89 |
|
| 90 |
90 |
|
|
94 |
+ |
|
95 |
+ |