]> git.argeo.org Git - gpl/argeo-slc.git/blob - ide/plugins/org.argeo.slc.studio.ui/plugin.xml
Merge remote-tracking branch 'origin/unstable' into testing
[gpl/argeo-slc.git] / ide / plugins / org.argeo.slc.studio.ui / plugin.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <?eclipse version="3.4"?>
3 <plugin>
4
5 <extension
6 id="product"
7 point="org.eclipse.core.runtime.products">
8 <product
9 application="org.eclipse.ui.ide.workbench"
10 name="Argeo Studio">
11 <property
12 name="windowImages"
13 value="icons/argeo-icon-16.png,icons/argeo-icon-32.png,icons/argeo-icon-48.png,icons/argeo-icon-64.png,icons/argeo-icon-128.png,icons/argeo-icon-256.png">
14 </property>
15 <property
16 name="aboutText"
17 value="Argeo Studio - IDE and management tool focused on Argeo-based application development and deployment">
18 </property>
19 <property
20 name="aboutImage"
21 value="img/argeo-ITSE.png">
22 </property>
23 <property
24 name="appName"
25 value="Argeo Studio">
26 </property>
27 <property
28 name="applicationXMI"
29 value="org.eclipse.platform/LegacyIDE.e4xmi">
30 </property>
31 <property
32 name="cssTheme"
33 value="org.eclipse.e4.ui.css.theme.e4_default">
34 </property>
35 <property
36 name="applicationCSSResources"
37 value="platform:/plugin/org.eclipse.ui.themes/images/">
38 </property>
39 <property
40 name="startupProgressRect"
41 value="0,295,600,5">
42 </property>
43 <property
44 name="startupForegroundColor"
45 value="00294b">
46 </property>
47 <property
48 name="startupMessageRect"
49 value="5,270,600,20">
50 </property>
51 <property
52 name="preferenceCustomization"
53 value="plugin_customization.ini">
54 </property>
55 </product>
56 </extension>
57 <extension
58 point="org.eclipse.ui.perspectives">
59 <perspective
60 class="org.argeo.slc.studio.ui.ArgeoStudioPerspective"
61 fixed="false"
62 icon="icons/argeo-icon-16.png"
63 id="org.argeo.slc.studio.ui.perspective"
64 name="Argeo Studio">
65 </perspective>
66 </extension>
67 <extension
68 point="org.eclipse.ui.perspectiveExtensions">
69 <perspectiveExtension
70 targetID="org.argeo.slc.studio.ui.perspective">
71 <actionSet
72 id="org.eclipse.debug.ui.breakpointActionSet">
73 </actionSet>
74 <actionSet
75 id="org.eclipse.debug.ui.launchActionSet">
76 </actionSet>
77 <showInPart
78 id="org.eclipse.jdt.ui.PackageExplorer">
79 </showInPart>
80 <showInPart
81 id="org.eclipse.ui.navigator.ProjectExplorer">
82 </showInPart>
83 <showInPart
84 id="org.eclipse.team.ui.GenericHistoryView">
85 </showInPart>
86 <perspectiveShortcut
87 id="org.eclipse.ui.resourcePerspective">
88 </perspectiveShortcut>
89 <perspectiveShortcut
90 id="org.eclipse.jdt.ui.JavaPerspective">
91 </perspectiveShortcut>
92 <perspectiveShortcut
93 id="org.eclipse.debug.ui.DebugPerspective">
94 </perspectiveShortcut>
95 <viewShortcut
96 id="org.eclipse.ui.console.ConsoleView">
97 </viewShortcut>
98 <viewShortcut
99 id="org.eclipse.pde.ui.PluginsView">
100 </viewShortcut>
101 <viewShortcut
102 id="org.eclipse.ui.views.ProblemView">
103 </viewShortcut>
104 <viewShortcut
105 id="org.eclipse.ui.views.TaskList">
106 </viewShortcut>
107 <viewShortcut
108 id="org.eclipse.ui.views.ContentOutline">
109 </viewShortcut>
110 <newWizardShortcut
111 id="org.eclipse.pde.ui.NewProductConfigurationWizard">
112 </newWizardShortcut>
113 <newWizardShortcut
114 id="org.eclipse.pde.ui.NewProfileWizard">
115 </newWizardShortcut>
116 <newWizardShortcut
117 id="org.eclipse.jdt.ui.wizards.NewPackageCreationWizard">
118 </newWizardShortcut>
119 <newWizardShortcut
120 id="org.eclipse.jdt.ui.wizards.NewClassCreationWizard">
121 </newWizardShortcut>
122 <newWizardShortcut
123 id="org.eclipse.jdt.ui.wizards.NewInterfaceCreationWizard">
124 </newWizardShortcut>
125 <newWizardShortcut
126 id="org.eclipse.jdt.ui.wizards.NewSourceFolderCreationWizard">
127 </newWizardShortcut>
128 <newWizardShortcut
129 id="org.eclipse.ui.wizards.new.file">
130 </newWizardShortcut>
131 <newWizardShortcut
132 id="org.eclipse.ui.wizards.new.folder">
133 </newWizardShortcut>
134 <viewShortcut
135 id="org.eclipse.pde.ui.ImageBrowserView">
136 </viewShortcut>
137 <viewShortcut
138 id="org.eclipse.pde.ui.DependenciesView">
139 </viewShortcut>
140 <viewShortcut
141 id="org.eclipse.pde.runtime.RegistryBrowser">
142 </viewShortcut>
143 <viewShortcut
144 id="org.eclipse.jdt.ui.PackageExplorer">
145 </viewShortcut>
146 <viewShortcut
147 id="org.eclipse.pde.runtime.LogView">
148 </viewShortcut>
149 <viewShortcut
150 id="org.eclipse.pde.ui.TargetPlatformState">
151 </viewShortcut>
152 </perspectiveExtension>
153 </extension>
154 </plugin>