diff --git a/PCK-Studio/Forms/Additional-Popups/Behaviours/AddBehaviour.Designer.cs b/PCK-Studio/Forms/Additional-Popups/EntityForms/AddEntry.Designer.cs similarity index 98% rename from PCK-Studio/Forms/Additional-Popups/Behaviours/AddBehaviour.Designer.cs rename to PCK-Studio/Forms/Additional-Popups/EntityForms/AddEntry.Designer.cs index 3fc760c7..57710abd 100644 --- a/PCK-Studio/Forms/Additional-Popups/Behaviours/AddBehaviour.Designer.cs +++ b/PCK-Studio/Forms/Additional-Popups/EntityForms/AddEntry.Designer.cs @@ -1,6 +1,6 @@ -namespace PckStudio.Forms.Additional_Popups.Behaviours +namespace PckStudio.Forms.Additional_Popups.EntryForms { - partial class AddBehaviour + partial class AddEntry { /// /// Required designer variable. diff --git a/PCK-Studio/Forms/Additional-Popups/Behaviours/AddBehaviour.cs b/PCK-Studio/Forms/Additional-Popups/EntityForms/AddEntry.cs similarity index 95% rename from PCK-Studio/Forms/Additional-Popups/Behaviours/AddBehaviour.cs rename to PCK-Studio/Forms/Additional-Popups/EntityForms/AddEntry.cs index 68932bbc..eb88ae9d 100644 --- a/PCK-Studio/Forms/Additional-Popups/Behaviours/AddBehaviour.cs +++ b/PCK-Studio/Forms/Additional-Popups/EntityForms/AddEntry.cs @@ -5,9 +5,9 @@ using MetroFramework.Forms; using Newtonsoft.Json.Linq; using PckStudio.Forms.Utilities; -namespace PckStudio.Forms.Additional_Popups.Behaviours +namespace PckStudio.Forms.Additional_Popups.EntryForms { - public partial class AddBehaviour : MetroForm + public partial class AddEntry : MetroForm { string selectedEntity = ""; @@ -15,7 +15,7 @@ namespace PckStudio.Forms.Additional_Popups.Behaviours List treeViewEntityCache = new List(); - public AddBehaviour() + public AddEntry() { InitializeComponent(); ImageList entities = new ImageList(); diff --git a/PCK-Studio/Forms/Additional-Popups/Behaviours/AddBehaviour.resx b/PCK-Studio/Forms/Additional-Popups/EntityForms/AddEntry.resx similarity index 100% rename from PCK-Studio/Forms/Additional-Popups/Behaviours/AddBehaviour.resx rename to PCK-Studio/Forms/Additional-Popups/EntityForms/AddEntry.resx diff --git a/PCK-Studio/Forms/Editor/BehaviourEditor.cs b/PCK-Studio/Forms/Editor/BehaviourEditor.cs index fba21a3e..731db9aa 100644 --- a/PCK-Studio/Forms/Editor/BehaviourEditor.cs +++ b/PCK-Studio/Forms/Editor/BehaviourEditor.cs @@ -152,7 +152,7 @@ namespace PckStudio.Forms.Editor if (treeView1.SelectedNode == null) return; if (!(treeView1.SelectedNode.Tag is BehaviourFile.RiderPositionOverride entry)) return; - var diag = new Additional_Popups.Behaviours.AddBehaviour(); + var diag = new Additional_Popups.EntryForms.AddEntry(); diag.acceptBtn.Text = "Save"; if (diag.ShowDialog() == DialogResult.OK) @@ -204,7 +204,7 @@ namespace PckStudio.Forms.Editor private void addNewEntryToolStripMenuItem_Click(object sender, EventArgs e) { - var diag = new Additional_Popups.Behaviours.AddBehaviour(); + var diag = new Additional_Popups.EntryForms.AddEntry(); if(diag.ShowDialog() == DialogResult.OK) { diff --git a/PCK-Studio/PckStudio.csproj b/PCK-Studio/PckStudio.csproj index bb9efcd0..b62172bd 100644 --- a/PCK-Studio/PckStudio.csproj +++ b/PCK-Studio/PckStudio.csproj @@ -18,44 +18,41 @@ false true - - - - $(IntermediateOutputPath)gitver - - - - - - - - - - - - @(GitVersion) - - - - - - - $(IntermediateOutputPath)GitAssemblyInfo.cs - - - - - - - - - <_Parameter1>GitHash - <_Parameter2>$(BuildHash) - - - - - + + + + $(IntermediateOutputPath)gitver + + + + + + + + + + @(GitVersion) + + + + + + $(IntermediateOutputPath)GitAssemblyInfo.cs + + + + + + + + + <_Parameter1>GitHash + <_Parameter2>$(BuildHash) + + + + + Debug AnyCPU @@ -243,11 +240,11 @@ - + Form - - AddBehaviour.cs + + AddEntry.cs Form @@ -499,8 +496,8 @@ - - AddBehaviour.cs + + AddEntry.cs AddLanguage.cs