diff --git a/App.config b/App.config
index 91c975a..b67f80b 100644
--- a/App.config
+++ b/App.config
@@ -41,10 +41,10 @@
-
+
True
-
+
True
@@ -83,6 +83,36 @@
True
+
+ NaN
+
+
+ NaN
+
+
+ NaN
+
+
+ False
+
+
+
+
+
+ NaN
+
+
+ NaN
+
+
+ NaN
+
+
+ NaN
+
+
+ True
+
diff --git a/App.xaml.cs b/App.xaml.cs
index aea8af5..c7120f8 100644
--- a/App.xaml.cs
+++ b/App.xaml.cs
@@ -27,6 +27,14 @@ public class AppHost : ChoApplicationHost
[STAThread]
public static void Main(string[] args)
{
+ // Copy user settings from previous application version if necessary
+ if (Settings.Default.UpdateSettings)
+ {
+ Settings.Default.Upgrade();
+ Settings.Default.Reload();
+ Settings.Default.UpdateSettings = false;
+ Settings.Default.Save();
+ }
ChoApplication.Run(args);
}
public override void OnTrayAppExitMenuClicked(object sender, EventArgs e)
diff --git a/ChoEazyCopy.csproj b/ChoEazyCopy.csproj
index e26555d..01c4e09 100644
--- a/ChoEazyCopy.csproj
+++ b/ChoEazyCopy.csproj
@@ -43,7 +43,7 @@
full
false
bin\Debug\
- TRACE;DEBUG;_DELAY_RUN_1
+ TRACE;DEBUG;_DELAY_RUN_1, _TEST_MODE
prompt
4
false
@@ -168,16 +168,23 @@
ChoPropertyGridFolderPicker.xaml
+
+
+
+
+
MainWindow.xaml
Code
+
+
Code
@@ -310,6 +317,12 @@
+
+
+
+
+
+
+
+
+
+
+
@@ -616,7 +655,14 @@
-
+
+
@@ -638,10 +684,12 @@
ToolTip="Clone task"/>
+
Backup Task Comments
-
@@ -653,7 +701,7 @@
local:ChoGridViewSort.AutoSort="True"
local:ChoGridViewColumnVisibilityManager.Enabled="True"
FontFamily="Courier New" FontSize="12" ToolTip=""
- PreviewKeyUp="mnuDeleteTask_PreviewKeyUp">
+ PreviewKeyUp="lstBackupTasks_PreviewKeyUp">
@@ -672,8 +720,8 @@
-
+
+