From 4dd783360389b78e9c046b04a1d77aea023687e7 Mon Sep 17 00:00:00 2001 From: DB P Date: Tue, 17 Jun 2025 16:45:44 +0900 Subject: [PATCH 01/12] UI improvements and file/folder selection feature added - Updated "Name" and "Path" keys and added new keys in en.xaml. - Modified QuickAccessLinkSettings.xaml: increased Window height and improved layout using Grid structure. - Added new UI elements: implemented radio buttons for file/folder selection. - Added and initialized QuickAccessLinks property in QuickAccessLinkSettings.xaml.cs. - Added file selection dialog in SelectPath_OnClick method. - Added IsFileSelected and IsFolderSelected properties to implement selection functionality. --- .../Languages/en.xaml | 7 +- .../Views/QuickAccessLinkSettings.xaml | 135 +++++++++++------- .../Views/QuickAccessLinkSettings.xaml.cs | 42 +++++- 3 files changed, 126 insertions(+), 58 deletions(-) diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/en.xaml b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/en.xaml index 7d0a553a486..2e0f6a67db3 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/en.xaml +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/en.xaml @@ -98,8 +98,11 @@ Delete Permanently delete current file Permanently delete current folder - Path: - Name: + Name + Type + Path + File + Folder Delete the selected Run as different user Run the selected using a different user account diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Views/QuickAccessLinkSettings.xaml b/Plugins/Flow.Launcher.Plugin.Explorer/Views/QuickAccessLinkSettings.xaml index e9ba53618f8..f35633bc5f5 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Views/QuickAccessLinkSettings.xaml +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Views/QuickAccessLinkSettings.xaml @@ -1,22 +1,23 @@ - - - - + + + + @@ -58,55 +59,91 @@ - + + + + + + + + + + + + + + - - - + + + + + + + + - - + IsReadOnly="True" + Text="{Binding SelectedPath, Mode=TwoWay}" />