.coveragerc
.flake8
.gitignore
.pre-commit-config.yaml
CHANGES
LICENSE
README.rst
codecov.yml
lint_requirements.txt
pyproject.toml
test_requirements.txt
.github/workflows/ci.yml
.github/workflows/lint.yml
src/gild/__init__.py
src/gild.egg-info/PKG-INFO
src/gild.egg-info/SOURCES.txt
src/gild.egg-info/dependency_links.txt
src/gild.egg-info/requires.txt
src/gild.egg-info/top_level.txt
src/gild/plugins/__init__.py
src/gild/plugins/errors/__init__.py
src/gild/plugins/errors/errors.py
src/gild/plugins/errors/manifest.enaml
src/gild/plugins/errors/plugin.py
src/gild/plugins/errors/widgets.enaml
src/gild/plugins/icons/__init__.py
src/gild/plugins/icons/icon_theme.py
src/gild/plugins/icons/manifest.enaml
src/gild/plugins/icons/plugin.py
src/gild/plugins/lifecycle/__init__.py
src/gild/plugins/lifecycle/app_window.enaml
src/gild/plugins/lifecycle/extensions.py
src/gild/plugins/lifecycle/manifest.enaml
src/gild/plugins/lifecycle/plugin.py
src/gild/plugins/log/__init__.py
src/gild/plugins/log/manifest.enaml
src/gild/plugins/log/plugin.py
src/gild/plugins/log/tools.py
src/gild/plugins/log/widgets.enaml
src/gild/plugins/packages/__init__.py
src/gild/plugins/packages/manifest.enaml
src/gild/plugins/packages/plugin.py
src/gild/plugins/preferences/__init__.py
src/gild/plugins/preferences/manifest.enaml
src/gild/plugins/preferences/plugin.py
src/gild/plugins/preferences/preferences.py
src/gild/plugins/states/__init__.py
src/gild/plugins/states/manifest.enaml
src/gild/plugins/states/plugin.py
src/gild/plugins/states/state.py
src/gild/testing/__init__.py
src/gild/testing/broken_enaml.enaml
src/gild/testing/fixtures.py
src/gild/testing/util.py
src/gild/testing/windows.enaml
src/gild/utils/__init__.py
src/gild/utils/argparse.py
src/gild/utils/atom_util.py
src/gild/utils/container_change.py
src/gild/utils/declarator.py
src/gild/utils/enaml_destroy_hook.py
src/gild/utils/mapping_utils.py
src/gild/utils/plugin_tools.py
src/gild/utils/priority_heap.py
src/gild/utils/widgets/__init__.py
src/gild/utils/widgets/dict_tree_view.enaml
src/gild/utils/widgets/list_editor.enaml
src/gild/utils/widgets/qt_clipboard.py
src/gild/utils/widgets/qt_list_str_widget.py
src/gild/utils/widgets/qt_tree_menu.enaml
src/gild/utils/widgets/qt_tree_widget.py
src/gild/utils/widgets/tree_nodes.py
tests/__init__.py
tests/app_helpers.enaml
tests/conftest.py
tests/test_main_window.py
tests/plugins/__init__.py
tests/plugins/errors/test_plugin.py
tests/plugins/icons/__init__.py
tests/plugins/icons/conftest.py
tests/plugins/icons/contributions.enaml
tests/plugins/icons/test_icon_theme.py
tests/plugins/icons/test_plugin.py
tests/plugins/lifecycle/__init__.py
tests/plugins/lifecycle/test_lifecycle_plugin.py
tests/plugins/log/__init__.py
tests/plugins/log/test_plugin.py
tests/plugins/log/test_tools.py
tests/plugins/packages/__init__.py
tests/plugins/packages/packages_utils.enaml
tests/plugins/packages/test_plugin.py
tests/plugins/preferences/__init__.py
tests/plugins/preferences/pref_utils.enaml
tests/plugins/preferences/test_prefs.py
tests/plugins/states/__init__.py
tests/plugins/states/states_utils.enaml
tests/plugins/states/test_states.py
tests/utils/__init__.py
tests/utils/plugin_tools_testing.enaml
tests/utils/test_atom_util.py
tests/utils/test_container_change.py
tests/utils/test_declarator.py
tests/utils/test_enaml_destroy_hook.py
tests/utils/test_mapping_utils.py
tests/utils/test_plugin_tools.py
tests/utils/test_priority_heap.py
tests/utils/widgets/__init__.py
tests/utils/widgets/test_dict_tree_view.enaml
tests/utils/widgets/test_list_str_widget.enaml
tests/utils/widgets/test_tree_widget.enaml
tests/utils/widgets/test_widgets.py