Révision 268

tmp/org.txm.rcp/rcpapplication.product (revision 268)
124 124

  
125 125
   <plugins>
126 126
      <plugin id="com.ibm.icu"/>
127
      <plugin id="groovy-all"/>
127
      <plugin id="org.txm.libs.groovy-all"/>
128 128
      <plugin id="javax.annotation"/>
129 129
      <plugin id="javax.inject"/>
130 130
      <plugin id="javax.persistence"/>
131 131
      <plugin id="javax.xml"/>
132
      <plugin id="jfreechart"/>
132
      <plugin id="org.txm.libs.jfreechart"/>
133 133
      <plugin id="org.apache.batik.css"/>
134 134
      <plugin id="org.apache.batik.util"/>
135 135
      <plugin id="org.apache.batik.util.gui"/>
tmp/org.txm.rcp/plugin.xml (revision 268)
284 284
            name="%editor.name.8">
285 285
      </editor>
286 286
      <editor
287
            class="org.txm.rcpapplication.editors.dictionnary.DictionnaryEditor"
288
            default="false"
289
            icon="icons/functions/IndexP.png"
290
            id="org.txm.rcpapplication.editors.dictionnary.DictionnaryEditor"
291
            name="%editor.name.12">
292
      </editor>
293
      <editor
294 287
            class="org.txm.rcpapplication.editors.referencer.ReferencerEditor"
295 288
            default="false"
296 289
            icon="icons/functions/Referencer.png"
......
336 329
            id="TestEMEditor"
337 330
            name="%editor.name.23">
338 331
      </editor>
332
      <editor
333
            class="org.txm.rcpapplication.editors.TableEditor"
334
            default="false"
335
            icon="icons/index.png"
336
            id="org.txm.rcpapplication.editors.TableEditor"
337
            name="%editor.name.0">
338
      </editor>
339 339
   </extension>
340 340
   <extension
341 341
         point="org.eclipse.core.runtime.preferences">
......
1185 1185
               id="menu.tools"
1186 1186
               label="%menu.label.6">
1187 1187
            <command
1188
                  commandId="ComputeLexicon"
1189
                  icon="icons/functions/IndexP.png"
1190
                  label="%command.label.79"
1191
                  style="push"
1192
                  tooltip="%command.tooltip.61">
1193
               <visibleWhen
1194
                     checkEnabled="false">
1195
                  <reference
1196
                        definitionId="OneCorpusSelected">
1197
                  </reference>
1198
               </visibleWhen>
1199
            </command>
1200
            <command
1201 1188
                  commandId="org.txm.rcpapplication.commands.function.ComputeConcordance"
1202 1189
                  icon="icons/functions/Concordances.png"
1203 1190
                  label="%command.label.11"
......
1727 1714
         <toolbar
1728 1715
               id="org.txm.rcpapplication.toolbartools">
1729 1716
            <command
1730
                  commandId="ComputeLexicon"
1731
                  icon="icons/functions/IndexP.png"
1732
                  label="%command.label.79"
1733
                  style="push"
1734
                  tooltip="%command.tooltip.61">
1735
               <visibleWhen
1736
                     checkEnabled="false">
1737
                  <reference
1738
                        definitionId="OneCorpusSelected">
1739
                  </reference>
1740
               </visibleWhen>
1741
            </command>
1742
            <command
1743 1717
                  commandId="org.txm.rcpapplication.commands.function.ComputeConcordance"
1744 1718
                  icon="icons/functions/Concordances.png"
1745 1719
                  label="%command.label.11"
......
2464 2438
               visible="true">
2465 2439
         </separator>
2466 2440
         <command
2467
               commandId="ComputeLexicon"
2468
               icon="icons/functions/IndexP.png"
2469
               label="%command.label.84"
2470
               style="push"
2471
               tooltip="%command.tooltip.61">
2472
            <visibleWhen
2473
                  checkEnabled="false">
2474
               <reference
2475
                     definitionId="OneCorpusSelected">
2476
               </reference>
2477
            </visibleWhen>
2478
         </command>
2479
         <command
2480 2441
               commandId="org.txm.rcpapplication.commands.function.ComputeConcordance"
2481 2442
               icon="icons/functions/Concordances.png"
2482 2443
               label="%command.label.11"
......
3281 3242
            name="%command.name.5">
3282 3243
      </command>
3283 3244
      <command
3284
            categoryId="org.txm.rcpapplication.category.txm"
3285
            defaultHandler="org.txm.rcpapplication.commands.function.ComputeLexicon"
3286
            id="ComputeLexicon"
3287
            name="%command.name.7">
3288
      </command>
3289
      <command
3290 3245
            defaultHandler="org.txm.rcpapplication.commands.function.ComputeDiagnostic"
3291 3246
            id="org.txm.rcpapplication.commands.base.Diagnostique"
3292 3247
            name="%command.name.23">
......
3581 3536
         </with>
3582 3537
      </definition>
3583 3538
            <definition
3584
            id="OneLexiconSelected">
3585
         <with
3586
               variable="selection">
3587
            <iterate
3588
                  ifEmpty="false"
3589
                  operator="and">
3590
               <instanceof
3591
                     value="org.txm.searchengine.cqp.corpus.Lexicon">
3592
               </instanceof>
3593
            </iterate>
3594
         </with>
3595
      </definition>
3596
            <definition
3597
            id="OneSpecificitiesResultSelected">
3598
         <with
3599
               variable="selection">
3600
            <iterate
3601
                  ifEmpty="false"
3602
                  operator="and">
3603
               <instanceof
3604
                     value="org.txm.functions.specificities.SpecificitesResult">
3605
               </instanceof>
3606
            </iterate>
3607
         </with>
3608
      </definition>
3609
            <definition
3610 3539
                  id="OneProjectSelected">
3611 3540
               <with
3612 3541
                     variable="selection">
......
3659 3588
               </with>
3660 3589
            </definition>
3661 3590
            <definition
3662
                  id="OneCASelected">
3663
               <with
3664
                     variable="selection">
3665
                  <iterate
3666
                        ifEmpty="false"
3667
                        operator="and">
3668
                     <instanceof
3669
                           value="org.txm.ca.core.functions.CA">
3670
                     </instanceof>
3671
                  </iterate>
3672
               </with>
3673
            </definition>
3674
            <definition
3675
                  id="OneProgressionSelected">
3676
               <with
3677
                     variable="selection">
3678
                  <iterate
3679
                        ifEmpty="false"
3680
                        operator="and">
3681
                     <instanceof
3682
                           value="org.txm.progression.core.functions.Progression">
3683
                     </instanceof>
3684
                  </iterate>
3685
               </with>
3686
            </definition>
3687
            <definition
3688 3591
                  id="OneResultSelected">
3689 3592
               <visibleWhen
3690 3593
                     checkEnabled="false">
......
3711 3614
               </visibleWhen>
3712 3615
            </definition>
3713 3616
            <definition
3714
                  id="OneIndexSelected">
3715
               <with
3716
                     variable="selection">
3717
                  <iterate
3718
                        ifEmpty="false"
3719
                        operator="and">
3720
                     <instanceof
3721
                           value="org.txm.index.core.functions.Index">
3722
                     </instanceof>
3723
                  </iterate>
3724
               </with>
3725
            </definition>
3726
            <definition
3727 3617
                  id="SVGEditorActive">
3728 3618
               <with
3729 3619
                     variable="activeEditorId">
......
3746 3636
               </with>
3747 3637
            </definition>
3748 3638
            <definition
3749
                  id="OneLexicalTableSelected">
3750
               <with
3751
                     variable="selection">
3752
                  <iterate
3753
                        ifEmpty="false"
3754
                        operator="and">
3755
                     <instanceof
3756
                           value="org.txm.stat.data.LexicalTable">
3757
                     </instanceof>
3758
                  </iterate>
3759
               </with>
3760
            </definition>
3761
            <definition
3762
                  id="OneCooccurrenceSelected">
3763
               <with
3764
                     variable="selection">
3765
                  <iterate
3766
                        ifEmpty="false"
3767
                        operator="and">
3768
                     <instanceof
3769
                           value="org.txm.functions.cooccurrences.Cooccurrence">
3770
                     </instanceof>
3771
                  </iterate>
3772
               </with>
3773
            </definition>
3774
            <definition
3775 3639
                  id="OneReferencerSelected">
3776 3640
               <with
3777 3641
                     variable="selection">
......
3798 3662
               </with>
3799 3663
            </definition>
3800 3664
            <definition
3801
                  id="SpecificitiesEditorActive">
3802
               <with
3803
                     variable="activePartId">
3804
                  <equals
3805
                        value="org.txm.rcpapplication.editors.specificities.SpecificitiesTableEditor">
3806
                  </equals>
3807
               </with>
3808
            </definition>
3809
            <definition
3810 3665
                  id="RPerspectiveSelected">
3811 3666
               <with
3812 3667
                     variable="activeWorkbenchWindow.activePerspective">
......
3816 3671
               </with>
3817 3672
            </definition>
3818 3673
            <definition
3819
                  id="OneCAHSelected">
3820
               <with
3821
                     variable="selection">
3822
                  <iterate
3823
                        ifEmpty="false"
3824
                        operator="and">
3825
                     <instanceof
3826
                           value="org.txm.cah.core.functions.CAH">
3827
                     </instanceof>
3828
                  </iterate>
3829
               </with>
3830
            </definition>
3831
            <definition
3832 3674
                  id="StatEngineReady">
3833 3675
               <test
3834 3676
                     forcePluginActivation="true"
......
3837 3679
               </test>
3838 3680
            </definition>
3839 3681
            <definition
3840
                  id="OneIndexSelected">
3841
               <with
3842
                     variable="selection">
3843
                  <iterate
3844
                        ifEmpty="false"
3845
                        operator="and">
3846
                     <instanceof
3847
                           value="org.txm.functions.index.Index">
3848
                     </instanceof>
3849
                  </iterate>
3850
               </with>
3851
            </definition>
3852
            <definition
3853 3682
                  id="LabPerspectiveSelected">
3854 3683
               <with
3855 3684
                     variable="activeWorkbenchWindow.activePerspective">
......
3866 3695
               </systemTest>
3867 3696
            </definition>
3868 3697
            <definition
3869
                  id="OneICAComputableSelected">
3870
               <with
3871
                     variable="selection">
3872
                  <iterate
3873
                        ifEmpty="false"
3874
                        operator="and">
3875
                     <instanceof
3876
                           value="org.txm.functions.ca.ICAComputable">
3877
                     </instanceof>
3878
                  </iterate>
3879
               </with>
3880
            </definition>
3881
            <definition
3882 3698
                  id="OneLexicalTableAbleSelected">
3883 3699
               <with
3884 3700
                     variable="selection">

Formats disponibles : Unified diff