50 changed files
BEHelper | ||
BEHelper.csproj | ||
packages.config | ||
BetterExplorerLib | ||
BetterExplorerLib.csproj | ||
packages.config | ||
BetterExplorerOperations | ||
BetterExplorerOperations.csproj | ||
packages.config | ||
BetterExplorerShell | ||
BetterExplorerShell.csproj | ||
packages.config | ||
BExplorer/BetterExplorer | ||
ConditionalSelect | ||
ConditionalSelectForm.xaml.cs | ||
Properties | ||
AssemblyInfo.cs | ||
app.config | ||
BetterExplorer.csproj | ||
EntityFramework.dll | ||
EntityFramework.SqlServer.dll | ||
EntityFramework.SqlServer.xml | ||
EntityFramework.xml | ||
MainWindow.xaml | ||
packages.config | ||
BreadcrumbBar | ||
Odyssey.Controls.csproj | ||
packages.config | ||
ConsoleControl | ||
ConsoleControl.csproj | ||
packages.config | ||
DBUpdater | ||
DBUpdater.csproj | ||
packages.config | ||
Fluent.Ribbon-develop/Fluent.Ribbon | ||
Fluent.Ribbon.NET 4.6.csproj | ||
packages.config | ||
GMailDrivePlugin | ||
GMailDrivePlugin.csproj | ||
packages.config | ||
ImDiskNet | ||
ImDiskNet.vbproj | ||
packages.config | ||
NotifyIcon/NotifyIconWpf | ||
NotifyIconWpf.csproj | ||
packages.config | ||
Progress | ||
packages.config | ||
RateBar.csproj | ||
SevenZip | ||
packages.config | ||
SevenZip2010.csproj | ||
Shell | ||
packages.config | ||
Shell.csproj | ||
TabControl | ||
packages.config | ||
Wpf.TabControl.csproj | ||
TestProject | ||
packages.config | ||
TestProject.vbproj | ||
UnbufferedFO/GS.Common.IO | ||
packages.config | ||
UnbufferedIO.csproj | ||
UsbEject | ||
packages.config | ||
UsbEject.csproj | ||
WpfControlLibrary1 | ||
BetterExplorerControls.csproj | ||
packages.config | ||
WpfDocumentPreviewer | ||
packages.config | ||
WpfDocumentPreviewer.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 }
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 }
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
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
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
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
NotifyIconWpf.csproj
/NotifyIcon/NotifyIconWpf/NotifyIconWpf.csproj/NotifyIcon/NotifyIconWpf/NotifyIconWpf.csproj
packages.config
/NotifyIcon/NotifyIconWpf/packages.config/NotifyIcon/NotifyIconWpf/packages.config
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
BetterExplorerControls.csproj
/WpfControlLibrary1/BetterExplorerControls.csproj/WpfControlLibrary1/BetterExplorerControls.csproj
WpfDocumentPreviewer.csproj
/WpfDocumentPreviewer/WpfDocumentPreviewer.csproj/WpfDocumentPreviewer/WpfDocumentPreviewer.csproj