.coveragerc
.gitignore
.pre-commit-config.yaml
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.cfg
setup.py
tox.ini
.github/PULL_REQUEST_TEMPLATE.md
.github/ISSUE_TEMPLATE/BUG_REPORT.md
.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
.github/workflows/release.yml
.github/workflows/static-analysis-and-test.yml
PrEditor.egg-info/PKG-INFO
PrEditor.egg-info/SOURCES.txt
PrEditor.egg-info/dependency_links.txt
PrEditor.egg-info/entry_points.txt
PrEditor.egg-info/requires.txt
PrEditor.egg-info/top_level.txt
examples/add_to_app.py
examples/output_capture_and_show.py
preditor/__init__.py
preditor/__main__.py
preditor/about_module.py
preditor/cli.py
preditor/contexts.py
preditor/debug.py
preditor/enum.py
preditor/logging_config.py
preditor/osystem.py
preditor/plugins.py
preditor/prefs.py
preditor/settings.py
preditor/streamhandler_helper.py
preditor/version.py
preditor/weakref.py
preditor/cores/__init__.py
preditor/cores/core.py
preditor/dccs/maya/PrEditor_maya.mod
preditor/dccs/maya/plug-ins/PrEditor_maya.py
preditor/delayable_engine/__init__.py
preditor/delayable_engine/delayables.py
preditor/gui/__init__.py
preditor/gui/app.py
preditor/gui/codehighlighter.py
preditor/gui/completer.py
preditor/gui/console.py
preditor/gui/dialog.py
preditor/gui/drag_tab_bar.py
preditor/gui/editor_chooser.py
preditor/gui/errordialog.py
preditor/gui/find_files.py
preditor/gui/level_buttons.py
preditor/gui/logger_window_handler.py
preditor/gui/logger_window_plugin.py
preditor/gui/loggerwindow.py
preditor/gui/newtabwidget.py
preditor/gui/redmine_login_dialog.py
preditor/gui/set_text_editor_path_dialog.py
preditor/gui/status_label.py
preditor/gui/suggest_path_quotes_dialog.py
preditor/gui/window.py
preditor/gui/workbox_mixin.py
preditor/gui/workbox_text_edit.py
preditor/gui/workboxwidget.py
preditor/gui/fuzzy_search/__init__.py
preditor/gui/fuzzy_search/fuzzy_search.py
preditor/gui/group_tab_widget/__init__.py
preditor/gui/group_tab_widget/grouped_tab_menu.py
preditor/gui/group_tab_widget/grouped_tab_models.py
preditor/gui/group_tab_widget/grouped_tab_widget.py
preditor/gui/group_tab_widget/one_tab_widget.py
preditor/gui/ui/editor_chooser.ui
preditor/gui/ui/errordialog.ui
preditor/gui/ui/find_files.ui
preditor/gui/ui/loggerwindow.ui
preditor/gui/ui/redmine_login_dialog.ui
preditor/gui/ui/set_text_editor_path_dialog.ui
preditor/gui/ui/suggest_path_quotes_dialog.ui
preditor/resource/environment_variables.html
preditor/resource/error_mail.html
preditor/resource/error_mail_inline.html
preditor/resource/settings.ini
preditor/resource/img/README.md
preditor/resource/img/arrow_forward.png
preditor/resource/img/check-bold.png
preditor/resource/img/chevron-down.png
preditor/resource/img/chevron-up.png
preditor/resource/img/close-thick.png
preditor/resource/img/comment-edit.png
preditor/resource/img/content-copy.png
preditor/resource/img/content-cut.png
preditor/resource/img/content-duplicate.png
preditor/resource/img/content-paste.png
preditor/resource/img/content-save.png
preditor/resource/img/debug_disabled.png
preditor/resource/img/eye-check.png
preditor/resource/img/file-plus.png
preditor/resource/img/file-remove.png
preditor/resource/img/format-align-left.png
preditor/resource/img/format-letter-case-lower.png
preditor/resource/img/format-letter-case-upper.png
preditor/resource/img/format-letter-case.svg
preditor/resource/img/information.png
preditor/resource/img/logging_critical.png
preditor/resource/img/logging_custom.png
preditor/resource/img/logging_debug.png
preditor/resource/img/logging_error.png
preditor/resource/img/logging_info.png
preditor/resource/img/logging_not_set.png
preditor/resource/img/logging_warning.png
preditor/resource/img/marker.png
preditor/resource/img/play.png
preditor/resource/img/playlist-play.png
preditor/resource/img/plus-minus-variant.png
preditor/resource/img/preditor.ico
preditor/resource/img/preditor.png
preditor/resource/img/preditor.psd
preditor/resource/img/preditor.svg
preditor/resource/img/regex.svg
preditor/resource/img/restart.svg
preditor/resource/img/skip-forward-outline.png
preditor/resource/img/skip-next-outline.png
preditor/resource/img/skip-next.png
preditor/resource/img/skip-previous.png
preditor/resource/img/subdirectory-arrow-right.png
preditor/resource/img/text-search-variant.png
preditor/resource/img/warning-big.png
preditor/resource/lang/python.json
preditor/resource/stylesheet/Bright.css
preditor/resource/stylesheet/Dark.css
preditor/scintilla/__init__.py
preditor/scintilla/documenteditor.py
preditor/scintilla/finddialog.py
preditor/scintilla/delayables/__init__.py
preditor/scintilla/delayables/smart_highlight.py
preditor/scintilla/delayables/spell_check.py
preditor/scintilla/lang/__init__.py
preditor/scintilla/lang/language.py
preditor/scintilla/lang/config/bash.ini
preditor/scintilla/lang/config/batch.ini
preditor/scintilla/lang/config/cpp.ini
preditor/scintilla/lang/config/css.ini
preditor/scintilla/lang/config/eyeonscript.ini
preditor/scintilla/lang/config/html.ini
preditor/scintilla/lang/config/javascript.ini
preditor/scintilla/lang/config/lua.ini
preditor/scintilla/lang/config/maxscript.ini
preditor/scintilla/lang/config/mel.ini
preditor/scintilla/lang/config/mu.ini
preditor/scintilla/lang/config/nsi.ini
preditor/scintilla/lang/config/perl.ini
preditor/scintilla/lang/config/puppet.ini
preditor/scintilla/lang/config/python.ini
preditor/scintilla/lang/config/ruby.ini
preditor/scintilla/lang/config/sql.ini
preditor/scintilla/lang/config/xml.ini
preditor/scintilla/lang/config/yaml.ini
preditor/scintilla/lexers/__init__.py
preditor/scintilla/lexers/cpplexer.py
preditor/scintilla/lexers/javascriptlexer.py
preditor/scintilla/lexers/maxscriptlexer.py
preditor/scintilla/lexers/mellexer.py
preditor/scintilla/lexers/mulexer.py
preditor/scintilla/lexers/pythonlexer.py
preditor/scintilla/ui/finddialog.ui
preditor/stream/__init__.py
preditor/stream/director.py
preditor/stream/manager.py
preditor/utils/__init__.py
preditor/utils/cute.py
preditor/utils/stylesheets.py
preditor/utils/text_search.py
tests/test_stream.py
tests/find_files/re_greedy_False_0_True.md
tests/find_files/re_greedy_False_2_True.md
tests/find_files/re_greedy_True_2_True.md
tests/find_files/re_greedy_upper_True_2_True.md
tests/find_files/re_simple_False_0_True.md
tests/find_files/re_simple_False_2_True.md
tests/find_files/re_simple_False_3_True.md
tests/find_files/re_simple_True_2_True.md
tests/find_files/simple_False_0_False.md
tests/find_files/simple_False_1_False.md
tests/find_files/simple_False_2_False.md
tests/find_files/simple_False_3_False.md
tests/find_files/simple_True_2_False.md
tests/find_files/tab_text.txt
tests/find_files/test_find_files.py
tests/ide/test_delayable_engine.py