root / tmp / org.txm.backtomedia.rcp / plugin.xml @ 1603
Historique | Voir | Annoter | Télécharger (3,05 ko)
| 1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|---|---|
| 2 |
<?eclipse version="3.4"?>
|
| 3 |
<plugin>
|
| 4 |
|
| 5 |
<extension
|
| 6 |
id="application" |
| 7 |
point="org.eclipse.core.runtime.applications"> |
| 8 |
<application>
|
| 9 |
<run
|
| 10 |
class="vlcplayerrcp.Application"> |
| 11 |
</run>
|
| 12 |
</application>
|
| 13 |
</extension>
|
| 14 |
<extension
|
| 15 |
point="org.eclipse.ui.menus"> |
| 16 |
<menuContribution
|
| 17 |
locationURI="menu:menu.file?after=menu.file.separator.open"> |
| 18 |
<command
|
| 19 |
commandId="org.txm.backtomedia.commands.function.OpenVLCPlayer" |
| 20 |
style="push"> |
| 21 |
</command>
|
| 22 |
</menuContribution>
|
| 23 |
<menuContribution
|
| 24 |
locationURI="popup:org.txm.concordance.rcp.editors.ConcordanceEditor"> |
| 25 |
<command
|
| 26 |
commandId="org.txm.backtomedia.commands.function.BackToMedia" |
| 27 |
style="push"> |
| 28 |
</command>
|
| 29 |
</menuContribution>
|
| 30 |
<menuContribution
|
| 31 |
locationURI="menu:menu.help.plugins"> |
| 32 |
<command
|
| 33 |
commandId="org.txm.rcp.commands.OpenBrowser" |
| 34 |
label="%command.label" |
| 35 |
style="push"> |
| 36 |
<parameter
|
| 37 |
name="org.txm.rcp.commands.commandParameter2" |
| 38 |
value="https://groupes.renater.fr/wiki/txm-users/public/extensions#media_player"> |
| 39 |
</parameter>
|
| 40 |
</command>
|
| 41 |
</menuContribution>
|
| 42 |
</extension>
|
| 43 |
<extension
|
| 44 |
point="org.eclipse.ui.commands"> |
| 45 |
<command
|
| 46 |
defaultHandler="org.txm.backtomedia.commands.function.OpenVLCPlayer" |
| 47 |
description="%command.description" |
| 48 |
id="org.txm.backtomedia.commands.function.OpenVLCPlayer" |
| 49 |
name="%command.name"> |
| 50 |
</command>
|
| 51 |
<command
|
| 52 |
defaultHandler="org.txm.backtomedia.commands.function.BackToMedia" |
| 53 |
id="org.txm.backtomedia.commands.function.BackToMedia" |
| 54 |
name="%command.name.0"> |
| 55 |
</command>
|
| 56 |
</extension>
|
| 57 |
<extension
|
| 58 |
point="org.eclipse.ui.editors"> |
| 59 |
<editor
|
| 60 |
class="org.txm.backtomedia.editors.vlcplayer.VLCPlayerEditor" |
| 61 |
default="false" |
| 62 |
id="org.txm.backtomedia.editors.vlcplayer.VLCPlayerEditor" |
| 63 |
name="%editor.name"> |
| 64 |
</editor>
|
| 65 |
</extension>
|
| 66 |
<extension
|
| 67 |
point="org.eclipse.ui.bindings"> |
| 68 |
<key
|
| 69 |
commandId="org.txm.backtomedia.commands.function.BackToMedia" |
| 70 |
contextId="org.eclipse.ui.contexts.window" |
| 71 |
schemeId="org.txm.rcp.scheme" |
| 72 |
sequence="M1+M2+M"> |
| 73 |
</key>
|
| 74 |
</extension>
|
| 75 |
<extension
|
| 76 |
point="org.eclipse.ui.preferencePages"> |
| 77 |
<page
|
| 78 |
category="org.txm.rcp.preferences.UserPreferencePage" |
| 79 |
class="org.txm.backtomedia.preferences.BackToMediaPreferencePage" |
| 80 |
id="org.txm.backtomedia.preferences.BackToMediaPreferencePage" |
| 81 |
name="%page.name"> |
| 82 |
</page>
|
| 83 |
</extension>
|
| 84 |
<extension
|
| 85 |
point="org.eclipse.core.runtime.preferences"> |
| 86 |
<initializer
|
| 87 |
class="org.txm.backtomedia.preferences.BackToMediaPreferences"> |
| 88 |
</initializer>
|
| 89 |
</extension>
|
| 90 |
|
| 91 |
</plugin>
|