Statistiques
| Révision :

root / tmp / org.txm.statsengine.r.rcp / plugin.xml @ 244

Historique | Voir | Annoter | Télécharger (3,49 ko)

1
<?xml version="1.0" encoding="UTF-8"?>
2
<?eclipse version="3.4"?>
3
<plugin>
4
   <extension
5
         point="org.eclipse.ui.preferencePages">
6
      <page
7
            category="org.txm.rcpapplication.preferences.AdvancePreferencePage"
8
            class="org.txm.statsengine.r.rcp.preferences.RPreferencePage"
9
            id="org.txm.statsengine.r.rcp.preferences.RPreferencePage"
10
            name="%page.name">
11
      </page>
12
   </extension>
13
   <extension
14
         point="org.eclipse.ui.commands">
15
               <command
16
            defaultHandler="org.txm.statsengine.r.rcp.handlers.CheckRPackages"
17
            id="CheckRPackages"
18
            name="%command.name.90">
19
      </command>
20
                  <command
21
            defaultHandler="org.txm.statsengine.r.rcp.handlers.ReconnectToRWorkspace"
22
            id="ReconnectToRWorkspace"
23
            name="%command.name.93">
24
      </command>
25
               <command
26
            defaultHandler="org.txm.statsengine.r.rcp.handlers.ExecuteRScript"
27
            id="ExecuteRScript"
28
            name="%command.name.45">
29
      </command>
30
      <command
31
            defaultHandler="org.txm.statsengine.r.rcp.handlers.ExecuteRText"
32
            id="ExecuteRText"
33
            name="%command.name.46">
34
      </command>
35
         
36
   </extension>
37
   <extension
38
         point="org.eclipse.ui.menus">
39
      <menuContribution
40
            allPopups="false"
41
            locationURI="menu:menu.file">
42
         <command
43
               commandId="CheckRPackages"
44
               style="push">
45
         </command>
46
      </menuContribution>
47
      <menuContribution
48
            allPopups="false"
49
            locationURI="menu:menu.display.views">
50
         <command
51
               commandId="org.eclipse.ui.views.showView"
52
               icon="icons/R.png"
53
               label="%view.name.6"
54
               style="push">
55
            <parameter
56
                  name="org.eclipse.ui.views.showView.viewId"
57
                  value="RConsoleView">
58
            </parameter>
59
         </command>
60
         <command
61
               commandId="org.eclipse.ui.views.showView"
62
               icon="icons/R.png"
63
               label="%view.name.5"
64
               style="push">
65
            <parameter
66
                  name="org.eclipse.ui.views.showView.viewId"
67
                  value="RVariablesView">
68
            </parameter>
69
         </command>
70
      </menuContribution>
71
      <menuContribution
72
            locationURI="popup:#TextEditorContext">
73
         <menu
74
               icon="icons/R.png"
75
               label="%menu.label.11">
76
            <command
77
                  commandId="ExecuteRText"
78
                  style="push">
79
            </command>
80
            <command
81
                  commandId="ExecuteRScript"
82
                  style="push">
83
            </command>
84
         </menu>
85
      </menuContribution>
86
   </extension>
87
   <extension
88
         point="org.eclipse.ui.views">
89
               <view
90
            allowMultiple="false"
91
            category="org.txm.rcpapplication"
92
            class="org.txm.statsengine.r.rcp.views.RConsole"
93
            icon="icons/R.png"
94
            id="RConsoleView"
95
            name="%view.name.6"
96
            restorable="true">
97
      </view>
98
               <view
99
                     category="org.txm.rcpapplication"
100
                     class="org.txm.statsengine.r.rcp.views.RVariablesView"
101
                     icon="icons/R.png"
102
                     id="RVariablesView"
103
                     name="%view.name.5"
104
                     restorable="true">
105
               </view>
106
         
107
   </extension>
108

    
109
</plugin>