Version 5 (modified by 4 years ago) (diff) | ,
---|
List of MS plugins migrated
- org.grits.toolbox.display.control.table - removed reference to PartInitException and changed the Activator (do not extend AbstractUIPlugin)
- org.grits.toolbox.display.control.spectrum - changed the Activator (do not extend AbstractUIPlugin)
- org.grits.toolbox.datamodel.ms - no changes
- org.grits.toolbox.datamodel.ms.annotation - no changes
- org.grits.toolbox.datamodel.ms.annotation.glycan - no changes
- org.grits.toolbox.datamodel.ms.annotation.glycan.report - no changes
- org.grits.toolbox.importer.ms - migrated commands/handlers to E4 (moved from plugin.xml -> fragment.4xmi)
- an essential step: before you open the part for the newly created entry, the selection needs to be set to the newly created entry
// post will not work because of synchronization // the selection needs to change before we try to open the part! eventBroker.send(IGritsDataModelService.EVENT_SELECT_ENTRY, newMSEntry); gritsUIService.openEntryInPart(newMSEntry);
- an essential step: before you open the part for the newly created entry, the selection needs to be set to the newly created entry
- org.grits.toolbox.importer.ms.annotation.glycan.simiansearch - migrated commands/handlers to E4 (moved from plugin.xml -> fragment.4xmi)
- org.grits.toolbox.io.ms.annotation - changed the Activator (do not extend AbstractUIPlugin)
- org.grits.toolbox.io.ms.annotation.glycan - no changes
- org.grits.toolbox.io.ms.annotation.glycan.report - no changes
- org.grits.toolbox.widgets - moved editor package to core plugin and migrated the editor implementation to E4
- org.grits.toolbox.entry.ms - see this page for general migration changes for this plugin
- org.grits.toolbox.entry.ms.annotation - see this page for general migration changes for this plugin
- org.grits.toolbox.entry.ms.annotation.glycan - see this page for general migration changes for this plugin
- org.grits.toolbox.entry.ms.annotation.glycan.report - see this? page for general migration changes for this plugin