Statistiques
| Révision :

root / tmp / org.txm.backtomedia.rcp / plugin.xml @ 3097

Historique | Voir | Annoter | Télécharger (5,35 ko)

1 456 mdecorde
<?xml version="1.0" encoding="UTF-8"?>
2 456 mdecorde
<?eclipse version="3.4"?>
3 2217 mdecorde
<plugin>
4 456 mdecorde
5 456 mdecorde
   <extension
6 456 mdecorde
         id="application"
7 456 mdecorde
         point="org.eclipse.core.runtime.applications">
8 456 mdecorde
      <application>
9 456 mdecorde
         <run
10 456 mdecorde
               class="vlcplayerrcp.Application">
11 456 mdecorde
         </run>
12 456 mdecorde
      </application>
13 456 mdecorde
   </extension>
14 456 mdecorde
   <extension
15 456 mdecorde
         point="org.eclipse.ui.menus">
16 456 mdecorde
      <menuContribution
17 698 mdecorde
            locationURI="menu:menu.file?after=menu.file.separator.open">
18 456 mdecorde
         <command
19 456 mdecorde
               commandId="org.txm.backtomedia.commands.function.OpenVLCPlayer"
20 456 mdecorde
               style="push">
21 456 mdecorde
         </command>
22 456 mdecorde
      </menuContribution>
23 456 mdecorde
      <menuContribution
24 674 mdecorde
            locationURI="popup:org.txm.concordance.rcp.editors.ConcordanceEditor">
25 456 mdecorde
         <command
26 456 mdecorde
               commandId="org.txm.backtomedia.commands.function.BackToMedia"
27 456 mdecorde
               style="push">
28 456 mdecorde
         </command>
29 456 mdecorde
      </menuContribution>
30 456 mdecorde
      <menuContribution
31 456 mdecorde
            locationURI="menu:menu.help.plugins">
32 456 mdecorde
         <command
33 673 mdecorde
               commandId="org.txm.rcp.commands.OpenBrowser"
34 456 mdecorde
               label="%command.label"
35 456 mdecorde
               style="push">
36 456 mdecorde
            <parameter
37 673 mdecorde
                  name="org.txm.rcp.commands.commandParameter2"
38 456 mdecorde
                  value="https://groupes.renater.fr/wiki/txm-users/public/extensions#media_player">
39 456 mdecorde
            </parameter>
40 456 mdecorde
         </command>
41 456 mdecorde
      </menuContribution>
42 2223 mdecorde
      <menuContribution
43 2223 mdecorde
            locationURI="menu:menu.edit?after=org.txm.rcp.separator1">
44 2223 mdecorde
         <command
45 2223 mdecorde
               commandId="org.txm.backtomedia.commands.function.MediaPreferences"
46 2223 mdecorde
               style="push">
47 2367 mdecorde
            <visibleWhen
48 2367 mdecorde
                  checkEnabled="false">
49 2367 mdecorde
               <reference
50 2367 mdecorde
                     definitionId="OneMainCorpusSelected">
51 2367 mdecorde
               </reference>
52 2367 mdecorde
            </visibleWhen>
53 2223 mdecorde
         </command>
54 2223 mdecorde
      </menuContribution>
55 2378 mdecorde
      <menuContribution
56 2378 mdecorde
            locationURI="popup:org.txm.edition.rcp.editors.SynopticEditionEditor">
57 2378 mdecorde
         <command
58 2378 mdecorde
               commandId="org.txm.backtomedia.commands.function.BackToMedia"
59 2378 mdecorde
               style="push">
60 2378 mdecorde
         </command>
61 2378 mdecorde
      </menuContribution>
62 3096 mdecorde
      <menuContribution
63 3096 mdecorde
            locationURI="popup:org.txm.rcp.views.fileexplorer.Explorer?after=org.txm.rcp.commands.OpenBrowser">
64 3096 mdecorde
         <command
65 3096 mdecorde
               commandId="org.txm.backtomedia.commands.function.OpenVLCPlayer"
66 3096 mdecorde
               style="push">
67 3096 mdecorde
            <visibleWhen
68 3096 mdecorde
                  checkEnabled="false">
69 3096 mdecorde
               <reference
70 3096 mdecorde
                     definitionId="OneFileSelected">
71 3096 mdecorde
               </reference>
72 3096 mdecorde
            </visibleWhen>
73 3096 mdecorde
         </command>
74 3096 mdecorde
      </menuContribution>
75 456 mdecorde
   </extension>
76 456 mdecorde
   <extension
77 456 mdecorde
         point="org.eclipse.ui.commands">
78 456 mdecorde
      <command
79 3097 mdecorde
            defaultHandler="org.txm.backtomedia.commands.function.OpenMediaPlayer"
80 456 mdecorde
            description="%command.description"
81 456 mdecorde
            id="org.txm.backtomedia.commands.function.OpenVLCPlayer"
82 456 mdecorde
            name="%command.name">
83 456 mdecorde
      </command>
84 456 mdecorde
      <command
85 456 mdecorde
            defaultHandler="org.txm.backtomedia.commands.function.BackToMedia"
86 456 mdecorde
            id="org.txm.backtomedia.commands.function.BackToMedia"
87 456 mdecorde
            name="%command.name.0">
88 2260 mdecorde
         <commandParameter
89 2260 mdecorde
               id="corpus"
90 2260 mdecorde
               name="corpus"
91 2260 mdecorde
               optional="true">
92 2260 mdecorde
         </commandParameter>
93 2260 mdecorde
         <commandParameter
94 2260 mdecorde
               id="text"
95 2260 mdecorde
               name="text"
96 2260 mdecorde
               optional="true">
97 2260 mdecorde
         </commandParameter>
98 2260 mdecorde
         <commandParameter
99 2260 mdecorde
               id="word"
100 2260 mdecorde
               name="word"
101 2260 mdecorde
               optional="true">
102 2260 mdecorde
         </commandParameter>
103 2260 mdecorde
         <commandParameter
104 2260 mdecorde
               id="time"
105 2260 mdecorde
               name="time"
106 2260 mdecorde
               optional="true">
107 2260 mdecorde
         </commandParameter>
108 2471 mdecorde
         <commandParameter
109 2471 mdecorde
               id="start_time"
110 2471 mdecorde
               name="start_time"
111 2471 mdecorde
               optional="true">
112 2471 mdecorde
         </commandParameter>
113 2471 mdecorde
         <commandParameter
114 2471 mdecorde
               id="end_time"
115 2471 mdecorde
               name="end_time"
116 2471 mdecorde
               optional="true">
117 2471 mdecorde
         </commandParameter>
118 456 mdecorde
      </command>
119 2223 mdecorde
      <command
120 2223 mdecorde
            defaultHandler="org.txm.backtomedia.commands.function.MediaPreferences"
121 2223 mdecorde
            id="org.txm.backtomedia.commands.function.MediaPreferences"
122 2224 mdecorde
            name="%command.name.1">
123 2223 mdecorde
      </command>
124 456 mdecorde
   </extension>
125 456 mdecorde
   <extension
126 456 mdecorde
         point="org.eclipse.ui.editors">
127 456 mdecorde
      <editor
128 3097 mdecorde
            class="org.txm.backtomedia.editors.vlcplayer.MediaPlayerEditor"
129 456 mdecorde
            default="false"
130 456 mdecorde
            id="org.txm.backtomedia.editors.vlcplayer.VLCPlayerEditor"
131 456 mdecorde
            name="%editor.name">
132 456 mdecorde
      </editor>
133 456 mdecorde
   </extension>
134 456 mdecorde
   <extension
135 456 mdecorde
         point="org.eclipse.ui.bindings">
136 456 mdecorde
      <key
137 456 mdecorde
            commandId="org.txm.backtomedia.commands.function.BackToMedia"
138 456 mdecorde
            contextId="org.eclipse.ui.contexts.window"
139 456 mdecorde
            schemeId="org.txm.rcp.scheme"
140 456 mdecorde
            sequence="M1+M2+M">
141 456 mdecorde
      </key>
142 456 mdecorde
   </extension>
143 456 mdecorde
   <extension
144 456 mdecorde
         point="org.eclipse.ui.preferencePages">
145 456 mdecorde
      <page
146 589 mdecorde
            category="org.txm.rcp.preferences.UserPreferencePage"
147 456 mdecorde
            class="org.txm.backtomedia.preferences.BackToMediaPreferencePage"
148 456 mdecorde
            id="org.txm.backtomedia.preferences.BackToMediaPreferencePage"
149 456 mdecorde
            name="%page.name">
150 456 mdecorde
      </page>
151 456 mdecorde
   </extension>
152 456 mdecorde
   <extension
153 456 mdecorde
         point="org.eclipse.core.runtime.preferences">
154 456 mdecorde
      <initializer
155 1199 mdecorde
            class="org.txm.backtomedia.preferences.BackToMediaPreferences">
156 456 mdecorde
      </initializer>
157 456 mdecorde
   </extension>
158 2802 mdecorde
159 456 mdecorde
</plugin>