Revision 89fdf8a2
Added by Patrick Plitzner about 10 years ago
- organized plugin.xml extensions
- check if data source is connected when starting BioCaseQuery
- converted combo selections to text fields for specimen search
eu.etaxonomy.taxeditor.store/plugin.xml | ||
---|---|---|
413 | 413 |
</command> |
414 | 414 |
</menuContribution> |
415 | 415 |
</extension> |
416 |
<extension |
|
417 |
name="Window Menu Commands" |
|
418 |
point="org.eclipse.ui.commands"> |
|
419 |
<command |
|
420 |
defaultHandler="eu.etaxonomy.taxeditor.editor.definedterm.handler.OpenDefinedTermEditorHandler" |
|
421 |
id="eu.etaxonomy.taxeditor.store.openDefinedTermEditor" |
|
422 |
name="Open Defined Term Editor"> |
|
423 |
<commandParameter |
|
424 |
id="eu.etaxonomy.taxeditor.store.openDefinedTermEditor.parameter" |
|
425 |
name="inputType" |
|
426 |
optional="true"> |
|
427 |
</commandParameter> |
|
428 |
<commandParameter |
|
429 |
id="eu.etaxonomy.taxeditor.store.openDefinedTermEditor.termTypeUuid" |
|
430 |
name="inputType" |
|
431 |
optional="true"> |
|
432 |
</commandParameter> |
|
433 |
</command> |
|
434 |
</extension> |
|
435 |
<extension |
|
436 |
name="File Menu Commands" |
|
437 |
point="org.eclipse.ui.commands"> |
|
438 |
<command |
|
439 |
defaultHandler="eu.etaxonomy.taxeditor.handler.ShowLoginWindowHandler" |
|
440 |
id="eu.etaxonomy.taxeditor.store.operations.showLoginWindow" |
|
441 |
name="Show Login Window"> |
|
442 |
</command> |
|
443 |
</extension> |
|
444 | 416 |
<extension |
445 | 417 |
point="org.eclipse.ui.handlers"> |
446 | 418 |
<handler |
... | ... | |
496 | 468 |
id="eu.etaxonomy.taxeditor.store.datasource.update" |
497 | 469 |
name="Update Datasource"> |
498 | 470 |
</command> |
499 |
</extension> |
|
500 |
<extension |
|
501 |
point="org.eclipse.ui.commands"> |
|
471 |
<command |
|
472 |
defaultHandler="eu.etaxonomy.taxeditor.handler.ShowLoginWindowHandler" |
|
473 |
id="eu.etaxonomy.taxeditor.store.operations.showLoginWindow" |
|
474 |
name="Show Login Window"> |
|
475 |
</command> |
|
476 |
<command |
|
477 |
defaultHandler="eu.etaxonomy.taxeditor.editor.definedterm.handler.OpenDefinedTermEditorHandler" |
|
478 |
id="eu.etaxonomy.taxeditor.store.openDefinedTermEditor" |
|
479 |
name="Open Defined Term Editor"> |
|
480 |
<commandParameter |
|
481 |
id="eu.etaxonomy.taxeditor.store.openDefinedTermEditor.parameter" |
|
482 |
name="inputType" |
|
483 |
optional="true"> |
|
484 |
</commandParameter> |
|
485 |
<commandParameter |
|
486 |
id="eu.etaxonomy.taxeditor.store.openDefinedTermEditor.termTypeUuid" |
|
487 |
name="inputType" |
|
488 |
optional="true"> |
|
489 |
</commandParameter> |
|
490 |
</command> |
|
502 | 491 |
<command |
503 | 492 |
defaultHandler="eu.etaxonomy.taxeditor.editor.definedterm.handler.CreateDefinedTermHandler" |
504 | 493 |
id="eu.etaxonomy.taxeditor.editor.definedTerms.newDefinedTerm" |
Also available in: Unified diff