added new key binding '+' that includes into selection files that match specified mask.

This commit is contained in:
morkt
2015-08-03 22:45:59 +04:00
parent 81773a8137
commit bd01f8860c
6 changed files with 162 additions and 8 deletions

View File

@@ -133,6 +133,9 @@
<DependentUpon>CreateArchive.xaml</DependentUpon>
</Compile>
<Compile Include="DragScroll.cs" />
<Compile Include="EnterMaskDialog.xaml.cs">
<DependentUpon>EnterMaskDialog.xaml</DependentUpon>
</Compile>
<Compile Include="ExtractArchive.xaml.cs">
<DependentUpon>ExtractArchive.xaml</DependentUpon>
</Compile>
@@ -176,6 +179,10 @@
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="EnterMaskDialog.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="ExtractArchive.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>