From bd01f8860c27c82dc8dfc02d2cc603b5ac6f828c Mon Sep 17 00:00:00 2001 From: morkt Date: Mon, 3 Aug 2015 22:45:59 +0400 Subject: [PATCH] added new key binding '+' that includes into selection files that match specified mask. --- GARbro.GUI.csproj | 7 ++++ MainWindow.xaml | 17 +++++---- MainWindow.xaml.cs | 68 +++++++++++++++++++++++++++++++++- Strings/guiStrings.Designer.cs | 45 ++++++++++++++++++++++ Strings/guiStrings.resx | 15 ++++++++ Strings/guiStrings.ru-RU.resx | 18 +++++++++ 6 files changed, 162 insertions(+), 8 deletions(-) diff --git a/GARbro.GUI.csproj b/GARbro.GUI.csproj index 0185e1ac..4ace66b7 100644 --- a/GARbro.GUI.csproj +++ b/GARbro.GUI.csproj @@ -133,6 +133,9 @@ CreateArchive.xaml + + EnterMaskDialog.xaml + ExtractArchive.xaml @@ -176,6 +179,10 @@ Designer MSBuild:Compile + + Designer + MSBuild:Compile + Designer MSBuild:Compile diff --git a/MainWindow.xaml b/MainWindow.xaml index 254399b7..cc86d82e 100644 --- a/MainWindow.xaml +++ b/MainWindow.xaml @@ -255,6 +255,7 @@ SelectionMode="Extended" Foreground="Black" AlternationCount="2" ContextMenu="{StaticResource lvDirContextMenu}" PreviewTextInput="lv_TextInput" IsSynchronizedWithCurrentItem="True" + SelectionChanged="lv_SelectionChanged" GridViewColumnHeader.Click="lv_ColumnHeaderClicked"> @@ -263,18 +264,11 @@ - - - - - -