- fixes #134 - missing highlight on drag over...
093d1266
Dimitar Tsenev
committed
11 changed files
BetterExplorer.csproj
/BExplorer/BetterExplorer/BetterExplorer.csproj-1+1
/BExplorer/BetterExplorer/BetterExplorer.csproj
Add comment 1364 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Add comment 1365 <ProjectExtensions>
Add comment 1366 <VisualStudio>
Add comment 1367 Minus   <UserProperties BuildVersion_UseGlobalSettings="True" BuildVersion_UpdateFileVersion="True" BuildVersion_UpdateAssemblyVersion="True" BuildVersion_BuildVersioningStyle="None.None.None.Increment" />
Add comment 1367 Plus   <UserProperties BuildVersion_BuildVersioningStyle="None.None.None.Increment" BuildVersion_UpdateAssemblyVersion="True" BuildVersion_UpdateFileVersion="True" BuildVersion_UseGlobalSettings="True" />
Add comment 1368 </VisualStudio>
Add comment 1369 </ProjectExtensions>
Add comment 1370 <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
MainWindow.xaml.cs
/BExplorer/BetterExplorer/MainWindow.xaml.cs-7+1
/BExplorer/BetterExplorer/MainWindow.xaml.cs
Add comment 1884 this._ShellListView.SaveSettingsToDatabase(this._ShellListView.CurrentFolder);
Add comment 1885 //SaveHistoryToFile(Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData) + "\\history.txt", this.bcbc.DropDownItems.OfType<String>().Select(s => s).ToList());
Add comment 1886 this.AddToLog("Session Ended");
Add comment 1887 Minus   if (!this.IsMultipleWindowsOpened) {
Add comment 1888 Minus   e.Cancel = true;
Add comment 1889 Minus   App.IsStartMinimized = true;
Add comment 1890 Minus  
Add comment 1891 Minus   this.WindowState = WindowState.Minimized;
Add comment 1892 Minus   this.Visibility = Visibility.Hidden;
Add comment 1893 Minus   } else {
Add comment 1887 Plus   if (this.IsMultipleWindowsOpened) {
Add comment 1894 1888 this.beNotifyIcon.Visibility = Visibility.Collapsed;
Add comment 1895 1889 }
Add comment 1896 1890
SevenZip2010.csproj
/SevenZip/SevenZip2010.csproj+3
/SevenZip/SevenZip2010.csproj
Add comment 190 <Compile Include="StreamWrappers.cs" />
Add comment 191 </ItemGroup>
Add comment 192 <ItemGroup>
Add comment 193 Plus   <None Include="..\.editorconfig">
Add comment 194 Plus   <Link>.editorconfig</Link>
Add comment 195 Plus   </None>
Add comment 193 196 <None Include="App.config" />
Add comment 194 197 <None Include="packages.config" />
Add comment 195 198 <None Include="sfx\7zS.sfx" />
FileSystemListItem.cs
/Shell/_Plugin Interfaces/FileSystemListItem.cs+6
/Shell/_Plugin Interfaces/FileSystemListItem.cs
Add comment 197 SFGAO sfgao;
Add comment 198 comObject.GetAttributes(Check, out sfgao);
Add comment 199 Marshal.FinalReleaseComObject(comObject);
Add comment 200 Plus   this.Dispose();
Add comment 200 201 return (sfgao & Check) != 0;
Add comment 201 202 }
Add comment 202 203
Add comment 389 390 continue;
Add comment 390 391 }
Add comment 391 392 fsi.IsParentSearchFolder = this.IsSearchFolder;
Add comment 393 Plus   fsi.Dispose();
Add comment 392 394 yield return fsi;
Add comment 393 395 //Shell32.ILFree(pidl);
Add comment 394 396 result = enumId.Next(1, out pidl, out count);
Add comment 434 436 }
Add comment 435 437
Add comment 436 438 fsi.IsParentSearchFolder = this.IsSearchFolder;
Add comment 439 Plus   fsi.Dispose();
Add comment 437 440 yield return fsi;
Add comment 438 441 result = enumId.Next(1, out pidl, out count);
Add comment 439 442 }
Add comment 460 463
Add comment 461 464 isi2.GetProperty(ref pkey, pvar);
Add comment 462 465 Marshal.ReleaseComObject(comObject);
Add comment 466 Plus   this.Dispose();
Add comment 463 467 return pvar;
Add comment 464 468 }
Add comment 465 469
Add comment 480 484 returnValue.Freeze();
Add comment 481 485 // delete HBitmap to avoid memory leaks
Add comment 482 486 Gdi32.DeleteObject(hBitmap);
Add comment 487 Plus   this.Dispose();
Add comment 483 488 return returnValue;
Add comment 484 489 }
Add comment 485 490
Add comment 643 648 var result = Marshal.PtrToStringUni(resultPtr);
Add comment 644 649 Marshal.FreeCoTaskMem(resultPtr);
Add comment 645 650 Marshal.FinalReleaseComObject(comInterface);
Add comment 651 Plus   this.Dispose();
Add comment 646 652 return result;
Add comment 647 653 } catch {
Add comment 648 654 return "Search.search-ms";
Kernel32.cs
/Shell/Interop/Kernel32.cs
/Shell/Interop/Kernel32.cs
WindowsThumbnailProvider.cs
/Shell/Interop/WindowsThumbnailProvider.cs
/Shell/Interop/WindowsThumbnailProvider.cs
ImageListEx.cs
/Shell/ImageListEx.cs
/Shell/ImageListEx.cs
ShellViewEx.cs
/Shell/ShellViewEx.cs
/Shell/ShellViewEx.cs
ToolTip.xaml.cs
/Shell/ToolTip.xaml.cs
/Shell/ToolTip.xaml.cs
.editorconfig
/.editorconfig
/.editorconfig
BExplorer.sln
/BExplorer.sln
/BExplorer.sln