8 changed files
BExplorer/BetterExplorer | ||
MainWindow.xaml.cs | ||
Shell | ||
ShellItem.cs | ||
WpfControlLibrary1 | ||
BreadcrumbBarControl.xaml.cs | ||
BreadcrumbBarHistoryItem.xaml.cs | ||
BreadcrumbBarItem.xaml.cs | ||
ImageSizeDisplay.xaml.cs | ||
PreviewPane.xaml | ||
PreviewPane.xaml.cs | ||
MainWindow.xaml.cs
/BExplorer/BetterExplorer/MainWindow.xaml.cs-3+1/BExplorer/BetterExplorer/MainWindow.xaml.cs
Add comment 2061 }
Add comment 2062
Add comment 2063 void ShellListView_ItemUpdated(object sender, ItemUpdatedEventArgs e) {
Add comment 2064 Minus if (e.UpdateType != ItemUpdateType.Renamed && e.UpdateType != ItemUpdateType.Updated)
Add comment 2065 Minus {
Add comment 2064 Plus if (e.UpdateType != ItemUpdateType.Renamed && e.UpdateType != ItemUpdateType.Updated) {
Add comment 2066 2065 int ItemsCount = ShellListView.GetItemsCount();
Add comment 2067 2066 sbiItemsCount.Visibility = ItemsCount == 0 ? Visibility.Collapsed : Visibility.Visible;
Add comment 2068 2067 sbiItemsCount.Content = ItemsCount == 1 ? "1 item" : ItemsCount + " items";
Add comment 5579 5578 tcMain.ConstructMoveToCopyToMenu += ConstructMoveToCopyToMenu;
Add comment 5580 5579 tcMain.DefaultTabPath = tcMain.StartUpLocation.ToShellParsingName();
Add comment 5581 5580
Add comment 5582 Minus
Add comment 5583 5581 tcMain.StartUpLocation = Utilities.GetRegistryValue("StartUpLoc", KnownFolders.Libraries.ParsingName).ToString();
Add comment 5584 5582 if (tcMain.StartUpLocation == "") {
Add comment 5585 5583 Utilities.SetRegistryValue("StartUpLoc", KnownFolders.Libraries.ParsingName);
BreadcrumbBarControl.xaml.cs
/WpfControlLibrary1/BreadcrumbBarControl.xaml.cs/WpfControlLibrary1/BreadcrumbBarControl.xaml.cs
BreadcrumbBarHistoryItem.xaml.cs
/WpfControlLibrary1/BreadcrumbBarHistoryItem.xaml.cs/WpfControlLibrary1/BreadcrumbBarHistoryItem.xaml.cs
BreadcrumbBarItem.xaml.cs
/WpfControlLibrary1/BreadcrumbBarItem.xaml.cs/WpfControlLibrary1/BreadcrumbBarItem.xaml.cs
ImageSizeDisplay.xaml.cs
/WpfControlLibrary1/ImageSizeDisplay.xaml.cs/WpfControlLibrary1/ImageSizeDisplay.xaml.cs
PreviewPane.xaml.cs
/WpfControlLibrary1/PreviewPane.xaml.cs/WpfControlLibrary1/PreviewPane.xaml.cs