From 624184815ca2ad48cf06f459d55bbd80c22c245c Mon Sep 17 00:00:00 2001 From: Ojemineh Date: Wed, 9 Jun 2021 18:17:24 +0200 Subject: [PATCH 1/3] updated comments --- DayZLootEdit/MainWindow.xaml.cs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/DayZLootEdit/MainWindow.xaml.cs b/DayZLootEdit/MainWindow.xaml.cs index 93a74de..ebf51f1 100644 --- a/DayZLootEdit/MainWindow.xaml.cs +++ b/DayZLootEdit/MainWindow.xaml.cs @@ -241,7 +241,7 @@ private async void SaveLootFile(string lFile = "") } - // MAIN MENU + // MENU FILE private void MnuFileOpen_Click(object sender, RoutedEventArgs e) { @@ -302,6 +302,8 @@ private void MnuFileExit_Click(object sender, RoutedEventArgs e) } + // MENU EDIT + private void MnuEditSelectAll_Click(object sender, RoutedEventArgs e) { LootList.SelectAll(); @@ -669,6 +671,8 @@ private void MnuEditClearValue_Click(object sender, RoutedEventArgs e) LootList.Focus(); } + // MENU HELP + private void MnuHelpGitHub_Click(object sender, RoutedEventArgs e) { string uriQuery = "https://github.com/ojemineh/DayZLootEdit"; From 4c9b998d61c8dfbc493ed05c1ea2c6e42cc65919 Mon Sep 17 00:00:00 2001 From: Ojemineh Date: Wed, 9 Jun 2021 18:32:44 +0200 Subject: [PATCH 2/3] updated comments --- DayZLootEdit/MainWindow.xaml.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DayZLootEdit/MainWindow.xaml.cs b/DayZLootEdit/MainWindow.xaml.cs index ebf51f1..041cecf 100644 --- a/DayZLootEdit/MainWindow.xaml.cs +++ b/DayZLootEdit/MainWindow.xaml.cs @@ -687,7 +687,7 @@ private void MnuHelpInfo_Click(object sender, RoutedEventArgs e) } - // PERCENT + // PERCENT FUNCTIONS private void UpdatePercentControls() { @@ -764,7 +764,7 @@ private void btnPercent_Click(object sender, RoutedEventArgs e) } - // FILTER + // FILTER FUNCTIONS private void RefreshFilterListing() { From beb9b66243fe792f900d059b3f228eb168995ee1 Mon Sep 17 00:00:00 2001 From: Ojemineh Date: Wed, 9 Jun 2021 19:26:38 +0200 Subject: [PATCH 3/3] update comments --- DayZLootEdit/MainWindow.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DayZLootEdit/MainWindow.xaml.cs b/DayZLootEdit/MainWindow.xaml.cs index 041cecf..6754c40 100644 --- a/DayZLootEdit/MainWindow.xaml.cs +++ b/DayZLootEdit/MainWindow.xaml.cs @@ -1047,7 +1047,7 @@ private void chkFilterValue_Click(object sender, RoutedEventArgs e) UpdateFilterExec(); } - // LOOT LIST + // LOOT LIST (DATA GRID) private void LootList_SelectionChanged(object sender, SelectionChangedEventArgs e) {