API Reference for Enthought Tool Suite 2.7.1
The main charm plugin.
branding = Branding(about_image = 'about.png', application_icon = 'application.ico', application_name = 'Charm')
The plugin's globally unique identifier (also used as the prefix for all identifiers defined in this module).
ID = 'enthought.charm.plugin.charm'
namespace = Namespace(commands = [ 'from scipy import *' ])
workbench = Workbench(views = [ View(class_name = (ID + '.view.package_explorer.PackageExplorer'), name = 'Package Explorer', position = 'left'), View(class_name = (ID + '.view.outline.Outline'), name = 'Outline', position = 'bottom') ], perspectives = [ Perspective(id = (ID + '.perspective.charm'), name = 'Charm', contents = [ Perspective.Item(id = (ID + '.view.package_explorer.PackageExplorer'), position = 'left'), Perspective.Item(id = (ID + '.view.outline.Outline'), position = 'bottom', relative_to = (ID + '.view.package_explorer.PackageExplorer')), Perspective.Item(id = 'enthought.plugins.python_shell.view.PythonShellView', position = 'bottom') ]) ], default_perspective = (ID + '.perspective.charm'))
Copyright © 2002-2008 Enthought, Inc.