LICENSE
README.md
pyproject.toml
tkeditor/__init__.py
tkeditor/editor.py
tkeditor.egg-info/PKG-INFO
tkeditor.egg-info/SOURCES.txt
tkeditor.egg-info/dependency_links.txt
tkeditor.egg-info/top_level.txt
tkeditor/Lexers/__init__.py
tkeditor/Lexers/baselexer.py
tkeditor/Lexers/clexer.py
tkeditor/Lexers/cpplexer.py
tkeditor/Lexers/csslexer.py
tkeditor/Lexers/highlight.py
tkeditor/Lexers/htmllexer.py
tkeditor/Lexers/jslexer.py
tkeditor/Lexers/jsonlexer.py
tkeditor/Lexers/pythonlexer.py
tkeditor/Lexers/xmllexer.py
tkeditor/Lexers/yamllexer.py
tkeditor/config/settings.py
tkeditor/core/__init__.py
tkeditor/core/auto_indent.py
tkeditor/core/bracket_match.py
tkeditor/core/manage.py
tkeditor/ui/__init__.py
tkeditor/ui/autocompleteBox.py
tkeditor/ui/autoscrollbar.py
tkeditor/ui/base_editor.py
tkeditor/ui/context_menu.py
tkeditor/ui/folding_code.py
tkeditor/ui/line_number.py
tkeditor/utils/__init__.py
tkeditor/utils/helper.py