author | Eugene Ostroukhov <eugeneo@symbian.org> |
Mon, 23 Aug 2010 17:45:32 -0700 | |
changeset 475 | 77edd0cbdfe0 |
parent 471 | 06589bf52fa7 |
child 479 | 518afa7c6d2f |
permissions | -rw-r--r-- |
37
641b65b14318
Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff
changeset
|
1 |
<?xml version="1.0" encoding="UTF-8"?> |
641b65b14318
Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff
changeset
|
2 |
<?eclipse version="3.2"?> |
641b65b14318
Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff
changeset
|
3 |
<plugin> |
274
d236e890687c
Bug 2123 - Enable use of Web Inspector
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
183
diff
changeset
|
4 |
<extension-point id="commands" name="Previewer Command" schema="schema/commands.exsd"/> |
468
a05c6e5cc7d9
Previewer now is TMWed (can support projects with different natures). Note: this commit does not compile. This previewer still only supports WRT libraries
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
461
diff
changeset
|
5 |
<extension-point id="layoutProviders" name="Application Layout Providers" schema="schema/layoutProviders.exsd"/> |
39
eb7d9e33e288
Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
37
diff
changeset
|
6 |
<extension |
37
641b65b14318
Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff
changeset
|
7 |
point="org.eclipse.ui.views"> |
641b65b14318
Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff
changeset
|
8 |
<view |
39
eb7d9e33e288
Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
37
diff
changeset
|
9 |
allowMultiple="false" |
461
7a8f9fa8d278
Project model introduction and JSDT classpath support
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
454
diff
changeset
|
10 |
category="org.symbian.tools.tmw" |
471
06589bf52fa7
Refactoring and restructuring the repository
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
470
diff
changeset
|
11 |
class="org.symbian.tools.tmw.previewer.preview.PreviewView" |
136
058151c7f9e6
Fixed bug 1865 New warning in FlickrParser.js. Fixed 1871 About Web Runtime Toolkit IDE Details. Added new WRT icons. More refinements to come.
tasneems@symbian.org
parents:
84
diff
changeset
|
12 |
icon="icons/obj16/preview_view.gif" |
475
77edd0cbdfe0
Removed old new project wizard
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
471
diff
changeset
|
13 |
id="org.symbian.tools.tmw.preview" |
401
72386743b723
Improve TMW messages - bug 3121
Paul Beusterien <paulb@symbian.org>
parents:
397
diff
changeset
|
14 |
name="Preview" |
37
641b65b14318
Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff
changeset
|
15 |
restorable="true"> |
641b65b14318
Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff
changeset
|
16 |
</view> |
641b65b14318
Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff
changeset
|
17 |
</extension> |
39
eb7d9e33e288
Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
37
diff
changeset
|
18 |
<extension |
eb7d9e33e288
Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
37
diff
changeset
|
19 |
point="org.eclipse.ui.preferencePages"> |
eb7d9e33e288
Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
37
diff
changeset
|
20 |
<page |
471
06589bf52fa7
Refactoring and restructuring the repository
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
470
diff
changeset
|
21 |
class="org.symbian.tools.tmw.previewer.preferences.WrtEditingPreferencePage" |
39
eb7d9e33e288
Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
37
diff
changeset
|
22 |
id="org.symbian.tools.wrttools.editing.preferences.WrtEditingPreferencePage" |
401
72386743b723
Improve TMW messages - bug 3121
Paul Beusterien <paulb@symbian.org>
parents:
397
diff
changeset
|
23 |
name="Tools for Mobile Web"> |
183
c39bca475a90
Fixed Bug 1964 - Deployment preference page is in the wrong category
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
140
diff
changeset
|
24 |
<keywordReference |
c39bca475a90
Fixed Bug 1964 - Deployment preference page is in the wrong category
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
140
diff
changeset
|
25 |
id="org.symbian.tools.wrttools.wrtwords"> |
c39bca475a90
Fixed Bug 1964 - Deployment preference page is in the wrong category
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
140
diff
changeset
|
26 |
</keywordReference> |
39
eb7d9e33e288
Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
37
diff
changeset
|
27 |
</page> |
eb7d9e33e288
Integration with previewer code
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
37
diff
changeset
|
28 |
</extension> |
37
641b65b14318
Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff
changeset
|
29 |
</plugin> |