Inherits from
- PluginDefinition: enthought.envisage.core.core_plugin_definition.PluginDefinition
Attributes
- extension_points
The extension points offered by this plugin.
extension_points = [ ]
- extensions
The contributions that this plugin makes:
extensions = [ workbench_action_set, workbench, Feature(class_name = 'enthought.developer.features.drag_drop_feature.DragDropFeature'), Feature(class_name = 'enthought.developer.features.drop_file_feature.DropFileFeature'), Feature(class_name = 'enthought.developer.features.connect_feature.ConnectFeature'), Feature(class_name = 'enthought.developer.features.popup_menu_feature.PopupMenuFeature'), Feature(class_name = 'enthought.developer.features.options_feature.OptionsFeature'), Feature(class_name = 'enthought.developer.features.save_state_feature.SaveStateFeature'), Feature(class_name = 'enthought.developer.features.save_feature.SaveFeature'), Feature(class_name = 'enthought.developer.features.custom_feature.ACustomFeature'), Feature(class_name = 'enthought.developer.features.dock_control_feature.DockControlFeature'), Feature(class_name = 'enthought.developer.features.debug_feature.DebugFeature') ]
- id
The plugin's globally unique identifier:
id = ID
- name
General information about the plugin.
name = 'Enthought Developer Tools Plugin'
- provider_name
provider_name = 'David C. Morrill'
- provider_url
provider_url = 'www.enthought.com'
- requires
The Ids of the plugins that this plugin requires:
requires = [ 'enthought.envisage.core', 'enthought.envisage.workbench' ]
- version
version = '1.0.0'