From 4c5a046bc0c228c06f491b33d42eaff969dd07af Mon Sep 17 00:00:00 2001 From: Devin Stiert Date: Mon, 20 Apr 2015 20:32:10 -0400 Subject: [PATCH] Add max depth and suffixes per program source --- .../Wox.Plugin.Program/AddProgramSource.xaml | 35 +++ .../AddProgramSource.xaml.cs | 60 ++++ .../Wox.Plugin.Program/ProgramSetting.xaml | 16 +- .../Wox.Plugin.Program/ProgramSetting.xaml.cs | 16 +- Plugins/Wox.Plugin.Program/ProgramSource.cs | 2 + .../ProgramSources/FileSystemProgramSource.cs | 25 +- .../Wox.Plugin.Program.csproj | 295 +++++++++--------- 7 files changed, 284 insertions(+), 165 deletions(-) create mode 100644 Plugins/Wox.Plugin.Program/AddProgramSource.xaml create mode 100644 Plugins/Wox.Plugin.Program/AddProgramSource.xaml.cs diff --git a/Plugins/Wox.Plugin.Program/AddProgramSource.xaml b/Plugins/Wox.Plugin.Program/AddProgramSource.xaml new file mode 100644 index 0000000000..29d59a669c --- /dev/null +++ b/Plugins/Wox.Plugin.Program/AddProgramSource.xaml @@ -0,0 +1,35 @@ + + + + + + + + + +