From 9ef2a57235544edee3356c9691d2687fa4ac3239 Mon Sep 17 00:00:00 2001 From: liam Date: Mon, 21 Dec 2020 12:31:06 -0800 Subject: [PATCH] Added Paths custom control and Modes enum. --- .idea/.idea.NodeEditor/.idea/contentModel.xml | 3 + .idea/.idea.NodeEditor/.idea/workspace.xml | 31 +++++-- Controls/Path.xaml | 12 +++ Controls/Path.xaml.cs | 87 +++++++++++++++++++ Extensions/Modes.cs | 12 +++ NodeEditor.csproj | 5 ++ 6 files changed, 144 insertions(+), 6 deletions(-) create mode 100644 Controls/Path.xaml create mode 100644 Controls/Path.xaml.cs create mode 100644 Extensions/Modes.cs diff --git a/.idea/.idea.NodeEditor/.idea/contentModel.xml b/.idea/.idea.NodeEditor/.idea/contentModel.xml index 0bffd39..38e1177 100644 --- a/.idea/.idea.NodeEditor/.idea/contentModel.xml +++ b/.idea/.idea.NodeEditor/.idea/contentModel.xml @@ -14,9 +14,12 @@ + + + diff --git a/.idea/.idea.NodeEditor/.idea/workspace.xml b/.idea/.idea.NodeEditor/.idea/workspace.xml index c5e7aa6..e2dffc2 100644 --- a/.idea/.idea.NodeEditor/.idea/workspace.xml +++ b/.idea/.idea.NodeEditor/.idea/workspace.xml @@ -28,12 +28,10 @@ - - - - + + + - @@ -54,6 +52,9 @@ @@ -106,8 +107,17 @@