- updated nuget packages...
4b34018c
Dimitar Tsenev
committed
succeeded
50 changed files
BEHelper.csproj
/BEHelper/BEHelper.csproj-11+1
/BEHelper/BEHelper.csproj
Add comment 3748 }
Add comment 3749 var obj = FileSystemListItem.ToFileSystemItem(this.LVHandle, args.FullPath.ToShellParsingName());
Add comment 3750 if (obj.IsInCurrentFolder(this.CurrentFolder)) {
Add comment 3751 Minus   if (this.IsRenameNeeded) {
Add comment 3752 Minus   var existingItem = this.Items.ToArray().FirstOrDefault(s => s.Equals(obj));
Add comment 3753 Minus   if (existingItem == null) {
Add comment 3754 Minus   var itemIndex = this.InsertNewItem(obj);
Add comment 3755 Minus   this.SelectItemByIndex(itemIndex, true, true);
Add comment 3756 Minus   this.RenameSelectedItem(itemIndex);
Add comment 3757 Minus   this.IsRenameNeeded = false;
Add comment 3758 Minus   } else {
Add comment 3759 Minus   this.RenameSelectedItem(existingItem.ItemIndex);
Add comment 3760 Minus   }
Add comment 3761 Minus   } else {
Add comment 3751 Plus   if (!this.IsRenameNeeded) {
Add comment 3762 3752 if (this._ItemsQueue.Enqueue(new Tuple<ItemUpdateType, IListItemEx>(ItemUpdateType.Created, obj))) {
Add comment 3763 3753 this.UnvalidateDirectory();
Add comment 3764 3754 }
packages.config
/BEHelper/packages.config-11+1
/BEHelper/packages.config
Add comment 3748 }
Add comment 3749 var obj = FileSystemListItem.ToFileSystemItem(this.LVHandle, args.FullPath.ToShellParsingName());
Add comment 3750 if (obj.IsInCurrentFolder(this.CurrentFolder)) {
Add comment 3751 Minus   if (this.IsRenameNeeded) {
Add comment 3752 Minus   var existingItem = this.Items.ToArray().FirstOrDefault(s => s.Equals(obj));
Add comment 3753 Minus   if (existingItem == null) {
Add comment 3754 Minus   var itemIndex = this.InsertNewItem(obj);
Add comment 3755 Minus   this.SelectItemByIndex(itemIndex, true, true);
Add comment 3756 Minus   this.RenameSelectedItem(itemIndex);
Add comment 3757 Minus   this.IsRenameNeeded = false;
Add comment 3758 Minus   } else {
Add comment 3759 Minus   this.RenameSelectedItem(existingItem.ItemIndex);
Add comment 3760 Minus   }
Add comment 3761 Minus   } else {
Add comment 3751 Plus   if (!this.IsRenameNeeded) {
Add comment 3762 3752 if (this._ItemsQueue.Enqueue(new Tuple<ItemUpdateType, IListItemEx>(ItemUpdateType.Created, obj))) {
Add comment 3763 3753 this.UnvalidateDirectory();
Add comment 3764 3754 }
BetterExplorerLib.csproj
/BetterExplorerLib/BetterExplorerLib.csproj-11+1
/BetterExplorerLib/BetterExplorerLib.csproj
Add comment 3748 }
Add comment 3749 var obj = FileSystemListItem.ToFileSystemItem(this.LVHandle, args.FullPath.ToShellParsingName());
Add comment 3750 if (obj.IsInCurrentFolder(this.CurrentFolder)) {
Add comment 3751 Minus   if (this.IsRenameNeeded) {
Add comment 3752 Minus   var existingItem = this.Items.ToArray().FirstOrDefault(s => s.Equals(obj));
Add comment 3753 Minus   if (existingItem == null) {
Add comment 3754 Minus   var itemIndex = this.InsertNewItem(obj);
Add comment 3755 Minus   this.SelectItemByIndex(itemIndex, true, true);
Add comment 3756 Minus   this.RenameSelectedItem(itemIndex);
Add comment 3757 Minus   this.IsRenameNeeded = false;
Add comment 3758 Minus   } else {
Add comment 3759 Minus   this.RenameSelectedItem(existingItem.ItemIndex);
Add comment 3760 Minus   }
Add comment 3761 Minus   } else {
Add comment 3751 Plus   if (!this.IsRenameNeeded) {
Add comment 3762 3752 if (this._ItemsQueue.Enqueue(new Tuple<ItemUpdateType, IListItemEx>(ItemUpdateType.Created, obj))) {
Add comment 3763 3753 this.UnvalidateDirectory();
Add comment 3764 3754 }
packages.config
/BetterExplorerLib/packages.config-11+1
/BetterExplorerLib/packages.config
Add comment 3748 }
Add comment 3749 var obj = FileSystemListItem.ToFileSystemItem(this.LVHandle, args.FullPath.ToShellParsingName());
Add comment 3750 if (obj.IsInCurrentFolder(this.CurrentFolder)) {
Add comment 3751 Minus   if (this.IsRenameNeeded) {
Add comment 3752 Minus   var existingItem = this.Items.ToArray().FirstOrDefault(s => s.Equals(obj));
Add comment 3753 Minus   if (existingItem == null) {
Add comment 3754 Minus   var itemIndex = this.InsertNewItem(obj);
Add comment 3755 Minus   this.SelectItemByIndex(itemIndex, true, true);
Add comment 3756 Minus   this.RenameSelectedItem(itemIndex);
Add comment 3757 Minus   this.IsRenameNeeded = false;
Add comment 3758 Minus   } else {
Add comment 3759 Minus   this.RenameSelectedItem(existingItem.ItemIndex);
Add comment 3760 Minus   }
Add comment 3761 Minus   } else {
Add comment 3751 Plus   if (!this.IsRenameNeeded) {
Add comment 3762 3752 if (this._ItemsQueue.Enqueue(new Tuple<ItemUpdateType, IListItemEx>(ItemUpdateType.Created, obj))) {
Add comment 3763 3753 this.UnvalidateDirectory();
Add comment 3764 3754 }
BetterExplorerOperations.csproj
/BetterExplorerOperations/BetterExplorerOperations.csproj-11+1
/BetterExplorerOperations/BetterExplorerOperations.csproj
Add comment 3748 }
Add comment 3749 var obj = FileSystemListItem.ToFileSystemItem(this.LVHandle, args.FullPath.ToShellParsingName());
Add comment 3750 if (obj.IsInCurrentFolder(this.CurrentFolder)) {
Add comment 3751 Minus   if (this.IsRenameNeeded) {
Add comment 3752 Minus   var existingItem = this.Items.ToArray().FirstOrDefault(s => s.Equals(obj));
Add comment 3753 Minus   if (existingItem == null) {
Add comment 3754 Minus   var itemIndex = this.InsertNewItem(obj);
Add comment 3755 Minus   this.SelectItemByIndex(itemIndex, true, true);
Add comment 3756 Minus   this.RenameSelectedItem(itemIndex);
Add comment 3757 Minus   this.IsRenameNeeded = false;
Add comment 3758 Minus   } else {
Add comment 3759 Minus   this.RenameSelectedItem(existingItem.ItemIndex);
Add comment 3760 Minus   }
Add comment 3761 Minus   } else {
Add comment 3751 Plus   if (!this.IsRenameNeeded) {
Add comment 3762 3752 if (this._ItemsQueue.Enqueue(new Tuple<ItemUpdateType, IListItemEx>(ItemUpdateType.Created, obj))) {
Add comment 3763 3753 this.UnvalidateDirectory();
Add comment 3764 3754 }
packages.config
/BetterExplorerOperations/packages.config-11+1
/BetterExplorerOperations/packages.config
Add comment 3748 }
Add comment 3749 var obj = FileSystemListItem.ToFileSystemItem(this.LVHandle, args.FullPath.ToShellParsingName());
Add comment 3750 if (obj.IsInCurrentFolder(this.CurrentFolder)) {
Add comment 3751 Minus   if (this.IsRenameNeeded) {
Add comment 3752 Minus   var existingItem = this.Items.ToArray().FirstOrDefault(s => s.Equals(obj));
Add comment 3753 Minus   if (existingItem == null) {
Add comment 3754 Minus   var itemIndex = this.InsertNewItem(obj);
Add comment 3755 Minus   this.SelectItemByIndex(itemIndex, true, true);
Add comment 3756 Minus   this.RenameSelectedItem(itemIndex);
Add comment 3757 Minus   this.IsRenameNeeded = false;
Add comment 3758 Minus   } else {
Add comment 3759 Minus   this.RenameSelectedItem(existingItem.ItemIndex);
Add comment 3760 Minus   }
Add comment 3761 Minus   } else {
Add comment 3751 Plus   if (!this.IsRenameNeeded) {
Add comment 3762 3752 if (this._ItemsQueue.Enqueue(new Tuple<ItemUpdateType, IListItemEx>(ItemUpdateType.Created, obj))) {
Add comment 3763 3753 this.UnvalidateDirectory();
Add comment 3764 3754 }
BetterExplorerShell.csproj
/BetterExplorerShell/BetterExplorerShell.csproj
/BetterExplorerShell/BetterExplorerShell.csproj
packages.config
/BetterExplorerShell/packages.config
/BetterExplorerShell/packages.config
ConditionalSelectForm.xaml.cs
/BExplorer/BetterExplorer/ConditionalSelect/ConditionalSelectForm.xaml.cs
/BExplorer/BetterExplorer/ConditionalSelect/ConditionalSelectForm.xaml.cs
AssemblyInfo.cs
/BExplorer/BetterExplorer/Properties/AssemblyInfo.cs
/BExplorer/BetterExplorer/Properties/AssemblyInfo.cs
app.config
/BExplorer/BetterExplorer/app.config
/BExplorer/BetterExplorer/app.config
BetterExplorer.csproj
/BExplorer/BetterExplorer/BetterExplorer.csproj
/BExplorer/BetterExplorer/BetterExplorer.csproj
EntityFramework.dll
/BExplorer/BetterExplorer/EntityFramework.dll
/BExplorer/BetterExplorer/EntityFramework.dll
EntityFramework.SqlServer.dll
/BExplorer/BetterExplorer/EntityFramework.SqlServer.dll
/BExplorer/BetterExplorer/EntityFramework.SqlServer.dll
EntityFramework.SqlServer.xml
/BExplorer/BetterExplorer/EntityFramework.SqlServer.xml
/BExplorer/BetterExplorer/EntityFramework.SqlServer.xml
EntityFramework.xml
/BExplorer/BetterExplorer/EntityFramework.xml
/BExplorer/BetterExplorer/EntityFramework.xml
MainWindow.xaml
/BExplorer/BetterExplorer/MainWindow.xaml
/BExplorer/BetterExplorer/MainWindow.xaml
packages.config
/BExplorer/BetterExplorer/packages.config
/BExplorer/BetterExplorer/packages.config
Odyssey.Controls.csproj
/BreadcrumbBar/Odyssey.Controls.csproj
/BreadcrumbBar/Odyssey.Controls.csproj
packages.config
/BreadcrumbBar/packages.config
/BreadcrumbBar/packages.config
ConsoleControl.csproj
/ConsoleControl/ConsoleControl.csproj
/ConsoleControl/ConsoleControl.csproj
packages.config
/ConsoleControl/packages.config
/ConsoleControl/packages.config
DBUpdater.csproj
/DBUpdater/DBUpdater.csproj
/DBUpdater/DBUpdater.csproj
packages.config
/DBUpdater/packages.config
/DBUpdater/packages.config
Fluent.Ribbon.NET 4.6.csproj
/Fluent.Ribbon-develop/Fluent.Ribbon/Fluent.Ribbon.NET 4.6.csproj
/Fluent.Ribbon-develop/Fluent.Ribbon/Fluent.Ribbon.NET 4.6.csproj
packages.config
/Fluent.Ribbon-develop/Fluent.Ribbon/packages.config
/Fluent.Ribbon-develop/Fluent.Ribbon/packages.config
GMailDrivePlugin.csproj
/GMailDrivePlugin/GMailDrivePlugin.csproj
/GMailDrivePlugin/GMailDrivePlugin.csproj
packages.config
/GMailDrivePlugin/packages.config
/GMailDrivePlugin/packages.config
ImDiskNet.vbproj
/ImDiskNet/ImDiskNet.vbproj
/ImDiskNet/ImDiskNet.vbproj
packages.config
/ImDiskNet/packages.config
/ImDiskNet/packages.config
NotifyIconWpf.csproj
/NotifyIcon/NotifyIconWpf/NotifyIconWpf.csproj
/NotifyIcon/NotifyIconWpf/NotifyIconWpf.csproj
packages.config
/NotifyIcon/NotifyIconWpf/packages.config
/NotifyIcon/NotifyIconWpf/packages.config
packages.config
/Progress/packages.config
/Progress/packages.config
RateBar.csproj
/Progress/RateBar.csproj
/Progress/RateBar.csproj
packages.config
/SevenZip/packages.config
/SevenZip/packages.config
SevenZip2010.csproj
/SevenZip/SevenZip2010.csproj
/SevenZip/SevenZip2010.csproj
packages.config
/Shell/packages.config
/Shell/packages.config
Shell.csproj
/Shell/Shell.csproj
/Shell/Shell.csproj
packages.config
/TabControl/packages.config
/TabControl/packages.config
Wpf.TabControl.csproj
/TabControl/Wpf.TabControl.csproj
/TabControl/Wpf.TabControl.csproj
packages.config
/TestProject/packages.config
/TestProject/packages.config
TestProject.vbproj
/TestProject/TestProject.vbproj
/TestProject/TestProject.vbproj
packages.config
/UnbufferedFO/GS.Common.IO/packages.config
/UnbufferedFO/GS.Common.IO/packages.config
UnbufferedIO.csproj
/UnbufferedFO/GS.Common.IO/UnbufferedIO.csproj
/UnbufferedFO/GS.Common.IO/UnbufferedIO.csproj
packages.config
/UsbEject/packages.config
/UsbEject/packages.config
UsbEject.csproj
/UsbEject/UsbEject.csproj
/UsbEject/UsbEject.csproj
BetterExplorerControls.csproj
/WpfControlLibrary1/BetterExplorerControls.csproj
/WpfControlLibrary1/BetterExplorerControls.csproj
packages.config
/WpfControlLibrary1/packages.config
/WpfControlLibrary1/packages.config
packages.config
/WpfDocumentPreviewer/packages.config
/WpfDocumentPreviewer/packages.config
WpfDocumentPreviewer.csproj
/WpfDocumentPreviewer/WpfDocumentPreviewer.csproj
/WpfDocumentPreviewer/WpfDocumentPreviewer.csproj