Added '*.ts' and '*.ui' to the default list of known text file patterns. eric7

Wed, 06 Nov 2024 19:19:29 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Wed, 06 Nov 2024 19:19:29 +0100
branch
eric7
changeset 11042
d6fce9475dfa
parent 11041
4a90f19b8c96
child 11043
8cfceca767e1

Added '*.ts' and '*.ui' to the default list of known text file patterns.

src/eric7/Preferences/__init__.py file | annotate | diff | comparison | revisions
--- 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",

eric ide

mercurial