From 3b0f6c915843f68f20eb45f6b20231410870d4fd Mon Sep 17 00:00:00 2001 From: Ankitkumar Satapara Date: Tue, 21 Apr 2026 17:14:38 +0530 Subject: [PATCH] implemented function edit and alllows the edit in input and output now --- .../CreateFunctionDialog.xaml | 56 +++++++++++++++++-- .../CreateFunctionDialog.xaml.cs | 17 ++++++ Examples/Nodify.Calculator/EditorView.xaml | 5 ++ .../OperationsMenuViewModel.cs | 23 ++++++++ 4 files changed, 97 insertions(+), 4 deletions(-) diff --git a/Examples/Nodify.Calculator/CreateFunctionDialog.xaml b/Examples/Nodify.Calculator/CreateFunctionDialog.xaml index cf46ca6..a6bcf0d 100644 --- a/Examples/Nodify.Calculator/CreateFunctionDialog.xaml +++ b/Examples/Nodify.Calculator/CreateFunctionDialog.xaml @@ -1,7 +1,7 @@ - + + + + + + + + + + + + + + string @@ -67,8 +91,32 @@ AlternatingRowBackground="#333337" GridLinesVisibility="None" HeadersVisibility="Column" BorderBrush="#555"> - + + + + + + + + + + + + + + string @@ -88,7 +136,7 @@ -