Wed, 06 Nov 2024 19:19:29 +0100
Added '*.ts' and '*.ui' to the default list of known text file patterns.
--- a/src/eric7/Preferences/__init__.py Wed Nov 06 09:04:18 2024 +0100 +++ b/src/eric7/Preferences/__init__.py Wed Nov 06 19:19:29 2024 +0100 @@ -454,6 +454,8 @@ "*.tmpl", "*.toc", "*.toml", + "*.ts", + "*.ui", "*.vhd", "*.vhdl", "*.xbel",