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/assistance.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/export.py
thonny/first_run.py
thonny/gridtable.py
thonny/jedi_utils.py
thonny/languages.py
thonny/memory.py
thonny/misc_utils.py
thonny/roughparse.py
thonny/rst_utils.py
thonny/running.py
thonny/running_config_page.py
thonny/shell.py
thonny/terminal.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/locale/compile_mo.bat
thonny/locale/thonny.pot
thonny/locale/update_pot.bat
thonny/locale/de_DE/LC_MESSAGES/thonny.mo
thonny/locale/de_DE/LC_MESSAGES/thonny.po
thonny/locale/el_GR/LC_MESSAGES/thonny.mo
thonny/locale/el_GR/LC_MESSAGES/thonny.po
thonny/locale/en_US/LC_MESSAGES/thonny.mo
thonny/locale/en_US/LC_MESSAGES/thonny.po
thonny/locale/es_ES/LC_MESSAGES/thonny.mo
thonny/locale/es_ES/LC_MESSAGES/thonny.po
thonny/locale/et_EE/LC_MESSAGES/thonny.mo
thonny/locale/et_EE/LC_MESSAGES/thonny.po
thonny/locale/fr_FR/HELP_CONTENT/birdseye.rst
thonny/locale/fr_FR/HELP_CONTENT/debuggers.rst
thonny/locale/fr_FR/HELP_CONTENT/debugging.rst
thonny/locale/fr_FR/HELP_CONTENT/dock.rst
thonny/locale/fr_FR/HELP_CONTENT/errors.rst
thonny/locale/fr_FR/HELP_CONTENT/flask.rst
thonny/locale/fr_FR/HELP_CONTENT/index.rst
thonny/locale/fr_FR/HELP_CONTENT/modes.rst
thonny/locale/fr_FR/HELP_CONTENT/packages.rst
thonny/locale/fr_FR/HELP_CONTENT/plotter.rst
thonny/locale/fr_FR/HELP_CONTENT/program_arguments.rst
thonny/locale/fr_FR/HELP_CONTENT/shell.rst
thonny/locale/fr_FR/HELP_CONTENT/turtle.rst
thonny/locale/fr_FR/LC_MESSAGES/thonny.mo
thonny/locale/fr_FR/LC_MESSAGES/thonny.po
thonny/locale/it_IT/LC_MESSAGES/thonny.mo
thonny/locale/it_IT/LC_MESSAGES/thonny.po
thonny/locale/ja_JP/LC_MESSAGES/thonny.mo
thonny/locale/ja_JP/LC_MESSAGES/thonny.po
thonny/locale/lt_LT/LC_MESSAGES/thonny.mo
thonny/locale/lt_LT/LC_MESSAGES/thonny.po
thonny/locale/nl_NL/LC_MESSAGES/thonny.mo
thonny/locale/nl_NL/LC_MESSAGES/thonny.po
thonny/locale/pl_PL/LC_MESSAGES/thonny.mo
thonny/locale/pl_PL/LC_MESSAGES/thonny.po
thonny/locale/pt_BR/LC_MESSAGES/thonny.mo
thonny/locale/pt_BR/LC_MESSAGES/thonny.po
thonny/locale/pt_PT/LC_MESSAGES/thonny.mo
thonny/locale/pt_PT/LC_MESSAGES/thonny.po
thonny/locale/ru_RU/LC_MESSAGES/thonny.mo
thonny/locale/ru_RU/LC_MESSAGES/thonny.po
thonny/locale/tr_TR/LC_MESSAGES/thonny.mo
thonny/locale/tr_TR/LC_MESSAGES/thonny.po
thonny/locale/uk_UA/LC_MESSAGES/thonny.mo
thonny/locale/uk_UA/LC_MESSAGES/thonny.po
thonny/locale/zh_CN/LC_MESSAGES/thonny.mo
thonny/locale/zh_CN/LC_MESSAGES/thonny.po
thonny/locale/zh_TW/LC_MESSAGES/thonny.mo
thonny/locale/zh_TW/LC_MESSAGES/thonny.po
thonny/plugins/__init__.py
thonny/plugins/about.py
thonny/plugins/assistant_config_page.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/birdseye_frontend.py
thonny/plugins/cells.py
thonny/plugins/clean_ui_themes.py
thonny/plugins/coloring.py
thonny/plugins/commenting_indenting.py
thonny/plugins/common_editing_commands.py
thonny/plugins/debugger.py
thonny/plugins/dock_user_windows_frontend.py
thonny/plugins/editor_config_page.py
thonny/plugins/event_logging.py
thonny/plugins/event_view.py
thonny/plugins/files.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/misc_analyzers.py
thonny/plugins/notes.py
thonny/plugins/object_inspector.py
thonny/plugins/outline.py
thonny/plugins/paren_matcher.py
thonny/plugins/pgzero_frontend.py
thonny/plugins/pip_gui.py
thonny/plugins/pylint.py
thonny/plugins/remove_old_data_dir.py
thonny/plugins/replayer.py
thonny/plugins/run_debug_config_page.py
thonny/plugins/shell_config_page.py
thonny/plugins/shell_macro.py
thonny/plugins/statement_boxes.py
thonny/plugins/stdlib_error_helpers.py
thonny/plugins/terminal_config_page.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/backend/birdseye_backend.py
thonny/plugins/backend/dock_user_windows_backend.py
thonny/plugins/backend/flask_backend.py
thonny/plugins/backend/matplotlib_backend.py
thonny/plugins/backend/pgzero_backend.py
thonny/plugins/circuitpython/__init__.py
thonny/plugins/circuitpython/api_stubs/analogio.py
thonny/plugins/circuitpython/api_stubs/array.py
thonny/plugins/circuitpython/api_stubs/audiobusio.py
thonny/plugins/circuitpython/api_stubs/audioio.py
thonny/plugins/circuitpython/api_stubs/bitbangio.py
thonny/plugins/circuitpython/api_stubs/board.py
thonny/plugins/circuitpython/api_stubs/builtins.py
thonny/plugins/circuitpython/api_stubs/busio.py
thonny/plugins/circuitpython/api_stubs/collections.py
thonny/plugins/circuitpython/api_stubs/digitalio.py
thonny/plugins/circuitpython/api_stubs/errno.py
thonny/plugins/circuitpython/api_stubs/framebuf.py
thonny/plugins/circuitpython/api_stubs/gamepad.py
thonny/plugins/circuitpython/api_stubs/gc.py
thonny/plugins/circuitpython/api_stubs/math.py
thonny/plugins/circuitpython/api_stubs/microcontroller.py
thonny/plugins/circuitpython/api_stubs/micropython.py
thonny/plugins/circuitpython/api_stubs/neopixel.py
thonny/plugins/circuitpython/api_stubs/neopixel_write.py
thonny/plugins/circuitpython/api_stubs/nvm.py
thonny/plugins/circuitpython/api_stubs/os.py
thonny/plugins/circuitpython/api_stubs/pulseio.py
thonny/plugins/circuitpython/api_stubs/random.py
thonny/plugins/circuitpython/api_stubs/re.py
thonny/plugins/circuitpython/api_stubs/rotaryio.py
thonny/plugins/circuitpython/api_stubs/rtc.py
thonny/plugins/circuitpython/api_stubs/samd.py
thonny/plugins/circuitpython/api_stubs/storage.py
thonny/plugins/circuitpython/api_stubs/struct.py
thonny/plugins/circuitpython/api_stubs/supervisor.py
thonny/plugins/circuitpython/api_stubs/sys.py
thonny/plugins/circuitpython/api_stubs/time.py
thonny/plugins/circuitpython/api_stubs/touchio.py
thonny/plugins/circuitpython/api_stubs/ucollections.py
thonny/plugins/circuitpython/api_stubs/ure.py
thonny/plugins/circuitpython/api_stubs/usb_hid.py
thonny/plugins/circuitpython/api_stubs/usb_midi.py
thonny/plugins/circuitpython/api_stubs/ustruct.py
thonny/plugins/esp/__init__.py
thonny/plugins/esp/esp32_api_stubs/_boot.py
thonny/plugins/esp/esp32_api_stubs/_onewire.py
thonny/plugins/esp/esp32_api_stubs/_thread.py
thonny/plugins/esp/esp32_api_stubs/_webrepl.py
thonny/plugins/esp/esp32_api_stubs/apa106.py
thonny/plugins/esp/esp32_api_stubs/array.py
thonny/plugins/esp/esp32_api_stubs/binascii.py
thonny/plugins/esp/esp32_api_stubs/btree.py
thonny/plugins/esp/esp32_api_stubs/builtins.py
thonny/plugins/esp/esp32_api_stubs/cmath.py
thonny/plugins/esp/esp32_api_stubs/collections.py
thonny/plugins/esp/esp32_api_stubs/dht.py
thonny/plugins/esp/esp32_api_stubs/ds18x20.py
thonny/plugins/esp/esp32_api_stubs/errno.py
thonny/plugins/esp/esp32_api_stubs/esp.py
thonny/plugins/esp/esp32_api_stubs/esp32.py
thonny/plugins/esp/esp32_api_stubs/flashbdev.py
thonny/plugins/esp/esp32_api_stubs/framebuf.py
thonny/plugins/esp/esp32_api_stubs/gc.py
thonny/plugins/esp/esp32_api_stubs/hashlib.py
thonny/plugins/esp/esp32_api_stubs/heapq.py
thonny/plugins/esp/esp32_api_stubs/inisetup.py
thonny/plugins/esp/esp32_api_stubs/io.py
thonny/plugins/esp/esp32_api_stubs/json.py
thonny/plugins/esp/esp32_api_stubs/machine.py
thonny/plugins/esp/esp32_api_stubs/math.py
thonny/plugins/esp/esp32_api_stubs/micropython.py
thonny/plugins/esp/esp32_api_stubs/neopixel.py
thonny/plugins/esp/esp32_api_stubs/network.py
thonny/plugins/esp/esp32_api_stubs/ntptime.py
thonny/plugins/esp/esp32_api_stubs/onewire.py
thonny/plugins/esp/esp32_api_stubs/os.py
thonny/plugins/esp/esp32_api_stubs/random.py
thonny/plugins/esp/esp32_api_stubs/re.py
thonny/plugins/esp/esp32_api_stubs/select.py
thonny/plugins/esp/esp32_api_stubs/socket.py
thonny/plugins/esp/esp32_api_stubs/ssl.py
thonny/plugins/esp/esp32_api_stubs/struct.py
thonny/plugins/esp/esp32_api_stubs/sys.py
thonny/plugins/esp/esp32_api_stubs/time.py
thonny/plugins/esp/esp32_api_stubs/ubinascii.py
thonny/plugins/esp/esp32_api_stubs/ucollections.py
thonny/plugins/esp/esp32_api_stubs/uctypes.py
thonny/plugins/esp/esp32_api_stubs/uerrno.py
thonny/plugins/esp/esp32_api_stubs/uhashlib.py
thonny/plugins/esp/esp32_api_stubs/uheapq.py
thonny/plugins/esp/esp32_api_stubs/uio.py
thonny/plugins/esp/esp32_api_stubs/ujson.py
thonny/plugins/esp/esp32_api_stubs/uos.py
thonny/plugins/esp/esp32_api_stubs/upip.py
thonny/plugins/esp/esp32_api_stubs/upip_utarfile.py
thonny/plugins/esp/esp32_api_stubs/upysh.py
thonny/plugins/esp/esp32_api_stubs/urandom.py
thonny/plugins/esp/esp32_api_stubs/ure.py
thonny/plugins/esp/esp32_api_stubs/urequests.py
thonny/plugins/esp/esp32_api_stubs/uselect.py
thonny/plugins/esp/esp32_api_stubs/usocket.py
thonny/plugins/esp/esp32_api_stubs/ussl.py
thonny/plugins/esp/esp32_api_stubs/ustruct.py
thonny/plugins/esp/esp32_api_stubs/utime.py
thonny/plugins/esp/esp32_api_stubs/utimeq.py
thonny/plugins/esp/esp32_api_stubs/uzlib.py
thonny/plugins/esp/esp32_api_stubs/webrepl.py
thonny/plugins/esp/esp32_api_stubs/webrepl_setup.py
thonny/plugins/esp/esp32_api_stubs/websocket.py
thonny/plugins/esp/esp32_api_stubs/websocket_helper.py
thonny/plugins/esp/esp32_api_stubs/zlib.py
thonny/plugins/help/__init__.py
thonny/plugins/help/birdseye.rst
thonny/plugins/help/debuggers.rst
thonny/plugins/help/debugging.rst
thonny/plugins/help/dock.rst
thonny/plugins/help/errors.rst
thonny/plugins/help/flask.rst
thonny/plugins/help/index.rst
thonny/plugins/help/modes.rst
thonny/plugins/help/packages.rst
thonny/plugins/help/plotter.rst
thonny/plugins/help/program_arguments.rst
thonny/plugins/help/shell.rst
thonny/plugins/help/turtle.rst
thonny/plugins/microbit/__init__.py
thonny/plugins/microbit/api_stubs/antigravity.py
thonny/plugins/microbit/api_stubs/array.py
thonny/plugins/microbit/api_stubs/audio.py
thonny/plugins/microbit/api_stubs/builtins.py
thonny/plugins/microbit/api_stubs/collections.py
thonny/plugins/microbit/api_stubs/gc.py
thonny/plugins/microbit/api_stubs/love.py
thonny/plugins/microbit/api_stubs/machine.py
thonny/plugins/microbit/api_stubs/math.py
thonny/plugins/microbit/api_stubs/microbit.py
thonny/plugins/microbit/api_stubs/micropython.py
thonny/plugins/microbit/api_stubs/music.py
thonny/plugins/microbit/api_stubs/neopixel.py
thonny/plugins/microbit/api_stubs/os.py
thonny/plugins/microbit/api_stubs/radio.py
thonny/plugins/microbit/api_stubs/random.py
thonny/plugins/microbit/api_stubs/speech.py
thonny/plugins/microbit/api_stubs/struct.py
thonny/plugins/microbit/api_stubs/sys.py
thonny/plugins/microbit/api_stubs/this.py
thonny/plugins/microbit/api_stubs/time.py
thonny/plugins/microbit/api_stubs/ucollections.py
thonny/plugins/microbit/api_stubs/ustruct.py
thonny/plugins/microbit/api_stubs/utime.py
thonny/plugins/micropython/__init__.py
thonny/plugins/micropython/backend.py
thonny/plugins/micropython/connection.py
thonny/plugins/micropython/serial_connection.py
thonny/plugins/micropython/webrepl_connection.py
thonny/plugins/micropython/api_stubs/_onewire.py
thonny/plugins/micropython/api_stubs/array.py
thonny/plugins/micropython/api_stubs/binascii.py
thonny/plugins/micropython/api_stubs/builtins.py
thonny/plugins/micropython/api_stubs/cmath.py
thonny/plugins/micropython/api_stubs/collections.py
thonny/plugins/micropython/api_stubs/dht.py
thonny/plugins/micropython/api_stubs/errno.py
thonny/plugins/micropython/api_stubs/framebuf.py
thonny/plugins/micropython/api_stubs/gc.py
thonny/plugins/micropython/api_stubs/hashlib.py
thonny/plugins/micropython/api_stubs/heapq.py
thonny/plugins/micropython/api_stubs/io.py
thonny/plugins/micropython/api_stubs/json.py
thonny/plugins/micropython/api_stubs/lcd160cr.py
thonny/plugins/micropython/api_stubs/machine.py
thonny/plugins/micropython/api_stubs/math.py
thonny/plugins/micropython/api_stubs/micropython.py
thonny/plugins/micropython/api_stubs/network.py
thonny/plugins/micropython/api_stubs/onewire.py
thonny/plugins/micropython/api_stubs/os.py
thonny/plugins/micropython/api_stubs/pyb.py
thonny/plugins/micropython/api_stubs/random.py
thonny/plugins/micropython/api_stubs/re.py
thonny/plugins/micropython/api_stubs/select.py
thonny/plugins/micropython/api_stubs/socket.py
thonny/plugins/micropython/api_stubs/stm.py
thonny/plugins/micropython/api_stubs/struct.py
thonny/plugins/micropython/api_stubs/sys.py
thonny/plugins/micropython/api_stubs/time.py
thonny/plugins/micropython/api_stubs/ubinascii.py
thonny/plugins/micropython/api_stubs/ucollections.py
thonny/plugins/micropython/api_stubs/uctypes.py
thonny/plugins/micropython/api_stubs/uerrno.py
thonny/plugins/micropython/api_stubs/uhashlib.py
thonny/plugins/micropython/api_stubs/uheapq.py
thonny/plugins/micropython/api_stubs/uio.py
thonny/plugins/micropython/api_stubs/ujson.py
thonny/plugins/micropython/api_stubs/umachine.py
thonny/plugins/micropython/api_stubs/uos.py
thonny/plugins/micropython/api_stubs/urandom.py
thonny/plugins/micropython/api_stubs/ure.py
thonny/plugins/micropython/api_stubs/uselect.py
thonny/plugins/micropython/api_stubs/usocket.py
thonny/plugins/micropython/api_stubs/ustruct.py
thonny/plugins/micropython/api_stubs/utime.py
thonny/plugins/micropython/api_stubs/utimeq.py
thonny/plugins/micropython/api_stubs/uzlib.py
thonny/plugins/micropython/api_stubs/zlib.py
thonny/plugins/mypy/__init__.py
thonny/plugins/mypy/typeshed_extras/turtle.pyi
thonny/plugins/pi/__init__.py
thonny/plugins/pi/res/_disabled_debug-run-cursor.png
thonny/plugins/pi/res/_disabled_debug-run-cursor48.png
thonny/plugins/pi/res/_disabled_debug-run.png
thonny/plugins/pi/res/_disabled_debug-run48.png
thonny/plugins/pi/res/_disabled_debug-step-into.png
thonny/plugins/pi/res/_disabled_debug-step-into48.png
thonny/plugins/pi/res/_disabled_debug-step-out.png
thonny/plugins/pi/res/_disabled_debug-step-out48.png
thonny/plugins/pi/res/_disabled_debug-step-over.png
thonny/plugins/pi/res/_disabled_debug-step-over48.png
thonny/plugins/pi/res/_disabled_document-new.png
thonny/plugins/pi/res/_disabled_document-new48.png
thonny/plugins/pi/res/_disabled_document-open.png
thonny/plugins/pi/res/_disabled_document-open48.png
thonny/plugins/pi/res/_disabled_document-save.png
thonny/plugins/pi/res/_disabled_document-save48.png
thonny/plugins/pi/res/_disabled_media-playback-start.png
thonny/plugins/pi/res/_disabled_media-playback-start48.png
thonny/plugins/pi/res/_disabled_process-stop.png
thonny/plugins/pi/res/_disabled_process-stop48.png
thonny/plugins/pi/res/_disabled_quit.png
thonny/plugins/pi/res/_disabled_quit48.png
thonny/plugins/pi/res/_disabled_resume.png
thonny/plugins/pi/res/_disabled_resume48.png
thonny/plugins/pi/res/_disabled_scrollbar-button-down-insens.png
thonny/plugins/pi/res/_disabled_scrollbar-button-down.png
thonny/plugins/pi/res/_disabled_scrollbar-button-left-insens.png
thonny/plugins/pi/res/_disabled_scrollbar-button-left.png
thonny/plugins/pi/res/_disabled_scrollbar-button-right-insens.png
thonny/plugins/pi/res/_disabled_scrollbar-button-right.png
thonny/plugins/pi/res/_disabled_scrollbar-button-up-insens.png
thonny/plugins/pi/res/_disabled_scrollbar-button-up.png
thonny/plugins/pi/res/_disabled_window-close-act.png
thonny/plugins/pi/res/_disabled_window-close.png
thonny/plugins/pi/res/_disabled_zoom.png
thonny/plugins/pi/res/_disabled_zoom48.png
thonny/plugins/pi/res/debug-run-cursor.png
thonny/plugins/pi/res/debug-run-cursor48.png
thonny/plugins/pi/res/debug-run.png
thonny/plugins/pi/res/debug-run48.png
thonny/plugins/pi/res/debug-step-into.png
thonny/plugins/pi/res/debug-step-into48.png
thonny/plugins/pi/res/debug-step-out.png
thonny/plugins/pi/res/debug-step-out48.png
thonny/plugins/pi/res/debug-step-over.png
thonny/plugins/pi/res/debug-step-over48.png
thonny/plugins/pi/res/document-new.png
thonny/plugins/pi/res/document-new48.png
thonny/plugins/pi/res/document-open.png
thonny/plugins/pi/res/document-open48.png
thonny/plugins/pi/res/document-save.png
thonny/plugins/pi/res/document-save48.png
thonny/plugins/pi/res/media-playback-start.png
thonny/plugins/pi/res/media-playback-start48.png
thonny/plugins/pi/res/process-stop.png
thonny/plugins/pi/res/process-stop48.png
thonny/plugins/pi/res/quit.png
thonny/plugins/pi/res/quit48.png
thonny/plugins/pi/res/resume.png
thonny/plugins/pi/res/resume48.png
thonny/plugins/pi/res/scrollbar-button-down-insens.png
thonny/plugins/pi/res/scrollbar-button-down.png
thonny/plugins/pi/res/scrollbar-button-left-insens.png
thonny/plugins/pi/res/scrollbar-button-left.png
thonny/plugins/pi/res/scrollbar-button-right-insens.png
thonny/plugins/pi/res/scrollbar-button-right.png
thonny/plugins/pi/res/scrollbar-button-up-insens.png
thonny/plugins/pi/res/scrollbar-button-up.png
thonny/plugins/pi/res/window-close-act.png
thonny/plugins/pi/res/window-close.png
thonny/plugins/pi/res/zoom.png
thonny/plugins/pi/res/zoom48.png
thonny/plugins/printing/__init__.py
thonny/plugins/printing/template.html
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/PrintLnkTarget.vbs
thonny/res/_create_disabled_variants.py
thonny/res/_disabled_16x16-blank.gif
thonny/res/_disabled_1x1-white.gif
thonny/res/_disabled_arrow-down.gif
thonny/res/_disabled_birdseye.png
thonny/res/_disabled_boxdot.png
thonny/res/_disabled_boxdot_light.png
thonny/res/_disabled_boxminus.png
thonny/res/_disabled_boxminus_light.png
thonny/res/_disabled_boxplus.png
thonny/res/_disabled_boxplus_light.png
thonny/res/_disabled_boxx.png
thonny/res/_disabled_boxx_light.png
thonny/res/_disabled_closed-folder.gif
thonny/res/_disabled_debug-current-script.png
thonny/res/_disabled_debug-current-script_2x.png
thonny/res/_disabled_delete.gif
thonny/res/_disabled_folder.gif
thonny/res/_disabled_generic-file.gif
thonny/res/_disabled_hard-drive.gif
thonny/res/_disabled_harddisk.png
thonny/res/_disabled_harddisk_2x.png
thonny/res/_disabled_help.png
thonny/res/_disabled_help_2x.png
thonny/res/_disabled_information.png
thonny/res/_disabled_information_2x.png
thonny/res/_disabled_nav-backward.png
thonny/res/_disabled_nav-backward_2x.png
thonny/res/_disabled_nav-forward.png
thonny/res/_disabled_nav-forward_2x.png
thonny/res/_disabled_new-file.png
thonny/res/_disabled_new-file_Linux.png
thonny/res/_disabled_new-file_Linux_2x.png
thonny/res/_disabled_open-file.png
thonny/res/_disabled_open-file_Linux.png
thonny/res/_disabled_open-file_Linux_2x.png
thonny/res/_disabled_open_folder.gif
thonny/res/_disabled_outline-class.png
thonny/res/_disabled_outline-class_2x.png
thonny/res/_disabled_outline-method.gif
thonny/res/_disabled_python-file.gif
thonny/res/_disabled_python-icon.gif
thonny/res/_disabled_quit.png
thonny/res/_disabled_quit_2x.png
thonny/res/_disabled_resume.png
thonny/res/_disabled_resume_2x.png
thonny/res/_disabled_run-current-script.png
thonny/res/_disabled_run-current-script_2x.png
thonny/res/_disabled_run-to-cursor.png
thonny/res/_disabled_run-to-cursor_2x.png
thonny/res/_disabled_save-file.png
thonny/res/_disabled_save-file_2x_alt.png
thonny/res/_disabled_save-file_Linux.png
thonny/res/_disabled_save-file_Linux_2x.png
thonny/res/_disabled_save-file_alt.png
thonny/res/_disabled_star.png
thonny/res/_disabled_star_2x.png
thonny/res/_disabled_step-into.png
thonny/res/_disabled_step-into_2x.png
thonny/res/_disabled_step-out.png
thonny/res/_disabled_step-out_2x.png
thonny/res/_disabled_step-over.png
thonny/res/_disabled_step-over_2x.png
thonny/res/_disabled_stop.png
thonny/res/_disabled_stop_2x_alt.png
thonny/res/_disabled_stop_alt.png
thonny/res/_disabled_tab-close-active-clam-dark.gif
thonny/res/_disabled_tab-close-active-clam.gif
thonny/res/_disabled_tab-close-active.gif
thonny/res/_disabled_tab-close-clam.gif
thonny/res/_disabled_tab-close.gif
thonny/res/_disabled_terminal.png
thonny/res/_disabled_terminal_2x.png
thonny/res/_disabled_text-file.gif
thonny/res/_disabled_thonny.png
thonny/res/_disabled_zoom.png
thonny/res/arrow-down.gif
thonny/res/birdseye.png
thonny/res/boxdot.png
thonny/res/boxdot_light.png
thonny/res/boxminus.png
thonny/res/boxminus_light.png
thonny/res/boxplus.png
thonny/res/boxplus_light.png
thonny/res/boxx.png
thonny/res/boxx_light.png
thonny/res/closed-folder.gif
thonny/res/debug-current-script.png
thonny/res/debug-current-script_2x.png
thonny/res/delete.gif
thonny/res/folder.gif
thonny/res/generic-file.gif
thonny/res/hard-drive.gif
thonny/res/harddisk.png
thonny/res/harddisk_2x.png
thonny/res/help.png
thonny/res/help_2x.png
thonny/res/information.png
thonny/res/information_2x.png
thonny/res/nav-backward.png
thonny/res/nav-backward_2x.png
thonny/res/nav-forward.png
thonny/res/nav-forward_2x.png
thonny/res/new-file.png
thonny/res/new-file_Linux.png
thonny/res/new-file_Linux_2x.png
thonny/res/open-file.png
thonny/res/open-file_Linux.png
thonny/res/open-file_Linux_2x.png
thonny/res/open_folder.gif
thonny/res/outline-class.png
thonny/res/outline-class_2x.png
thonny/res/outline-method.gif
thonny/res/python-file.gif
thonny/res/python-icon.gif
thonny/res/quit.png
thonny/res/quit_2x.png
thonny/res/resume.png
thonny/res/resume_2x.png
thonny/res/run-current-script.png
thonny/res/run-current-script_2x.png
thonny/res/run-to-cursor.png
thonny/res/run-to-cursor_2x.png
thonny/res/save-file.png
thonny/res/save-file_2x_alt.png
thonny/res/save-file_Linux.png
thonny/res/save-file_Linux_2x.png
thonny/res/save-file_alt.png
thonny/res/star.png
thonny/res/star_2x.png
thonny/res/step-into.png
thonny/res/step-into_2x.png
thonny/res/step-out.png
thonny/res/step-out_2x.png
thonny/res/step-over.png
thonny/res/step-over_2x.png
thonny/res/stop.png
thonny/res/stop_2x_alt.png
thonny/res/stop_alt.png
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/terminal.png
thonny/res/terminal_2x.png
thonny/res/text-file.gif
thonny/res/thonny.ico
thonny/res/thonny.png
thonny/res/thonny_small.ico
thonny/res/zoom.png
thonny/test/__init__.py
thonny/test/test_common.py
thonny/test/plugins/__init__.py
thonny/test/plugins/test_locals_marker.py
thonny/test/plugins/test_name_highlighter.py