Skip to content

Commit e400a83

Browse files
committed
Newest version of dwh automation
1 parent d4e78da commit e400a83

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Virtual_EDW/CustomTabPage.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ public CustomTabPage(string classification, string notes, Dictionary<string, VDW
304304
localLabelOutputFileTemplateValue.Name = $"label{classification}OutputFileTemplateValue";
305305
localLabelOutputFileTemplateValue.Text = @"<output file template>";
306306

307-
// Add 'Save Tempalte' Button
307+
// Add 'Save Template' Button
308308
localSaveTemplate = new Button();
309309
tabPageGenerationTemplate.Controls.Add(localSaveTemplate);
310310
localSaveTemplate.Anchor = (AnchorStyles.Top | AnchorStyles.Left);
@@ -321,6 +321,7 @@ public CustomTabPage(string classification, string notes, Dictionary<string, VDW
321321
localRichTextBoxGenerationTemplate.Location = new Point(3, 82);
322322
localRichTextBoxGenerationTemplate.Size = new Size(195, 30);
323323
localRichTextBoxGenerationTemplate.BorderStyle = BorderStyle.None;
324+
localRichTextBoxGenerationTemplate.AcceptsTab = true;
324325
localRichTextBoxGenerationTemplate.TextChanged += CommitTemplateToMemory;
325326
#endregion
326327

Virtual_EDW/Virtual_Data_Warehouse.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@
572572
</ItemGroup>
573573
<ItemGroup>
574574
<PackageReference Include="DataWarehouseAutomation">
575-
<Version>1.3.3</Version>
575+
<Version>1.3.4</Version>
576576
</PackageReference>
577577
<PackageReference Include="Handlebars.Net">
578578
<Version>2.1.4</Version>

0 commit comments

Comments
 (0)