diff --git a/src/AddIns/Misc/TextTemplating/Project/Resources/TextTemplating.xshd b/src/AddIns/Misc/TextTemplating/Project/Resources/TextTemplating.xshd index a456d23cf7..34723597f3 100644 --- a/src/AddIns/Misc/TextTemplating/Project/Resources/TextTemplating.xshd +++ b/src/AddIns/Misc/TextTemplating/Project/Resources/TextTemplating.xshd @@ -1,7 +1,7 @@  + extensions=".tt;.t4"> diff --git a/src/AddIns/Misc/TextTemplating/Project/Templates/TextTemplate.xft b/src/AddIns/Misc/TextTemplating/Project/Templates/TextTemplate.xft index 5b5379a19b..7f4bd0477c 100644 --- a/src/AddIns/Misc/TextTemplating/Project/Templates/TextTemplate.xft +++ b/src/AddIns/Misc/TextTemplating/Project/Templates/TextTemplate.xft @@ -3,7 +3,7 @@ name="Text Template" icon="TextTemplate.File" category="C#" - defaultname="TextTemplate${Number}.txt" + defaultname="TextTemplate${Number}.tt" language="Default"/> A t4 text template for the C# language. diff --git a/src/AddIns/Misc/TextTemplating/Project/TextTemplating.addin b/src/AddIns/Misc/TextTemplating/Project/TextTemplating.addin index 753d7cc8c8..d31bb6c4e1 100644 --- a/src/AddIns/Misc/TextTemplating/Project/TextTemplating.addin +++ b/src/AddIns/Misc/TextTemplating/Project/TextTemplating.addin @@ -13,21 +13,18 @@ - - - + name="Text Template Files (*.tt;*.t4)" + extensions="*.tt;*.t4"/> @@ -35,13 +32,13 @@ + fileNamePattern="\.t(t|4)$"/>