LICENSE
LICENSE.Enthought
MANIFEST.in
README.rst
run.py
setup-initial.py
apptools/__init__.py
apptools/appscripting/__init__.py
apptools/appscripting/api.py
apptools/appscripting/bind_event.py
apptools/appscripting/i_bind_event.py
apptools/appscripting/i_script_manager.py
apptools/appscripting/lazy_namespace.py
apptools/appscripting/package_globals.py
apptools/appscripting/script_manager.py
apptools/appscripting/scriptable.py
apptools/appscripting/scriptable_type.py
apptools/appscripting/action/__init__.py
apptools/appscripting/action/api.py
apptools/appscripting/action/start_recording_action.py
apptools/appscripting/action/stop_recording_action.py
apptools/help/__init__.py
apptools/help/help_plugin/__init__.py
apptools/help/help_plugin/api.py
apptools/help/help_plugin/examples_preferences.py
apptools/help/help_plugin/help_code.py
apptools/help/help_plugin/help_doc.py
apptools/help/help_plugin/help_plugin.py
apptools/help/help_plugin/help_submenu_manager.py
apptools/help/help_plugin/i_help_code.py
apptools/help/help_plugin/i_help_doc.py
apptools/help/help_plugin/preferences.ini
apptools/help/help_plugin/preferences_pages.py
apptools/help/help_plugin/action/__init__.py
apptools/help/help_plugin/action/demo_action.py
apptools/help/help_plugin/action/doc_action.py
apptools/help/help_plugin/action/example_action.py
apptools/help/help_plugin/action/load_url_action.py
apptools/help/help_plugin/action/util.py
apptools/help/help_plugin/action/images/document.png
apptools/help/help_plugin/action/images/python_run.png
apptools/io/__init__.py
apptools/io/api.py
apptools/io/file.py
apptools/io/h5/__init__.py
apptools/io/h5/dict_node.py
apptools/io/h5/file.py
apptools/io/h5/table_node.py
apptools/io/h5/utils.py
apptools/io/h5/tests/__init__.py
apptools/io/h5/tests/test_dict_node.py
apptools/io/h5/tests/test_file.py
apptools/io/h5/tests/test_table_node.py
apptools/io/h5/tests/utils.py
apptools/logger/__init__.py
apptools/logger/api.py
apptools/logger/custom_excepthook.py
apptools/logger/filtering_handler.py
apptools/logger/log_point.py
apptools/logger/log_queue_handler.py
apptools/logger/logger.py
apptools/logger/null_handler.py
apptools/logger/ring_buffer.py
apptools/logger/util.py
apptools/logger/agent/__init__.py
apptools/logger/agent/attachments.py
apptools/logger/agent/quality_agent_mailer.py
apptools/logger/agent/quality_agent_view.py
apptools/logger/plugin/__init__.py
apptools/logger/plugin/logger_plugin.py
apptools/logger/plugin/logger_preferences.py
apptools/logger/plugin/logger_service.py
apptools/logger/plugin/preferences.ini
apptools/logger/plugin/view/__init__.py
apptools/logger/plugin/view/logger_preferences_page.py
apptools/logger/plugin/view/logger_view.py
apptools/logger/plugin/view/images/crit_error.png
apptools/logger/plugin/view/images/debug.png
apptools/logger/plugin/view/images/error.png
apptools/logger/plugin/view/images/image_LICENSE.txt
apptools/logger/plugin/view/images/info.png
apptools/logger/plugin/view/images/warning.png
apptools/lru_cache/__init__.py
apptools/lru_cache/lru_cache.py
apptools/lru_cache/tests/__init__.py
apptools/lru_cache/tests/test_lru_cache.py
apptools/naming/__init__.py
apptools/naming/address.py
apptools/naming/api.py
apptools/naming/binding.py
apptools/naming/context.py
apptools/naming/context_adapter.py
apptools/naming/context_adapter_factory.py
apptools/naming/dir_context.py
apptools/naming/dynamic_context.py
apptools/naming/exception.py
apptools/naming/initial_context.py
apptools/naming/initial_context_factory.py
apptools/naming/naming_event.py
apptools/naming/naming_manager.py
apptools/naming/object_factory.py
apptools/naming/object_serializer.py
apptools/naming/py_context.py
apptools/naming/py_object_factory.py
apptools/naming/pyfs_context.py
apptools/naming/pyfs_context_factory.py
apptools/naming/pyfs_initial_context_factory.py
apptools/naming/pyfs_object_factory.py
apptools/naming/pyfs_state_factory.py
apptools/naming/reference.py
apptools/naming/referenceable.py
apptools/naming/referenceable_state_factory.py
apptools/naming/state_factory.py
apptools/naming/unique_name.py
apptools/naming/adapter/__init__.py
apptools/naming/adapter/api.py
apptools/naming/adapter/dict_context_adapter.py
apptools/naming/adapter/dict_context_adapter_factory.py
apptools/naming/adapter/instance_context_adapter.py
apptools/naming/adapter/instance_context_adapter_factory.py
apptools/naming/adapter/list_context_adapter.py
apptools/naming/adapter/list_context_adapter_factory.py
apptools/naming/adapter/trait_dict_context_adapter.py
apptools/naming/adapter/trait_dict_context_adapter_factory.py
apptools/naming/adapter/trait_list_context_adapter.py
apptools/naming/adapter/trait_list_context_adapter_factory.py
apptools/naming/adapter/tuple_context_adapter.py
apptools/naming/adapter/tuple_context_adapter_factory.py
apptools/naming/trait_defs/__init__.py
apptools/naming/trait_defs/api.py
apptools/naming/trait_defs/naming_traits.py
apptools/naming/ui/__init__.py
apptools/naming/ui/api.py
apptools/naming/ui/context_monitor.py
apptools/naming/ui/context_node_type.py
apptools/naming/ui/explorer.py
apptools/naming/ui/naming_node_manager.py
apptools/naming/ui/naming_tree.py
apptools/naming/ui/naming_tree_model.py
apptools/naming/ui/object_node_type.py
apptools/naming/ui/images/closed_folder.png
apptools/naming/ui/images/document.png
apptools/naming/ui/images/image_LICENSE.txt
apptools/naming/ui/images/open_folder.png
apptools/permissions/__init__.py
apptools/permissions/adapter_base.py
apptools/permissions/api.py
apptools/permissions/i_policy_manager.py
apptools/permissions/i_user.py
apptools/permissions/i_user_manager.py
apptools/permissions/package_globals.py
apptools/permissions/permission.py
apptools/permissions/permissions_manager.py
apptools/permissions/secure_proxy.py
apptools/permissions/action/__init__.py
apptools/permissions/action/api.py
apptools/permissions/action/login_action.py
apptools/permissions/action/logout_action.py
apptools/permissions/action/user_menu_manager.py
apptools/permissions/adapters/__init__.py
apptools/permissions/adapters/pyface_action.py
apptools/permissions/adapters/qt4_widget.py
apptools/permissions/adapters/wx_window.py
apptools/permissions/default/__init__.py
apptools/permissions/default/api.py
apptools/permissions/default/i_policy_storage.py
apptools/permissions/default/i_user_database.py
apptools/permissions/default/i_user_storage.py
apptools/permissions/default/persistent.py
apptools/permissions/default/policy_data.py
apptools/permissions/default/policy_manager.py
apptools/permissions/default/policy_storage.py
apptools/permissions/default/role_assignment.py
apptools/permissions/default/role_definition.py
apptools/permissions/default/select_role.py
apptools/permissions/default/select_user.py
apptools/permissions/default/user_database.py
apptools/permissions/default/user_manager.py
apptools/permissions/default/user_storage.py
apptools/persistence/__init__.py
apptools/persistence/file_path.py
apptools/persistence/project_loader.py
apptools/persistence/spickle.py
apptools/persistence/state_pickler.py
apptools/persistence/updater.py
apptools/persistence/version_registry.py
apptools/persistence/versioned_unpickler.py
apptools/preferences/__init__.py
apptools/preferences/api.py
apptools/preferences/i_preferences.py
apptools/preferences/package_globals.py
apptools/preferences/preference_binding.py
apptools/preferences/preferences.py
apptools/preferences/preferences_helper.py
apptools/preferences/scoped_preferences.py
apptools/preferences/tests/__init__.py
apptools/preferences/tests/example.ini
apptools/preferences/tests/preference_binding_test_case.py
apptools/preferences/tests/preferences_helper_test_case.py
apptools/preferences/tests/preferences_test_case.py
apptools/preferences/tests/py_config_example.ini
apptools/preferences/tests/py_config_example_2.ini
apptools/preferences/tests/py_config_file.py
apptools/preferences/tests/py_config_file_test_case.py
apptools/preferences/tests/scoped_preferences_test_case.py
apptools/preferences/ui/__init__.py
apptools/preferences/ui/api.py
apptools/preferences/ui/i_preferences_page.py
apptools/preferences/ui/preferences_manager.py
apptools/preferences/ui/preferences_node.py
apptools/preferences/ui/preferences_page.py
apptools/preferences/ui/tree_item.py
apptools/preferences/ui/widget_editor.py
apptools/scripting/__init__.py
apptools/scripting/api.py
apptools/scripting/package_globals.py
apptools/scripting/recordable.py
apptools/scripting/recorder.py
apptools/scripting/recorder_with_ui.py
apptools/scripting/util.py
apptools/selection/__init__.py
apptools/selection/api.py
apptools/selection/errors.py
apptools/selection/i_selection.py
apptools/selection/i_selection_provider.py
apptools/selection/list_selection.py
apptools/selection/selection_service.py
apptools/selection/tests/__init__.py
apptools/selection/tests/test_list_selection.py
apptools/selection/tests/test_selection_service.py
apptools/sweet_pickle/__init__.py
apptools/sweet_pickle/global_registry.py
apptools/sweet_pickle/placeholder.py
apptools/sweet_pickle/updater.py
apptools/sweet_pickle/versioned_unpickler.py
apptools/sweet_pickle/tests/__init__.py
apptools/sweet_pickle/tests/class_mapping_classes.py
apptools/sweet_pickle/tests/class_mapping_test_case.py
apptools/sweet_pickle/tests/global_registry_test_case.py
apptools/sweet_pickle/tests/state_function_classes.py
apptools/sweet_pickle/tests/state_function_test_case.py
apptools/sweet_pickle/tests/two_stage_unpickler_test_case.py
apptools/sweet_pickle/tests/updater_test_case.py
apptools/template/__init__.py
apptools/template/api.py
apptools/template/imutable_template.py
apptools/template/itemplate.py
apptools/template/itemplate_choice.py
apptools/template/itemplate_data_context.py
apptools/template/itemplate_data_name_item.py
apptools/template/itemplate_data_source.py
apptools/template/mutable_template.py
apptools/template/template_choice.py
apptools/template/template_data_name.py
apptools/template/template_data_names.py
apptools/template/template_impl.py
apptools/template/template_traits.py
apptools/template/impl/__init__.py
apptools/template/impl/any_context_data_name_item.py
apptools/template/impl/any_data_name_item.py
apptools/template/impl/api.py
apptools/template/impl/context_data_name_item.py
apptools/template/impl/helper.py
apptools/template/impl/i_context_adapter.py
apptools/template/impl/template_data_context.py
apptools/template/impl/template_data_source.py
apptools/template/impl/value_data_name_item.py
apptools/template/impl/value_nd_data_name_item.py
apptools/template/test/__init__.py
apptools/template/test/enable_editor.py
apptools/template/test/scatter_plot.py
apptools/template/test/scatter_plot_2.py
apptools/template/test/scatter_plot_nm.py
apptools/template/test/template_view.py
apptools/type_manager/__init__.py
apptools/type_manager/abstract_adapter_factory.py
apptools/type_manager/abstract_factory.py
apptools/type_manager/abstract_type_system.py
apptools/type_manager/adaptable.py
apptools/type_manager/adapter.py
apptools/type_manager/adapter_factory.py
apptools/type_manager/adapter_manager.py
apptools/type_manager/api.py
apptools/type_manager/factory.py
apptools/type_manager/hook.py
apptools/type_manager/python_type_system.py
apptools/type_manager/type_manager.py
apptools/type_manager/util.py
apptools/type_registry/__init__.py
apptools/type_registry/api.py
apptools/type_registry/type_registry.py
apptools/type_registry/tests/__init__.py
apptools/type_registry/tests/dummies.py
apptools/type_registry/tests/test_lazy_registry.py
apptools/type_registry/tests/test_type_registry.py
apptools/undo/__init__.py
apptools/undo/abstract_command.py
apptools/undo/api.py
apptools/undo/command_stack.py
apptools/undo/i_command.py
apptools/undo/i_command_stack.py
apptools/undo/i_undo_manager.py
apptools/undo/undo_manager.py
apptools/undo/action/__init__.py
apptools/undo/action/abstract_command_stack_action.py
apptools/undo/action/api.py
apptools/undo/action/command_action.py
apptools/undo/action/redo_action.py
apptools/undo/action/undo_action.py
apptools/undo/tests/__init__.py
apptools/undo/tests/test_command_stack.py
apptools/undo/tests/testing_commands.py
docs/editor_area.rst
docs/image_resource.rst
docs/index.rst
docs/intro.rst
docs/menus_and_actions.rst
docs/mime_types.rst
docs/overview.rst
docs/plugins.rst
docs/preferences.rst
docs/shortcuts.rst
docs/tasks_and_applications.rst
docs/traits.rst
envisage/__init__.py
envisage/api.py
envisage/application.py
envisage/application_event.py
envisage/category.py
envisage/class_load_hook.py
envisage/composite_plugin_manager.py
envisage/core_plugin.py
envisage/egg_basket_plugin_manager.py
envisage/egg_plugin_manager.py
envisage/egg_utils.py
envisage/extension_point.py
envisage/extension_point_binding.py
envisage/extension_point_changed_event.py
envisage/extension_provider.py
envisage/extension_registry.py
envisage/i_application.py
envisage/i_extension_point.py
envisage/i_extension_point_user.py
envisage/i_extension_provider.py
envisage/i_extension_registry.py
envisage/i_import_manager.py
envisage/i_plugin.py
envisage/i_plugin_activator.py
envisage/i_plugin_manager.py
envisage/i_provider_extension_registry.py
envisage/i_service_registry.py
envisage/i_service_user.py
envisage/import_manager.py
envisage/package_plugin_manager.py
envisage/plugin.py
envisage/plugin_activator.py
envisage/plugin_event.py
envisage/plugin_extension_registry.py
envisage/plugin_manager.py
envisage/provider_extension_registry.py
envisage/safeweakref.py
envisage/service.py
envisage/service_offer.py
envisage/service_registry.py
envisage/twisted_application.py
envisage/unknown_extension.py
envisage/unknown_extension_point.py
envisage/developer/__init__.py
envisage/developer/developer_plugin.py
envisage/developer/charm/__init__.py
envisage/developer/charm/api.py
envisage/developer/charm/charm.py
envisage/developer/charm/run.py
envisage/developer/code_browser/__init__.py
envisage/developer/code_browser/api.py
envisage/developer/code_browser/assign.py
envisage/developer/code_browser/code_browser.py
envisage/developer/code_browser/enclbr.py
envisage/developer/code_browser/example.py
envisage/developer/code_browser/function.py
envisage/developer/code_browser/klass.py
envisage/developer/code_browser/module.py
envisage/developer/code_browser/namespace.py
envisage/developer/code_browser/package.py
envisage/developer/ui/__init__.py
envisage/developer/ui/api.py
envisage/developer/ui/developer_ui_plugin.py
envisage/developer/ui/perspective/__init__.py
envisage/developer/ui/perspective/api.py
envisage/developer/ui/perspective/developer_perspective.py
envisage/developer/ui/view/__init__.py
envisage/developer/ui/view/api.py
envisage/developer/ui/view/application_browser.py
envisage/developer/ui/view/application_browser_tree.py
envisage/developer/ui/view/application_browser_view.py
envisage/developer/ui/view/extension_registry_browser.py
envisage/developer/ui/view/extension_registry_browser_tree.py
envisage/developer/ui/view/extension_registry_browser_view.py
envisage/developer/ui/view/plugin_browser.py
envisage/developer/ui/view/service_registry_browser.py
envisage/developer/ui/view/service_registry_browser_tree.py
envisage/developer/ui/view/service_registry_browser_view.py
envisage/plugins/__init__.py
envisage/plugins/debug/__init__.py
envisage/plugins/debug/fbi_plugin.py
envisage/plugins/debug/fbi_plugin_definition.py
envisage/plugins/event_manager/__init__.py
envisage/plugins/event_manager/plugin.py
envisage/plugins/ipython_shell/__init__.py
envisage/plugins/ipython_shell/api.py
envisage/plugins/ipython_shell/i_namespace_view.py
envisage/plugins/ipython_shell/ipython_shell_plugin.py
envisage/plugins/ipython_shell/actions/__init__.py
envisage/plugins/ipython_shell/actions/ipython_shell_actions.py
envisage/plugins/ipython_shell/view/__init__.py
envisage/plugins/ipython_shell/view/api.py
envisage/plugins/ipython_shell/view/ipython_shell_view.py
envisage/plugins/ipython_shell/view/namespace_view.py
envisage/plugins/python_shell/__init__.py
envisage/plugins/python_shell/api.py
envisage/plugins/python_shell/i_python_shell.py
envisage/plugins/python_shell/python_shell_plugin.py
envisage/plugins/python_shell/view/__init__.py
envisage/plugins/python_shell/view/api.py
envisage/plugins/python_shell/view/namespace_view.py
envisage/plugins/python_shell/view/python_shell_view.py
envisage/plugins/refresh_code/__init__.py
envisage/plugins/refresh_code/actions.py
envisage/plugins/refresh_code/refresh_code_action_set.py
envisage/plugins/refresh_code/refresh_code_plugin.py
envisage/plugins/refresh_code/refresh_code_plugin_definition.py
envisage/plugins/remote_editor/__init__.py
envisage/plugins/remote_editor/actions.py
envisage/plugins/remote_editor/api.py
envisage/plugins/remote_editor/enshell_client.py
envisage/plugins/remote_editor/envisage_remote_editor.py
envisage/plugins/remote_editor/i_remote_editor.py
envisage/plugins/remote_editor/i_remote_shell.py
envisage/plugins/remote_editor/preferences.ini
envisage/plugins/remote_editor/remote_editor_controller.py
envisage/plugins/remote_editor/remote_editor_plugin.py
envisage/plugins/remote_editor/remote_shell_controller.py
envisage/plugins/remote_editor/communication/__init__.py
envisage/plugins/remote_editor/communication/client.py
envisage/plugins/remote_editor/communication/server.py
envisage/plugins/remote_editor/communication/util.py
envisage/plugins/remote_editor/communication/tests/__init__.py
envisage/plugins/remote_editor/communication/tests/test_communication.py
envisage/plugins/remote_editor/editor_plugins/__init__.py
envisage/plugins/remote_editor/editor_plugins/editor_plugin.py
envisage/plugins/remote_editor/editor_plugins/editra/__init__.py
envisage/plugins/remote_editor/editor_plugins/editra/editra_plugin.py
envisage/plugins/remote_editor/editor_plugins/editra/start_editra.py
envisage/plugins/remote_editor/editor_plugins/editra/images/image_LICENSE.txt
envisage/plugins/remote_editor/editor_plugins/editra/images/python_run_16x16.png
envisage/plugins/remote_editor/editor_plugins/editra/images/python_run_24x24.png
envisage/plugins/remote_editor/editor_plugins/editra/images/python_run_32x32.png
envisage/plugins/remote_editor/editor_plugins/editra/images/python_run_48x48.png
envisage/plugins/remote_editor/editor_plugins/editra/images/python_runsel_16x16.png
envisage/plugins/remote_editor/editor_plugins/editra/images/python_runsel_24x24.png
envisage/plugins/remote_editor/editor_plugins/editra/images/python_runsel_32x32.png
envisage/plugins/remote_editor/editor_plugins/editra/images/python_runsel_48x48.png
envisage/plugins/tasks/__init__.py
envisage/plugins/tasks/python_shell_plugin.py
envisage/plugins/text_editor/__init__.py
envisage/plugins/text_editor/actions.py
envisage/plugins/text_editor/api.py
envisage/plugins/text_editor/text_editor_action_set.py
envisage/plugins/text_editor/text_editor_plugin.py
envisage/plugins/text_editor/editor/__init__.py
envisage/plugins/text_editor/editor/text_editor.py
envisage/plugins/text_editor/editor/text_editor_handler.py
envisage/plugins/update_checker/__init__.py
envisage/plugins/update_checker/tools.py
envisage/plugins/update_checker/update_checker_dialog.py
envisage/plugins/update_checker/update_checker_plugin.py
envisage/plugins/update_checker/update_info.py
envisage/plugins/update_checker/update_info_view.py
envisage/resource/__init__.py
envisage/resource/api.py
envisage/resource/file_resource_protocol.py
envisage/resource/http_resource_protocol.py
envisage/resource/i_resource_manager.py
envisage/resource/i_resource_protocol.py
envisage/resource/no_such_resource_error.py
envisage/resource/package_resource_protocol.py
envisage/resource/resource_manager.py
envisage/resource/tests/__init__.py
envisage/resource/tests/resource_manager_test_case.py
envisage/tests/__init__.py
envisage/tests/application_test_case.py
envisage/tests/bar_category.py
envisage/tests/class_load_hook_test_case.py
envisage/tests/composite_plugin_manager_test_case.py
envisage/tests/core_plugin_test_case.py
envisage/tests/egg_based_test_case.py
envisage/tests/egg_basket_plugin_manager_test_case.py
envisage/tests/egg_plugin_manager_test_case.py
envisage/tests/event_tracker.py
envisage/tests/extension_point_binding_test_case.py
envisage/tests/extension_point_changed_test_case.py
envisage/tests/extension_point_test_case.py
envisage/tests/extension_registry_test_case.py
envisage/tests/foo.py
envisage/tests/i_foo.py
envisage/tests/import_manager_test_case.py
envisage/tests/mutable_extension_registry.py
envisage/tests/package_plugin_manager_test_case.py
envisage/tests/plugin_manager_test_case.py
envisage/tests/plugin_test_case.py
envisage/tests/preferences.ini
envisage/tests/provider_extension_registry_test_case.py
envisage/tests/safeweakref_test_case.py
envisage/tests/service_registry_test_case.py
envisage/tests/service_test_case.py
envisage/tests/slice_test_case.py
envisage/ui/__init__.py
envisage/ui/gui_application.py
envisage/ui/action/__init__.py
envisage/ui/action/abstract_action_manager_builder.py
envisage/ui/action/action.py
envisage/ui/action/action_set.py
envisage/ui/action/action_set_manager.py
envisage/ui/action/api.py
envisage/ui/action/group.py
envisage/ui/action/i_action_manager_builder.py
envisage/ui/action/i_action_set.py
envisage/ui/action/location.py
envisage/ui/action/menu.py
envisage/ui/action/tool_bar.py
envisage/ui/single_project/__init__.py
envisage/ui/single_project/api.py
envisage/ui/single_project/default_path_preference_page.py
envisage/ui/single_project/factory_definition.py
envisage/ui/single_project/model_service.py
envisage/ui/single_project/preferences.ini
envisage/ui/single_project/project.py
envisage/ui/single_project/project_action.py
envisage/ui/single_project/project_action_set.py
envisage/ui/single_project/project_factory.py
envisage/ui/single_project/project_plugin.py
envisage/ui/single_project/project_runnable.py
envisage/ui/single_project/services.py
envisage/ui/single_project/ui_service.py
envisage/ui/single_project/ui_service_factory.py
envisage/ui/single_project/action/__init__.py
envisage/ui/single_project/action/api.py
envisage/ui/single_project/action/close_project_action.py
envisage/ui/single_project/action/configure_action.py
envisage/ui/single_project/action/new_project_action.py
envisage/ui/single_project/action/open_project_action.py
envisage/ui/single_project/action/rename_action.py
envisage/ui/single_project/action/save_as_project_action.py
envisage/ui/single_project/action/save_project_action.py
envisage/ui/single_project/action/switch_to_action.py
envisage/ui/single_project/action/images/close_project.png
envisage/ui/single_project/action/images/new_project.png
envisage/ui/single_project/action/images/open_project.png
envisage/ui/single_project/action/images/save_as_project.png
envisage/ui/single_project/action/images/save_project.png
envisage/ui/single_project/action/images/switch_project.png
envisage/ui/single_project/editor/__init__.py
envisage/ui/single_project/editor/project_editor.py
envisage/ui/single_project/view/__init__.py
envisage/ui/single_project/view/project_view.py
envisage/ui/tasks/__init__.py
envisage/ui/tasks/api.py
envisage/ui/tasks/preferences_category.py
envisage/ui/tasks/preferences_dialog.py
envisage/ui/tasks/preferences_pane.py
envisage/ui/tasks/task_extension.py
envisage/ui/tasks/task_factory.py
envisage/ui/tasks/task_window.py
envisage/ui/tasks/task_window_event.py
envisage/ui/tasks/tasks_application.py
envisage/ui/tasks/tasks_plugin.py
envisage/ui/tasks/action/__init__.py
envisage/ui/tasks/action/api.py
envisage/ui/tasks/action/exit_action.py
envisage/ui/tasks/action/preferences_action.py
envisage/ui/tasks/action/task_window_launch_group.py
envisage/ui/tasks/action/task_window_toggle_group.py
envisage/ui/workbench/__init__.py
envisage/ui/workbench/api.py
envisage/ui/workbench/default_action_set.py
envisage/ui/workbench/preferences.ini
envisage/ui/workbench/workbench.py
envisage/ui/workbench/workbench_action_manager_builder.py
envisage/ui/workbench/workbench_action_set.py
envisage/ui/workbench/workbench_application.py
envisage/ui/workbench/workbench_editor_manager.py
envisage/ui/workbench/workbench_plugin.py
envisage/ui/workbench/workbench_preferences.py
envisage/ui/workbench/workbench_preferences_page.py
envisage/ui/workbench/workbench_window.py
envisage/ui/workbench/action/__init__.py
envisage/ui/workbench/action/about_action.py
envisage/ui/workbench/action/api.py
envisage/ui/workbench/action/edit_preferences_action.py
envisage/ui/workbench/action/exit_action.py
envisage/ui/workbench/action/images/exit.png
envisage/ui/workbench/action/images/image_LICENSE.txt
envisage/ui/workbench/action/images/preferences.png
envisage/ui/workbench/images/about.png
envisage/ui/workbench/images/application.ico
envisage/ui/workbench/images/image_LICENSE.txt
omnivore.egg-info/PKG-INFO
omnivore.egg-info/SOURCES.txt
omnivore.egg-info/dependency_links.txt
omnivore.egg-info/not-zip-safe
omnivore.egg-info/requires.txt
omnivore.egg-info/top_level.txt
pyface/__init__.py
pyface/about_dialog.py
pyface/api.py
pyface/application_window.py
pyface/beep.py
pyface/clipboard.py
pyface/confirmation_dialog.py
pyface/constant.py
pyface/dialog.py
pyface/directory_dialog.py
pyface/drop_handler.py
pyface/expandable_header.py
pyface/expandable_panel.py
pyface/file_dialog.py
pyface/filter.py
pyface/gui.py
pyface/heading_text.py
pyface/i_about_dialog.py
pyface/i_application_window.py
pyface/i_clipboard.py
pyface/i_confirmation_dialog.py
pyface/i_dialog.py
pyface/i_directory_dialog.py
pyface/i_drop_handler.py
pyface/i_file_dialog.py
pyface/i_gui.py
pyface/i_heading_text.py
pyface/i_image_cache.py
pyface/i_image_resource.py
pyface/i_message_dialog.py
pyface/i_progress_dialog.py
pyface/i_python_editor.py
pyface/i_python_shell.py
pyface/i_splash_screen.py
pyface/i_split_widget.py
pyface/i_system_metrics.py
pyface/i_widget.py
pyface/i_window.py
pyface/image_button.py
pyface/image_cache.py
pyface/image_list.py
pyface/image_resource.py
pyface/image_widget.py
pyface/ipython_widget.py
pyface/key_pressed_event.py
pyface/layered_panel.py
pyface/list_box.py
pyface/list_box_model.py
pyface/mdi_application_window.py
pyface/mdi_window_menu.py
pyface/message_dialog.py
pyface/multi_toolbar_window.py
pyface/progress_dialog.py
pyface/python_editor.py
pyface/python_shell.py
pyface/resource_manager.py
pyface/single_choice_dialog.py
pyface/sorter.py
pyface/splash_screen.py
pyface/splash_screen_log_handler.py
pyface/split_application_window.py
pyface/split_dialog.py
pyface/split_panel.py
pyface/split_widget.py
pyface/system_metrics.py
pyface/toolkit.py
pyface/widget.py
pyface/window.py
pyface/xrc_dialog.py
pyface/action/__init__.py
pyface/action/action.py
pyface/action/action_controller.py
pyface/action/action_event.py
pyface/action/action_item.py
pyface/action/action_manager.py
pyface/action/action_manager_item.py
pyface/action/api.py
pyface/action/group.py
pyface/action/menu_bar_manager.py
pyface/action/menu_manager.py
pyface/action/status_bar_manager.py
pyface/action/tool_bar_manager.py
pyface/action/tool_palette_manager.py
pyface/action/window_action.py
pyface/action/images/action.png
pyface/action/images/image_LICENSE.txt
pyface/dock/__init__.py
pyface/dock/api.py
pyface/dock/dock_sizer.py
pyface/dock/dock_window.py
pyface/dock/dock_window_feature.py
pyface/dock/dock_window_shell.py
pyface/dock/feature_bar.py
pyface/dock/feature_tool.py
pyface/dock/idock_ui_provider.py
pyface/dock/idockable.py
pyface/dock/ifeature_tool.py
pyface/dock/images/bar_feature_changed.png
pyface/dock/images/bar_feature_disabled.png
pyface/dock/images/bar_feature_drop.png
pyface/dock/images/bar_feature_no_drop.png
pyface/dock/images/bar_feature_normal.png
pyface/dock/images/close_drag.png
pyface/dock/images/close_tab.png
pyface/dock/images/feature_tool.png
pyface/dock/images/image_LICENSE.txt
pyface/dock/images/sh_bottom.png
pyface/dock/images/sh_middle.png
pyface/dock/images/sh_top.png
pyface/dock/images/shell.ico
pyface/dock/images/sv_left.png
pyface/dock/images/sv_middle.png
pyface/dock/images/sv_right.png
pyface/dock/images/tab_feature_changed.png
pyface/dock/images/tab_feature_disabled.png
pyface/dock/images/tab_feature_drop.png
pyface/dock/images/tab_feature_no_drop.png
pyface/dock/images/tab_feature_normal.png
pyface/dock/images/tab_scroll_l.png
pyface/dock/images/tab_scroll_lr.png
pyface/dock/images/tab_scroll_r.png
pyface/dock/images/window.png
pyface/grid/__init__.py
pyface/grid/api.py
pyface/grid/checkbox_image_renderer.py
pyface/grid/checkbox_renderer.py
pyface/grid/combobox_focus_handler.py
pyface/grid/composite_grid_model.py
pyface/grid/edit_image_renderer.py
pyface/grid/edit_renderer.py
pyface/grid/grid.py
pyface/grid/grid_cell_image_renderer.py
pyface/grid/grid_cell_renderer.py
pyface/grid/grid_model.py
pyface/grid/inverted_grid_model.py
pyface/grid/mapped_grid_cell_image_renderer.py
pyface/grid/simple_grid_model.py
pyface/grid/trait_grid_cell_adapter.py
pyface/grid/trait_grid_model.py
pyface/images/about.jpg
pyface/images/background.jpg
pyface/images/carat_closed.png
pyface/images/carat_open.png
pyface/images/close.png
pyface/images/image_LICENSE.txt
pyface/images/image_not_found.png
pyface/images/panel_gradient.png
pyface/images/panel_gradient_over.png
pyface/images/question.png
pyface/images/splash.jpg
pyface/preference/__init__.py
pyface/preference/api.py
pyface/preference/preference_dialog.py
pyface/preference/preference_node.py
pyface/preference/preference_page.py
pyface/qt/QtCore.py
pyface/qt/QtGui.py
pyface/qt/QtNetwork.py
pyface/qt/QtOpenGL.py
pyface/qt/QtScript.py
pyface/qt/QtSvg.py
pyface/qt/QtTest.py
pyface/qt/QtWebKit.py
pyface/qt/__init__.py
pyface/resource/__init__.py
pyface/resource/api.py
pyface/resource/resource_factory.py
pyface/resource/resource_manager.py
pyface/resource/resource_path.py
pyface/resource/resource_reference.py
pyface/sizers/__init__.py
pyface/sizers/flow.py
pyface/tasks/__init__.py
pyface/tasks/advanced_editor_area_pane.py
pyface/tasks/api.py
pyface/tasks/dock_pane.py
pyface/tasks/editor.py
pyface/tasks/editor_area_pane.py
pyface/tasks/enaml_dock_pane.py
pyface/tasks/enaml_editor.py
pyface/tasks/enaml_pane.py
pyface/tasks/enaml_task_pane.py
pyface/tasks/i_advanced_editor_area_pane.py
pyface/tasks/i_dock_pane.py
pyface/tasks/i_editor.py
pyface/tasks/i_editor_area_pane.py
pyface/tasks/i_task_pane.py
pyface/tasks/i_task_window_backend.py
pyface/tasks/split_editor_area_pane.py
pyface/tasks/task.py
pyface/tasks/task_layout.py
pyface/tasks/task_pane.py
pyface/tasks/task_window.py
pyface/tasks/task_window_backend.py
pyface/tasks/task_window_layout.py
pyface/tasks/topological_sort.py
pyface/tasks/traits_dock_pane.py
pyface/tasks/traits_editor.py
pyface/tasks/traits_task_pane.py
pyface/tasks/action/__init__.py
pyface/tasks/action/api.py
pyface/tasks/action/dock_pane_toggle_group.py
pyface/tasks/action/listening_action.py
pyface/tasks/action/schema.py
pyface/tasks/action/schema_addition.py
pyface/tasks/action/task_action.py
pyface/tasks/action/task_action_controller.py
pyface/tasks/action/task_action_manager_builder.py
pyface/tasks/action/task_toggle_group.py
pyface/tasks/contrib/__init__.py
pyface/tasks/contrib/python_shell.py
pyface/tests/__init__.py
pyface/tests/test_splash_screen_log_handler.py
pyface/timer/__init__.py
pyface/timer/api.py
pyface/timer/do_later.py
pyface/timer/timer.py
pyface/tree/__init__.py
pyface/tree/api.py
pyface/tree/node_event.py
pyface/tree/node_manager.py
pyface/tree/node_monitor.py
pyface/tree/node_tree.py
pyface/tree/node_tree_model.py
pyface/tree/node_type.py
pyface/tree/trait_dict_node_type.py
pyface/tree/trait_list_node_type.py
pyface/tree/tree.py
pyface/tree/tree_model.py
pyface/tree/images/closed_folder.png
pyface/tree/images/document.png
pyface/tree/images/image_LICENSE.txt
pyface/tree/images/open_folder.png
pyface/ui/__init__.py
pyface/ui/null/__init__.py
pyface/ui/null/clipboard.py
pyface/ui/null/image_resource.py
pyface/ui/null/init.py
pyface/ui/null/resource_manager.py
pyface/ui/null/widget.py
pyface/ui/null/window.py
pyface/ui/null/action/__init__.py
pyface/ui/null/action/action_item.py
pyface/ui/null/action/menu_bar_manager.py
pyface/ui/null/action/menu_manager.py
pyface/ui/null/action/status_bar_manager.py
pyface/ui/null/action/tool_bar_manager.py
pyface/ui/null/action/tool_palette.py
pyface/ui/null/action/tool_palette_manager.py
pyface/ui/qt4/__init__.py
pyface/ui/qt4/about_dialog.py
pyface/ui/qt4/application_window.py
pyface/ui/qt4/beep.py
pyface/ui/qt4/clipboard.py
pyface/ui/qt4/confirmation_dialog.py
pyface/ui/qt4/dialog.py
pyface/ui/qt4/directory_dialog.py
pyface/ui/qt4/file_dialog.py
pyface/ui/qt4/gui.py
pyface/ui/qt4/heading_text.py
pyface/ui/qt4/image_cache.py
pyface/ui/qt4/image_resource.py
pyface/ui/qt4/init.py
pyface/ui/qt4/message_dialog.py
pyface/ui/qt4/progress_dialog.py
pyface/ui/qt4/python_editor.py
pyface/ui/qt4/python_shell.py
pyface/ui/qt4/resource_manager.py
pyface/ui/qt4/splash_screen.py
pyface/ui/qt4/split_widget.py
pyface/ui/qt4/system_metrics.py
pyface/ui/qt4/widget.py
pyface/ui/qt4/window.py
pyface/ui/qt4/action/__init__.py
pyface/ui/qt4/action/action_item.py
pyface/ui/qt4/action/menu_bar_manager.py
pyface/ui/qt4/action/menu_manager.py
pyface/ui/qt4/action/status_bar_manager.py
pyface/ui/qt4/action/tool_bar_manager.py
pyface/ui/qt4/code_editor/__init__.py
pyface/ui/qt4/code_editor/code_widget.py
pyface/ui/qt4/code_editor/find_widget.py
pyface/ui/qt4/code_editor/gutters.py
pyface/ui/qt4/code_editor/pygments_highlighter.py
pyface/ui/qt4/code_editor/replace_widget.py
pyface/ui/qt4/console/__init__.py
pyface/ui/qt4/console/api.py
pyface/ui/qt4/console/bracket_matcher.py
pyface/ui/qt4/console/call_tip_widget.py
pyface/ui/qt4/console/completion_lexer.py
pyface/ui/qt4/console/console_widget.py
pyface/ui/qt4/console/history_console_widget.py
pyface/ui/qt4/images/application.png
pyface/ui/qt4/images/heading_level_1.png
pyface/ui/qt4/images/image_LICENSE.txt
pyface/ui/qt4/tasks/__init__.py
pyface/ui/qt4/tasks/advanced_editor_area_pane.py
pyface/ui/qt4/tasks/dock_pane.py
pyface/ui/qt4/tasks/editor.py
pyface/ui/qt4/tasks/editor_area_pane.py
pyface/ui/qt4/tasks/main_window_layout.py
pyface/ui/qt4/tasks/split_editor_area_pane.py
pyface/ui/qt4/tasks/task_pane.py
pyface/ui/qt4/tasks/task_window_backend.py
pyface/ui/qt4/tasks/util.py
pyface/ui/qt4/timer/__init__.py
pyface/ui/qt4/timer/do_later.py
pyface/ui/qt4/timer/timer.py
pyface/ui/qt4/util/__init__.py
pyface/ui/qt4/util/testing.py
pyface/ui/qt4/wizard/__init__.py
pyface/ui/qt4/wizard/wizard.py
pyface/ui/qt4/wizard/wizard_page.py
pyface/ui/qt4/workbench/__init__.py
pyface/ui/qt4/workbench/editor.py
pyface/ui/qt4/workbench/split_tab_widget.py
pyface/ui/qt4/workbench/view.py
pyface/ui/qt4/workbench/workbench_window_layout.py
pyface/ui/qt4/workbench/images/spinner.gif
pyface/ui/wx/__init__.py
pyface/ui/wx/about_dialog.py
pyface/ui/wx/application_window.py
pyface/ui/wx/beep.py
pyface/ui/wx/clipboard.py
pyface/ui/wx/confirmation_dialog.py
pyface/ui/wx/dialog.py
pyface/ui/wx/directory_dialog.py
pyface/ui/wx/file_dialog.py
pyface/ui/wx/gui.py
pyface/ui/wx/heading_text.py
pyface/ui/wx/image_cache.py
pyface/ui/wx/image_resource.py
pyface/ui/wx/init.py
pyface/ui/wx/ipython_widget.py
pyface/ui/wx/message_dialog.py
pyface/ui/wx/progress_dialog.py
pyface/ui/wx/python_editor.py
pyface/ui/wx/python_shell.py
pyface/ui/wx/resource_manager.py
pyface/ui/wx/splash_screen.py
pyface/ui/wx/split_widget.py
pyface/ui/wx/system_metrics.py
pyface/ui/wx/widget.py
pyface/ui/wx/window.py
pyface/ui/wx/action/__init__.py
pyface/ui/wx/action/action_item.py
pyface/ui/wx/action/menu_bar_manager.py
pyface/ui/wx/action/menu_manager.py
pyface/ui/wx/action/status_bar_manager.py
pyface/ui/wx/action/tool_bar_manager.py
pyface/ui/wx/action/tool_palette.py
pyface/ui/wx/action/tool_palette_manager.py
pyface/ui/wx/grid/__init__.py
pyface/ui/wx/grid/api.py
pyface/ui/wx/grid/checkbox_image_renderer.py
pyface/ui/wx/grid/checkbox_renderer.py
pyface/ui/wx/grid/combobox_focus_handler.py
pyface/ui/wx/grid/composite_grid_model.py
pyface/ui/wx/grid/edit_image_renderer.py
pyface/ui/wx/grid/edit_renderer.py
pyface/ui/wx/grid/grid.py
pyface/ui/wx/grid/grid_cell_image_renderer.py
pyface/ui/wx/grid/grid_cell_renderer.py
pyface/ui/wx/grid/grid_model.py
pyface/ui/wx/grid/inverted_grid_model.py
pyface/ui/wx/grid/mapped_grid_cell_image_renderer.py
pyface/ui/wx/grid/simple_grid_model.py
pyface/ui/wx/grid/trait_grid_cell_adapter.py
pyface/ui/wx/grid/trait_grid_model.py
pyface/ui/wx/grid/images/checked.png
pyface/ui/wx/grid/images/image_LICENSE.txt
pyface/ui/wx/grid/images/image_not_found.png
pyface/ui/wx/grid/images/table_edit.png
pyface/ui/wx/grid/images/unchecked.png
pyface/ui/wx/images/application.ico
pyface/ui/wx/images/heading_level_1.png
pyface/ui/wx/images/image_LICENSE.txt
pyface/ui/wx/images/warning.png
pyface/ui/wx/tasks/__init__.py
pyface/ui/wx/tasks/advanced_editor_area_pane.py
pyface/ui/wx/tasks/dock_pane.py
pyface/ui/wx/tasks/editor.py
pyface/ui/wx/tasks/editor_area_pane.py
pyface/ui/wx/tasks/main_window_layout.py
pyface/ui/wx/tasks/split_editor_area_pane.py
pyface/ui/wx/tasks/task_pane.py
pyface/ui/wx/tasks/task_window_backend.py
pyface/ui/wx/tasks/util.py
pyface/ui/wx/timer/__init__.py
pyface/ui/wx/timer/do_later.py
pyface/ui/wx/timer/timer.py
pyface/ui/wx/wizard/__init__.py
pyface/ui/wx/wizard/wizard.py
pyface/ui/wx/wizard/wizard_page.py
pyface/ui/wx/workbench/__init__.py
pyface/ui/wx/workbench/editor.py
pyface/ui/wx/workbench/editor_set_structure_handler.py
pyface/ui/wx/workbench/view.py
pyface/ui/wx/workbench/view_set_structure_handler.py
pyface/ui/wx/workbench/workbench_dock_window.py
pyface/ui/wx/workbench/workbench_window_layout.py
pyface/util/__init__.py
pyface/util/fix_introspect_bug.py
pyface/util/font_helper.py
pyface/util/guisupport.py
pyface/util/id_helper.py
pyface/util/python_stc.py
pyface/util/grid/__init__.py
pyface/util/grid/api.py
pyface/util/grid/grid.py
pyface/util/grid/grid_column.py
pyface/util/grid/grid_model.py
pyface/util/grid/grid_row.py
pyface/util/tests/__init__.py
pyface/util/tests/test_id_helper.py
pyface/viewer/__init__.py
pyface/viewer/api.py
pyface/viewer/column_provider.py
pyface/viewer/content_provider.py
pyface/viewer/content_viewer.py
pyface/viewer/default_tree_content_provider.py
pyface/viewer/label_provider.py
pyface/viewer/table_column_provider.py
pyface/viewer/table_content_provider.py
pyface/viewer/table_label_provider.py
pyface/viewer/table_viewer.py
pyface/viewer/tree_content_provider.py
pyface/viewer/tree_item.py
pyface/viewer/tree_label_provider.py
pyface/viewer/tree_viewer.py
pyface/viewer/viewer.py
pyface/viewer/viewer_filter.py
pyface/viewer/viewer_sorter.py
pyface/wizard/__init__.py
pyface/wizard/api.py
pyface/wizard/chained_wizard.py
pyface/wizard/chained_wizard_controller.py
pyface/wizard/i_wizard.py
pyface/wizard/i_wizard_controller.py
pyface/wizard/i_wizard_page.py
pyface/wizard/simple_wizard.py
pyface/wizard/simple_wizard_controller.py
pyface/wizard/wizard.py
pyface/wizard/wizard_controller.py
pyface/wizard/wizard_page.py
pyface/workbench/__init__.py
pyface/workbench/api.py
pyface/workbench/editor.py
pyface/workbench/editor_manager.py
pyface/workbench/i_editor.py
pyface/workbench/i_editor_manager.py
pyface/workbench/i_perspective.py
pyface/workbench/i_perspective_item.py
pyface/workbench/i_view.py
pyface/workbench/i_workbench.py
pyface/workbench/i_workbench_part.py
pyface/workbench/i_workbench_window_layout.py
pyface/workbench/perspective.py
pyface/workbench/perspective_item.py
pyface/workbench/traits_ui_editor.py
pyface/workbench/traits_ui_view.py
pyface/workbench/user_perspective_manager.py
pyface/workbench/view.py
pyface/workbench/window_event.py
pyface/workbench/workbench.py
pyface/workbench/workbench_window.py
pyface/workbench/workbench_window_layout.py
pyface/workbench/workbench_window_memento.py
pyface/workbench/action/__init__.py
pyface/workbench/action/action_controller.py
pyface/workbench/action/api.py
pyface/workbench/action/delete_user_perspective_action.py
pyface/workbench/action/menu_bar_manager.py
pyface/workbench/action/new_user_perspective_action.py
pyface/workbench/action/perspective_menu_manager.py
pyface/workbench/action/rename_user_perspective_action.py
pyface/workbench/action/reset_active_perspective_action.py
pyface/workbench/action/reset_all_perspectives_action.py
pyface/workbench/action/save_as_user_perspective_action.py
pyface/workbench/action/set_active_perspective_action.py
pyface/workbench/action/setattr_action.py
pyface/workbench/action/show_view_action.py
pyface/workbench/action/toggle_view_visibility_action.py
pyface/workbench/action/tool_bar_manager.py
pyface/workbench/action/user_perspective_action.py
pyface/workbench/action/user_perspective_name.py
pyface/workbench/action/view_chooser.py
pyface/workbench/action/view_menu_manager.py
pyface/workbench/action/workbench_action.py
pyface/workbench/debug/__init__.py
pyface/workbench/debug/api.py
pyface/workbench/debug/debug_view.py
pyface/wx/__init__.py
pyface/wx/aui.py
pyface/wx/clipboard.py
pyface/wx/color.py
pyface/wx/dialog.py
pyface/wx/divider.py
pyface/wx/drag_and_drop.py
pyface/wx/font.py
pyface/wx/image.py
pyface/wx/image_cache.py
pyface/wx/image_list.py
pyface/wx/lazy_switcher.py
pyface/wx/pager.py
pyface/wx/progress_meter.py
pyface/wx/scrolled_message_dialog.py
pyface/wx/shell.py
pyface/wx/sized_panel.py
pyface/wx/spacer.py
pyface/wx/switcher.py
pyface/wx/agw/__init__.py
pyface/wx/agw/aui/__init__.py
pyface/wx/agw/aui/aui_constants.py
pyface/wx/agw/aui/aui_switcherdialog.py
pyface/wx/agw/aui/aui_utilities.py
pyface/wx/agw/aui/auibar.py
pyface/wx/agw/aui/auibook.py
pyface/wx/agw/aui/dockart.py
pyface/wx/agw/aui/framemanager.py
pyface/wx/agw/aui/tabart.py
pyface/wx/agw/aui/tabmdi.py
pyface/wx/spreadsheet/__init__.py
pyface/wx/spreadsheet/abstract_grid_view.py
pyface/wx/spreadsheet/default_renderer.py
pyface/wx/spreadsheet/font_renderer.py
pyface/wx/spreadsheet/unit_renderer.py
pyface/wx/spreadsheet/virtual_model.py
tests/noserun.sh
tests/test_before_after_sort.py
tests/samples/job-control-absolute-bangpath.py
tests/samples/job-control-error.py
tests/samples/job-control-without-bangpath.py
tests/samples/job-control.py
tests/samples/sample.py
traits/__init__.py
traits/_py2to3.py
traits/adapter.py
traits/api.py
traits/category.py
traits/ctraits.c
traits/has_dynamic_views.py
traits/has_traits.py
traits/interface_checker.py
traits/py2to3.h
traits/trait_base.py
traits/trait_errors.py
traits/trait_handlers.py
traits/trait_notifiers.py
traits/trait_numeric.py
traits/trait_types.py
traits/trait_value.py
traits/traits.py
traits/traits_listener.py
traits/ustr_trait.py
traits/adaptation/__init__.py
traits/adaptation/adaptation_error.py
traits/adaptation/adaptation_manager.py
traits/adaptation/adaptation_offer.py
traits/adaptation/adapter.py
traits/adaptation/api.py
traits/adaptation/cached_adapter_factory.py
traits/adaptation/tests/__init__.py
traits/adaptation/tests/abc_examples.py
traits/adaptation/tests/benchmark.py
traits/adaptation/tests/interface_examples.py
traits/adaptation/tests/lazy_examples.py
traits/adaptation/tests/test_adaptation_manager.py
traits/adaptation/tests/test_adaptation_offer.py
traits/adaptation/tests/test_adapter.py
traits/adaptation/tests/test_cached_adapter_factory.py
traits/adaptation/tests/test_global_adaptation_manager.py
traits/etsconfig/__init__.py
traits/etsconfig/api.py
traits/etsconfig/etsconfig.py
traits/etsconfig/tests/__init__.py
traits/etsconfig/tests/test_etsconfig.py
traits/protocols/__init__.py
traits/protocols/advice.py
traits/protocols/api.py
traits/testing/__init__.py
traits/testing/api.py
traits/testing/doctest_tools.py
traits/testing/nose_tools.py
traits/testing/unittest_tools.py
traits/testing/tests/__init__.py
traits/testing/tests/test_unittest_tools.py
traits/tests/__init__.py
traits/tests/check_timing.py
traits/tests/test_abc.py
traits/tests/test_anytrait_static_notifiers.py
traits/tests/test_array.py
traits/tests/test_automatic_adaptation.py
traits/tests/test_category.py
traits/tests/test_class_traits.py
traits/tests/test_clone.py
traits/tests/test_container_events.py
traits/tests/test_copy_traits.py
traits/tests/test_copyable_trait_names.py
traits/tests/test_cythonized_traits.py
traits/tests/test_delegate.py
traits/tests/test_dict.py
traits/tests/test_dynamic_notifiers.py
traits/tests/test_dynamic_trait_definition.py
traits/tests/test_enum.py
traits/tests/test_event_order.py
traits/tests/test_events.py
traits/tests/test_extended_notifiers.py
traits/tests/test_extended_trait_change.py
traits/tests/test_int_range_long.py
traits/tests/test_integer.py
traits/tests/test_interface_checker.py
traits/tests/test_interfaces.py
traits/tests/test_interfaces_with_implements.py
traits/tests/test_keyword_args.py
traits/tests/test_list.py
traits/tests/test_list_events.py
traits/tests/test_listeners.py
traits/tests/test_new_notifiers.py
traits/tests/test_pickle_validated_dict.py
traits/tests/test_property_delete.py
traits/tests/test_property_notifications.py
traits/tests/test_protocols_usage.py
traits/tests/test_range.py
traits/tests/test_regression.py
traits/tests/test_rich_compare.py
traits/tests/test_special_event_handlers.py
traits/tests/test_static_notifiers.py
traits/tests/test_str_handler.py
traits/tests/test_sync_traits.py
traits/tests/test_target.py
traits/tests/test_trait_change_event_tracer.py
traits/tests/test_trait_cycle.py
traits/tests/test_trait_default_initializer.py
traits/tests/test_trait_list_dict.py
traits/tests/test_trait_types.py
traits/tests/test_traits.py
traits/tests/test_tuple.py
traits/tests/test_ui_notifiers.py
traits/tests/test_undefined.py
traits/tests/test_weak_ref.py
traits/util/__init__.py
traits/util/api.py
traits/util/async_trait_wait.py
traits/util/camel_case.py
traits/util/clean_strings.py
traits/util/deprecated.py
traits/util/home_directory.py
traits/util/import_symbol.py
traits/util/resource.py
traits/util/toposort.py
traits/util/trait_documenter.py
traits/util/tests/__init__.py
traits/util/tests/test_async_trait_wait.py
traits/util/tests/test_camel_case.py
traits/util/tests/test_import_symbol.py
traitsui/__init__.py
traitsui/api.py
traitsui/basic_editor_factory.py
traitsui/color_column.py
traitsui/context_value.py
traitsui/default_dock_window_theme.py
traitsui/delegating_handler.py
traitsui/dock_window_theme.py
traitsui/dockable_view_element.py
traitsui/editor.py
traitsui/editor_factory.py
traitsui/editors_gen.py
traitsui/file_dialog.py
traitsui/group.py
traitsui/handler.py
traitsui/help.py
traitsui/help_template.py
traitsui/helper.py
traitsui/include.py
traitsui/instance_choice.py
traitsui/item.py
traitsui/key_bindings.py
traitsui/list_str_adapter.py
traitsui/menu.py
traitsui/message.py
traitsui/mimedata.py
traitsui/table_column.py
traitsui/table_filter.py
traitsui/tabular_adapter.py
traitsui/theme.py
traitsui/toolkit.py
traitsui/toolkit_traits.py
traitsui/tree_node.py
traitsui/ui.py
traitsui/ui_editor.py
traitsui/ui_info.py
traitsui/ui_traits.py
traitsui/undo.py
traitsui/value_tree.py
traitsui/view.py
traitsui/view_element.py
traitsui/view_elements.py
traitsui/editors/__init__.py
traitsui/editors/api.py
traitsui/editors/array_editor.py
traitsui/editors/boolean_editor.py
traitsui/editors/button_editor.py
traitsui/editors/check_list_editor.py
traitsui/editors/code_editor.py
traitsui/editors/color_editor.py
traitsui/editors/compound_editor.py
traitsui/editors/csv_list_editor.py
traitsui/editors/custom_editor.py
traitsui/editors/date_editor.py
traitsui/editors/default_override.py
traitsui/editors/directory_editor.py
traitsui/editors/dnd_editor.py
traitsui/editors/drop_editor.py
traitsui/editors/enum_editor.py
traitsui/editors/file_editor.py
traitsui/editors/font_editor.py
traitsui/editors/history_editor.py
traitsui/editors/html_editor.py
traitsui/editors/image_editor.py
traitsui/editors/image_enum_editor.py
traitsui/editors/instance_editor.py
traitsui/editors/key_binding_editor.py
traitsui/editors/list_editor.py
traitsui/editors/list_str_editor.py
traitsui/editors/null_editor.py
traitsui/editors/popup_editor.py
traitsui/editors/progress_editor.py
traitsui/editors/range_editor.py
traitsui/editors/rgb_color_editor.py
traitsui/editors/scrubber_editor.py
traitsui/editors/search_editor.py
traitsui/editors/set_editor.py
traitsui/editors/shell_editor.py
traitsui/editors/styled_date_editor.py
traitsui/editors/table_editor.py
traitsui/editors/tabular_editor.py
traitsui/editors/text_editor.py
traitsui/editors/time_editor.py
traitsui/editors/title_editor.py
traitsui/editors/tree_editor.py
traitsui/editors/tuple_editor.py
traitsui/editors/value_editor.py
traitsui/extras/__init__.py
traitsui/extras/api.py
traitsui/extras/checkbox_column.py
traitsui/extras/demo.py
traitsui/extras/edit_column.py
traitsui/extras/saving.py
traitsui/image/__init__.py
traitsui/image/image.py
traitsui/image/library/icons.zip
traitsui/image/library/std.zip
traitsui/null/__init__.py
traitsui/null/color_trait.py
traitsui/null/font_trait.py
traitsui/null/rgb_color_trait.py
traitsui/null/toolkit.py
traitsui/qt4/__init__.py
traitsui/qt4/array_editor.py
traitsui/qt4/array_view_editor.py
traitsui/qt4/basic_editor_factory.py
traitsui/qt4/boolean_editor.py
traitsui/qt4/button_editor.py
traitsui/qt4/check_list_editor.py
traitsui/qt4/clipboard.py
traitsui/qt4/code_editor.py
traitsui/qt4/color_editor.py
traitsui/qt4/color_trait.py
traitsui/qt4/compound_editor.py
traitsui/qt4/constants.py
traitsui/qt4/csv_list_editor.py
traitsui/qt4/custom_editor.py
traitsui/qt4/date_editor.py
traitsui/qt4/directory_editor.py
traitsui/qt4/drop_editor.py
traitsui/qt4/editor.py
traitsui/qt4/editor_factory.py
traitsui/qt4/enum_editor.py
traitsui/qt4/file_editor.py
traitsui/qt4/font_editor.py
traitsui/qt4/font_trait.py
traitsui/qt4/helper.py
traitsui/qt4/history_editor.py
traitsui/qt4/html_editor.py
traitsui/qt4/image_editor.py
traitsui/qt4/image_enum_editor.py
traitsui/qt4/instance_editor.py
traitsui/qt4/key_binding_editor.py
traitsui/qt4/key_event_to_name.py
traitsui/qt4/list_editor.py
traitsui/qt4/list_str_editor.py
traitsui/qt4/list_str_model.py
traitsui/qt4/menu.py
traitsui/qt4/null_editor.py
traitsui/qt4/range_editor.py
traitsui/qt4/rgb_color_editor.py
traitsui/qt4/rgb_color_trait.py
traitsui/qt4/search_editor.py
traitsui/qt4/set_editor.py
traitsui/qt4/shell_editor.py
traitsui/qt4/styled_date_editor.py
traitsui/qt4/table_editor.py
traitsui/qt4/table_model.py
traitsui/qt4/tabular_editor.py
traitsui/qt4/tabular_model.py
traitsui/qt4/text_editor.py
traitsui/qt4/time_editor.py
traitsui/qt4/title_editor.py
traitsui/qt4/toolkit.py
traitsui/qt4/tree_editor.py
traitsui/qt4/tuple_editor.py
traitsui/qt4/ui_base.py
traitsui/qt4/ui_editor.py
traitsui/qt4/ui_live.py
traitsui/qt4/ui_modal.py
traitsui/qt4/ui_panel.py
traitsui/qt4/value_editor.py
traitsui/qt4/view_application.py
traitsui/qt4/extra/__init__.py
traitsui/qt4/extra/bounds_editor.py
traitsui/qt4/extra/checkbox_renderer.py
traitsui/qt4/extra/qt_view.py
traitsui/qt4/extra/range_slider.py
traitsui/qt4/extra/table_image_renderer.py
traitsui/qt4/images/closetab.png
traitsui/qt4/images/frame.png
traitsui/qt4/images/image_LICENSE.txt
traitsui/qt4/images/list_editor.png
traitsui/qt4/images/next.png
traitsui/qt4/images/previous.png
traitsui/qt4/tests/__init__.py
traitsui/qt4/tests/test_clipboard.py
traitsui/tests/__init__.py
traitsui/tests/_tools.py
traitsui/tests/test_actions.py
traitsui/tests/test_labels.py
traitsui/tests/test_layout.py
traitsui/tests/test_regression.py
traitsui/tests/test_ui.py
traitsui/tests/test_visible_when_layout.py
traitsui/tests/editors/__init__.py
traitsui/tests/editors/test_code_editor.py
traitsui/tests/editors/test_csv_editor.py
traitsui/tests/editors/test_default_override.py
traitsui/tests/editors/test_liststr_editor_selection.py
traitsui/tests/editors/test_range_editor_spinner.py
traitsui/tests/editors/test_range_editor_text.py
traitsui/tests/editors/test_tree_editor.py
traitsui/tests/null_backend/__init__.py
traitsui/tests/null_backend/test_font_trait.py
traitsui/ui_editors/__init__.py
traitsui/ui_editors/array_view_editor.py
traitsui/wx/__init__.py
traitsui/wx/animated_gif_editor.py
traitsui/wx/animated_gif_editor_26.py
traitsui/wx/animated_gif_editor_28.py
traitsui/wx/array_editor.py
traitsui/wx/array_view_editor.py
traitsui/wx/basic_editor_factory.py
traitsui/wx/boolean_editor.py
traitsui/wx/button_editor.py
traitsui/wx/check_list_editor.py
traitsui/wx/code_editor.py
traitsui/wx/color_column.py
traitsui/wx/color_editor.py
traitsui/wx/color_trait.py
traitsui/wx/compound_editor.py
traitsui/wx/constants.py
traitsui/wx/csv_list_editor.py
traitsui/wx/custom_editor.py
traitsui/wx/date_editor.py
traitsui/wx/directory_editor.py
traitsui/wx/dnd_editor.py
traitsui/wx/drop_editor.py
traitsui/wx/editor.py
traitsui/wx/editor_factory.py
traitsui/wx/editors_gen.py
traitsui/wx/enum_editor.py
traitsui/wx/file_editor.py
traitsui/wx/font_editor.py
traitsui/wx/font_trait.py
traitsui/wx/helper.py
traitsui/wx/history_control.py
traitsui/wx/history_editor.py
traitsui/wx/html_editor.py
traitsui/wx/image_control.py
traitsui/wx/image_editor.py
traitsui/wx/image_enum_editor.py
traitsui/wx/image_panel.py
traitsui/wx/image_slice.py
traitsui/wx/image_text.py
traitsui/wx/instance_editor.py
traitsui/wx/key_binding_editor.py
traitsui/wx/key_event_to_name.py
traitsui/wx/list_editor.py
traitsui/wx/list_str_editor.py
traitsui/wx/menu.py
traitsui/wx/null_editor.py
traitsui/wx/popup_editor.py
traitsui/wx/progress_editor.py
traitsui/wx/range_editor.py
traitsui/wx/rgb_color_editor.py
traitsui/wx/rgb_color_trait.py
traitsui/wx/scrubber_editor.py
traitsui/wx/search_editor.py
traitsui/wx/set_editor.py
traitsui/wx/shell_editor.py
traitsui/wx/table_editor.py
traitsui/wx/table_model.py
traitsui/wx/tabular_editor.py
traitsui/wx/text_editor.py
traitsui/wx/themed_button_editor.py
traitsui/wx/themed_cell_renderer.py
traitsui/wx/themed_checkbox_editor.py
traitsui/wx/themed_control.py
traitsui/wx/themed_slider_editor.py
traitsui/wx/themed_text_editor.py
traitsui/wx/themed_vertical_notebook.py
traitsui/wx/themed_vertical_notebook_editor.py
traitsui/wx/themed_window.py
traitsui/wx/time_editor.py
traitsui/wx/title_editor.py
traitsui/wx/toolkit.py
traitsui/wx/tree_editor.py
traitsui/wx/tuple_editor.py
traitsui/wx/ui_base.py
traitsui/wx/ui_editor.py
traitsui/wx/ui_live.py
traitsui/wx/ui_modal.py
traitsui/wx/ui_panel.py
traitsui/wx/ui_window.py
traitsui/wx/ui_wizard.py
traitsui/wx/value_editor.py
traitsui/wx/view_application.py
traitsui/wx/extra/__init__.py
traitsui/wx/extra/bounds_editor.py
traitsui/wx/extra/led_editor.py
traitsui/wx/extra/windows/__init__.py
traitsui/wx/extra/windows/flash_editor.py
traitsui/wx/extra/windows/ie_html_editor.py
traitsui/wx/images/cb_hover_off.png
traitsui/wx/images/cb_hover_on.png
traitsui/wx/images/cb_off.png
traitsui/wx/images/cb_on.png
traitsui/wx/images/file.png
traitsui/wx/images/frame.ico
traitsui/wx/images/group.png
traitsui/wx/images/hs_color_map.png
traitsui/wx/images/image_LICENSE.txt
traitsui/wx/images/item.png
traitsui/wx/images/list_editor.png
traitsui/wx/images/nb_open.png
traitsui/wx/images/object.png
traitsui/wx/images/open.png
traitsui/wx/images/table_add.png
traitsui/wx/images/table_colors.png
traitsui/wx/images/table_delete.png
traitsui/wx/images/table_delete_synthetic.png
traitsui/wx/images/table_display.png
traitsui/wx/images/table_move_down.png
traitsui/wx/images/table_move_up.png
traitsui/wx/images/table_no_sort.png
traitsui/wx/images/table_prefs.png
traitsui/wx/images/table_search.png
traitsui/wx/images/table_synthetic.png
traitsui/wx/images/table_undelete.png