Project

General

Profile

« Previous | Next » 

Revision a229f63f

Added by Patrick Plitzner over 6 years ago

ref #6913 Remove e3 context menus and views

View differences:

eu.etaxonomy.taxeditor.store/plugin.xml
294 294
               visible="true">
295 295
         </separator>
296 296
      </menuContribution>
297
      <menuContribution
298
            locationURI="popup:eu.etaxonomy.taxeditor.view.datasource">
299
         <command
300
               commandId="eu.etaxonomy.taxeditor.store.datasource.change"
301
               label="%command.label.6"
302
               style="push">
303
               <visibleWhen>
304
                  <not>
305
                     <reference
306
                           definitionId="hasDataModel">
307
                     </reference>
308
                  </not>
309
            </visibleWhen>
310
         </command>
311
         <command
312
               commandId="eu.etaxonomy.taxeditor.store.datasource.create"
313
               label="%command.label.7"
314
               style="push">
315
         </command>
316
         <command
317
               commandId="eu.etaxonomy.taxeditor.store.datasource.edit"
318
               label="%command.label.8"
319
               style="push">
320
                <visibleWhen>
321
              <with
322
           		 variable="selection">
323
           		 <not>
324
         			<test
325
               			property="eu.etaxonomy.taxeditor.datasource.propertyTester.test">
326
         			</test>
327
	      		</not>
328
          		</with>
329
            </visibleWhen>
330
         </command>
331
         <command
332
               commandId="eu.etaxonomy.taxeditor.store.datasource.clone"
333
               label="%command.label.clone"
334
               style="push">
335
                <visibleWhen>
336
              <with
337
           		 variable="selection">
338
           		 <not>
339
         			<test
340
               			property="eu.etaxonomy.taxeditor.datasource.propertyTester.test">
341
         			</test>
342
	      		</not>
343
          		</with>
344
            </visibleWhen>
345
         </command>
346
         <separator
347
               name="eu.etaxonomy.taxeditor.store.datasource.separator"
348
               visible="true">
349
         </separator>
350
         <command
351
               commandId="eu.etaxonomy.taxeditor.view.datasource.delete"
352
               label="%command.label.9"
353
               style="push">
354
               <visibleWhen>
355
              <with
356
           		 variable="selection">
357
           		 <not>
358
         			<test
359
               			property="eu.etaxonomy.taxeditor.datasource.propertyTester.test">
360
         			</test>
361
	      		</not>
362
          		</with>
363
            </visibleWhen>
364
         </command>
365
         <separator
366
               name="eu.etaxonomy.taxeditor.store.datasource.separator2"
367
               visible="true">
368
         </separator>
369
         <command
370
               commandId="eu.etaxonomy.taxeditor.store.datasource.update"
371
               label="%command.label.11"
372
               style="push">
373
            <visibleWhen
374
                  checkEnabled="true">
375
               <not>
376
                  <reference
377
                        definitionId="isCompatible">
378
                  </reference>
379
               </not>
380
            </visibleWhen>
381
            
382
         </command>
383
      </menuContribution>
384 297
      <menuContribution
385 298
            locationURI="toolbar:org.eclipse.ui.trim.status">
386 299
         <toolbar

Also available in: Unified diff