CHANGELOG.rst
CREDITS.rst
LICENSE.txt
MANIFEST.in
README.rst
requirements.txt
setup.py
licenses/ECLIPSE-ICONS-LICENSE.txt
packaging/icons/thonny-128x128.png
packaging/icons/thonny-16x16.png
packaging/icons/thonny-192x192.png
packaging/icons/thonny-2.png
packaging/icons/thonny-22x22.png
packaging/icons/thonny-256x256.png
packaging/icons/thonny-32x32.png
packaging/icons/thonny-48x48.png
packaging/icons/thonny-64x64.png
packaging/linux/org.thonny.Thonny.appdata.xml
packaging/linux/org.thonny.Thonny.desktop
packaging/linux/thonny.1
thonny/VERSION
thonny/__init__.py
thonny/__main__.py
thonny/ast_utils.py
thonny/backend.py
thonny/backend_launcher.py
thonny/base_file_browser.py
thonny/code.py
thonny/codeview.py
thonny/common.py
thonny/config.py
thonny/config_ui.py
thonny/gridtable.py
thonny/jedi_utils.py
thonny/memory.py
thonny/misc_utils.py
thonny/roughparse.py
thonny/running.py
thonny/running_config_page.py
thonny/shell.py
thonny/tktextext.py
thonny/token_utils.py
thonny/ui_utils.py
thonny/workbench.py
thonny.egg-info/PKG-INFO
thonny.egg-info/SOURCES.txt
thonny.egg-info/dependency_links.txt
thonny.egg-info/entry_points.txt
thonny.egg-info/requires.txt
thonny.egg-info/top_level.txt
thonny/plugins/__init__.py
thonny/plugins/about.py
thonny/plugins/ast_view.py
thonny/plugins/autocomplete.py
thonny/plugins/backend_config_page.py
thonny/plugins/base_syntax_themes.py
thonny/plugins/base_ui_themes.py
thonny/plugins/cells.py
thonny/plugins/clean_ui_themes.py
thonny/plugins/coloring.py
thonny/plugins/commenting.py
thonny/plugins/common_editing_commands.py
thonny/plugins/debugger.py
thonny/plugins/editor_config_page.py
thonny/plugins/event_logging.py
thonny/plugins/event_view.py
thonny/plugins/find_replace.py
thonny/plugins/general_config_page.py
thonny/plugins/goto_definition.py
thonny/plugins/heap.py
thonny/plugins/highlight_names.py
thonny/plugins/locals_marker.py
thonny/plugins/main_file_browser.py
thonny/plugins/object_inspector.py
thonny/plugins/outline.py
thonny/plugins/paren_matcher.py
thonny/plugins/pip_gui.py
thonny/plugins/refactor.py
thonny/plugins/replayer.py
thonny/plugins/shell_macro.py
thonny/plugins/theme_and_font_config_page.py
thonny/plugins/thonny_folders.py
thonny/plugins/tomorrow_syntax_theme.py
thonny/plugins/variables.py
thonny/plugins/backend/__init__.py
thonny/plugins/help/__init__.py
thonny/plugins/help/help.rst
thonny/plugins/system_shell/__init__.py
thonny/plugins/system_shell/explain_environment.py
thonny/res/16x16-blank.gif
thonny/res/1x1-white.gif
thonny/res/arrow-down.gif
thonny/res/closed-folder.gif
thonny/res/debug-current-script.gif
thonny/res/delete.gif
thonny/res/folder.gif
thonny/res/generic-file.gif
thonny/res/hard-drive.gif
thonny/res/nav-backward.gif
thonny/res/nav-forward.gif
thonny/res/new-file.gif
thonny/res/open-file.gif
thonny/res/open_folder.gif
thonny/res/outline-class.gif
thonny/res/outline-method.gif
thonny/res/python-file.gif
thonny/res/python-icon.gif
thonny/res/run-current-script.gif
thonny/res/run-to-cursor.gif
thonny/res/save-file.gif
thonny/res/step-into.gif
thonny/res/step-out.gif
thonny/res/step-over.gif
thonny/res/stop.gif
thonny/res/tab-close-active-clam-dark.gif
thonny/res/tab-close-active-clam.gif
thonny/res/tab-close-active.gif
thonny/res/tab-close-clam.gif
thonny/res/tab-close.gif
thonny/res/text-file.gif
thonny/res/thonny.ico
thonny/res/thonny.png
thonny/res/thonny_small.ico
thonny/test/__init__.py
thonny/test/test_ast_utils.py
thonny/test/test_ast_utils_mark_text_ranges.py
thonny/test/plugins/__init__.py
thonny/test/plugins/test_coloring.py
thonny/test/plugins/test_locals_marker.py
thonny/test/plugins/test_name_highlighter.py
thonny/test/plugins/test_paren_matcher.py