equal
deleted
inserted
replaced
17 label="WRT Element Creation"> |
17 label="WRT Element Creation"> |
18 <action |
18 <action |
19 class="org.symbian.tools.wrttools.product.actions.NewCSSFileAction" |
19 class="org.symbian.tools.wrttools.product.actions.NewCSSFileAction" |
20 icon="icons/newcss_wiz.gif" |
20 icon="icons/newcss_wiz.gif" |
21 id="org.symbian.tools.wrttools.product.newCssFileAction" |
21 id="org.symbian.tools.wrttools.product.newCssFileAction" |
22 label="%action.newcss.label" |
22 label="New CSS File..." |
23 style="push" |
23 style="push" |
24 toolbarPath="wrtwizards"> |
24 toolbarPath="wrtwizards"> |
25 </action> |
25 </action> |
26 <action |
26 <action |
27 class="org.symbian.tools.wrttools.product.actions.NewHTMLFileAction" |
27 class="org.symbian.tools.wrttools.product.actions.NewHTMLFileAction" |
39 style="push" |
39 style="push" |
40 toolbarPath="wrtwizards"> |
40 toolbarPath="wrtwizards"> |
41 </action> |
41 </action> |
42 <action |
42 <action |
43 class="org.symbian.tools.wrttools.product.actions.NewWRTProjectAction" |
43 class="org.symbian.tools.wrttools.product.actions.NewWRTProjectAction" |
44 icon="icons/newWRTproject.gif" |
44 icon="icons/newWRT_app_icon_16px.png" |
45 id="org.symbian.tools.wrttools.product.newWRTProjectAction" |
45 id="org.symbian.tools.wrttools.product.newWRTProjectAction" |
46 label="New WRT Application..." |
46 label="New WRT Application..." |
47 style="push" |
47 style="push" |
48 toolbarPath="wrtwizards"> |
48 toolbarPath="wrtwizards"> |
49 </action> |
49 </action> |
54 <category |
54 <category |
55 id="org.eclipse.wst.web.ui" |
55 id="org.eclipse.wst.web.ui" |
56 name="Web"> |
56 name="Web"> |
57 </category> |
57 </category> |
58 <primaryWizard |
58 <primaryWizard |
59 id="org.symbian.tools.wrttools.core.wrtwidgetwizard"> |
59 id="org.symbian.tools.wrttools.core.wrtwidgetwizard" |
|
60 banner="WRT_Wizard_banner.png"> |
60 </primaryWizard> |
61 </primaryWizard> |
61 <primaryWizard |
62 <primaryWizard |
62 id="org.eclipse.wst.html.ui.internal.wizard.NewHTMLWizard"> |
63 id="org.eclipse.wst.html.ui.internal.wizard.NewHTMLWizard"> |
63 </primaryWizard> |
64 </primaryWizard> |
64 <primaryWizard |
65 <primaryWizard |
157 name="aboutText" |
158 name="aboutText" |
158 value="%productBlurb"> |
159 value="%productBlurb"> |
159 </property> |
160 </property> |
160 <property |
161 <property |
161 name="aboutImage" |
162 name="aboutImage" |
162 value="icons/WRT_Wizard_banner.png"> |
163 value="icons/WRT_blurb_image.png"> |
163 </property> |
164 </property> |
164 <property |
165 <property |
165 name="startupForegroundColor" |
166 name="startupForegroundColor" |
166 value="C8D5EA"> |
167 value="C8D5EA"> |
167 </property> |
168 </property> |
212 <showInPart |
213 <showInPart |
213 id="org.symbian.tools.wrttools.wrtnavigator"> |
214 id="org.symbian.tools.wrttools.wrtnavigator"> |
214 </showInPart> |
215 </showInPart> |
215 </perspectiveExtension> |
216 </perspectiveExtension> |
216 </extension> |
217 </extension> |
|
218 <extension |
|
219 point="org.eclipse.ui.intro"> |
|
220 <intro |
|
221 class="org.eclipse.ui.intro.config.CustomizableIntroPart" |
|
222 id="org.symbian.tools.wrttools.product.intro"> |
|
223 </intro> |
|
224 <introProductBinding |
|
225 introId="org.symbian.tools.wrttools.product.intro" |
|
226 productId="org.symbian.tools.wrttools.product.product"> |
|
227 </introProductBinding> |
|
228 </extension> |
|
229 <extension |
|
230 point="org.eclipse.ui.intro.config"> |
|
231 <config |
|
232 content="introContent.xml" |
|
233 id="org.symbian.tools.wrttools.product.introConfigId" |
|
234 introId="org.symbian.tools.wrttools.product.intro"> |
|
235 <presentation |
|
236 home-page-id="root"> |
|
237 <implementation |
|
238 kind="html" |
|
239 os="win32,linux,macosx" |
|
240 style="content/shared.css"> |
|
241 </implementation> |
|
242 </presentation> |
|
243 </config> |
|
244 </extension> |
217 </plugin> |
245 </plugin> |