CHANGELOG.rst
CREDITS.rst
LICENSE.txt
MANIFEST.in
README.rst
requirements.txt
setup.py
licenses/CERTIFI-LICENCE.txt
licenses/DISTRO-LICENSE.txt
licenses/ECLIPSE-ICONS-LICENSE.txt
licenses/JEDI-LICENSE.txt
licenses/PYTHON-LICENSE.txt
licenses/TCLTK-LICENSE.txt
licenses/_readme.txt
packaging/icons/thonny-128x128.png
packaging/icons/thonny-16x16.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/base_file_browser.py
thonny/code.py
thonny/codeview.py
thonny/common.py
thonny/config.py
thonny/config_ui.py
thonny/globals.py
thonny/jedi_utils.py
thonny/memory.py
thonny/misc_utils.py
thonny/roughparse.py
thonny/running.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/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/font_config_page.py
thonny/plugins/general_config_page.py
thonny/plugins/goto_definition.py
thonny/plugins/heap.py
thonny/plugins/highlight_names.py
thonny/plugins/interpreter_config_page.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/styler.py
thonny/plugins/thonny_folders.py
thonny/plugins/variables.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_down2.gif
thonny/res/class.gif
thonny/res/closed_folder.gif
thonny/res/file.new_file.gif
thonny/res/file.open_file.gif
thonny/res/file.save_file.gif
thonny/res/folder.gif
thonny/res/generic_file.gif
thonny/res/gray_line.gif
thonny/res/hard_drive.gif
thonny/res/hard_drive2.gif
thonny/res/method.gif
thonny/res/open_folder.gif
thonny/res/python_file.gif
thonny/res/python_icon.gif
thonny/res/run.debug_current_script.gif
thonny/res/run.reset.gif
thonny/res/run.run_current_script.gif
thonny/res/run.run_to_cursor.gif
thonny/res/run.step.gif
thonny/res/run.step_into.gif
thonny/res/run.step_out.gif
thonny/res/run.step_over.gif
thonny/res/run.stop.gif
thonny/res/tab_close.gif
thonny/res/tab_close_active.gif
thonny/res/text_file.gif
thonny/res/thonny.ico
thonny/res/thonny.png
thonny/res/thonny_small.ico
thonny/shared/__init__.py
thonny/shared/backend_launcher.py
thonny/shared/thonny/__init__.py
thonny/shared/thonny/ast_utils.py
thonny/shared/thonny/backend.py
thonny/shared/thonny/common.py
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