0
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
2 |
<?eclipse version="3.0"?>
|
|
3 |
|
|
4 |
<!--
|
|
5 |
<copyright>
|
|
6 |
</copyright>
|
|
7 |
|
|
8 |
$Id$
|
|
9 |
-->
|
|
10 |
|
|
11 |
<plugin>
|
|
12 |
|
|
13 |
|
|
14 |
<extension
|
|
15 |
point = "org.eclipse.ui.newWizards">
|
|
16 |
<category
|
|
17 |
id = "org.eclipse.tdep.Wizard.category.ID"
|
|
18 |
name="%_UI_Wizard_category">
|
|
19 |
</category>
|
|
20 |
<wizard
|
|
21 |
id = "com.symbian.ini.presentation.IniModelWizardID"
|
|
22 |
name = "%_UI_IniModelWizard_label"
|
|
23 |
class = "com.symbian.ini.presentation.IniModelWizard"
|
|
24 |
category = "org.eclipse.tdep.Wizard.category.ID"
|
|
25 |
icon = "icons/full/obj16/IniModelFile.gif">
|
|
26 |
<description>%_UI_IniModelWizard_description</description>
|
|
27 |
<selection class = "org.eclipse.core.resources.IResource" />
|
|
28 |
</wizard>
|
|
29 |
</extension>
|
|
30 |
|
|
31 |
<extension point = "org.eclipse.ui.editors">
|
|
32 |
<editor
|
|
33 |
id = "com.symbian.ini.presentation.IniEditorID"
|
|
34 |
name = "%_UI_IniEditor_label"
|
|
35 |
icon = "icons/full/obj16/IniModelFile.gif"
|
|
36 |
extensions = "ini"
|
|
37 |
class = "com.symbian.ini.presentation.IniEditor"
|
|
38 |
contributorClass="com.symbian.ini.presentation.IniActionBarContributor" >
|
|
39 |
</editor>
|
|
40 |
</extension>
|
|
41 |
|
|
42 |
|
|
43 |
|
|
44 |
<extension
|
|
45 |
point="org.eclipse.ui.perspectiveExtensions">
|
|
46 |
<perspectiveExtension targetID="com.symbian.driver.editor.SymbianTest">
|
|
47 |
<newWizardShortcut id="com.symbian.ini.presentation.IniModelWizardID"/>
|
|
48 |
</perspectiveExtension>
|
|
49 |
</extension>
|
|
50 |
<extension
|
|
51 |
point="org.eclipse.ui.preferencePages">
|
|
52 |
<page
|
|
53 |
category="com.symbian.RootPreferencePage"
|
|
54 |
class="com.symbian.genericEditorUtils.preferences.GenericEditorsPreferencePage"
|
|
55 |
id="com.symbian.ini.editor.EditorsPreferencePage"
|
|
56 |
name="Editors"/>
|
|
57 |
</extension>
|
|
58 |
|
|
59 |
</plugin>
|