Commit graph

211 commits

Author SHA1 Message Date
copilot-swe-agent[bot]
531b45210a Fix exception when setting Folder Search action keyword in Explorer plugin
- Fix (false, false) case in EditActionKeyword to break gracefully instead
  of throwing ArgumentException. This handles the valid scenario where the
  user changes a disabled keyword's text but keeps it disabled.
- Fix GetActiveActionKeywords to return an empty dictionary instead of null
  when actionKeywordStr is null/empty, preventing NullReferenceException.
- Fix ActionKeyword setter to only auto-enable when the value actually
  changes, preventing unintended side-effects during construction.
- Initialize ActionKeywordSetting backing fields directly in constructor to
  avoid the auto-enable triggering during initialization.
- Change TextBox binding to UpdateSourceTrigger=PropertyChanged so the
  checkbox auto-enables as the user types (before they click the checkbox),
  fixing the checkbox toggle issue caused by LostFocus timing.

Co-authored-by: Jack251970 <53996452+Jack251970@users.noreply.github.com>
2026-03-10 05:40:25 +00:00
Jack Ye
5ae159de5b
Move to iNKORE.UI.WPF.Modern UI Framework (#3593) 2025-10-05 13:44:40 +03:00
Jack251970
78e5bf2a60 Use Flow.Launcher.Localization to improve code quality 2025-09-21 11:50:51 +08:00
Jeremy Wu
e1cc50c579 Merge remote-tracking branch 'origin/master' into resolve_conflicts 2025-08-31 17:53:21 +10:00
Jack251970
6751942179 Use Binding instead of RelativeResource for code quality 2025-08-17 14:30:03 +08:00
Jack251970
b097aa0c29 Apply style formatter 2025-08-17 14:23:04 +08:00
Jack251970
0228e6e488 Remove unused trigger 2025-08-17 14:22:50 +08:00
Jack251970
ce8b544ff5 Display FilePath in preview panel 2025-08-17 14:20:55 +08:00
Jack251970
21299d153f Add FileName & FilePath as public properties 2025-08-17 14:18:18 +08:00
Jack251970
9d3a0f0b70 Show FileName under preview image 2025-08-17 14:14:17 +08:00
Jack251970
f1628eec66 Add MaxHeight & MaxWidth for preview image 2025-08-17 14:14:02 +08:00
Jack251970
9f8ff12155 Bind DataContext to itself 2025-08-17 14:13:32 +08:00
Jack251970
af3aaa8ce7 Update labels for setting view model when culture info changes 2025-07-21 10:29:14 +08:00
VictoriousRaptor
1e4ff43bfc Use length and count instead of Any() 2025-07-20 23:33:38 +08:00
VictoriousRaptor
ad1d42b5dd Update labels on initialization to update on language change 2025-07-20 23:23:36 +08:00
VictoriousRaptor
976c30e0d2 Update labels on first get 2025-07-18 21:07:53 +08:00
Jack251970
2018956034 Fix label translation issue 2025-07-16 22:02:56 +08:00
VictoriousRaptor
30f7ae0d67 Use Localization for Explorer plugin 2025-07-16 21:28:17 +08:00
Jeremy Wu
2e0dd1cfa1
Release 1.20.2 | Plugin 4.7.0 (#3820) 2025-07-13 17:18:34 +03:00
Jack251970
fe3babd4fc Log error when fail to fetch type 2025-07-08 09:50:12 +08:00
Jack251970
bad7db69dc Improve code quality 2025-07-08 09:45:54 +08:00
Jack251970
2856da83c1 Fix quick access link type fetching issue 2025-07-08 09:44:17 +08:00
Jack251970
0c1fcad06f Fix grid row issue 2025-06-30 14:39:29 +08:00
Jack251970
0290675e11 Fix explorer plugin preview margin 2025-06-30 12:12:47 +08:00
Jack251970
b18d0a8bdb Improve code quality 2025-06-17 16:55:23 +08:00
Jack251970
054ee4cdbe Default to folder 2025-06-17 16:37:17 +08:00
Jack251970
b28bb38f52 Add new link if selected link is null 2025-06-17 16:34:43 +08:00
Jack251970
af92bda06d Initialize default access link type 2025-06-17 16:33:25 +08:00
Jack251970
1c652320e6 Get access link type 2025-06-17 16:32:18 +08:00
Jack251970
76972d3849 Use form dialog 2025-06-17 16:31:25 +08:00
Jack251970
12b51eb239 Code quality 2025-06-17 16:31:11 +08:00
DB P
42dc582ec1 Change default value to file 2025-06-17 17:07:02 +09:00
DB P
52da1c97d9 Adjust Button Size 2025-06-17 16:50:42 +09:00
DB P
4dd7833603 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.
2025-06-17 16:45:44 +09:00
Jeremy Wu
7ae91b1af3
Release 1.20.1 | Plugin 4.6.0 (#3706) 2025-06-14 13:45:30 +03:00
Jack Ye
d04f493e57
Merge pull request #3631 from Flow-Launcher/file_tooltip
Support More Information for Files, Folders and Volumes Tooltips & Add Custom Preview Panel Support for Folder Results
2025-06-09 13:00:16 +08:00
Jeremy Wu
2a4b4de3ef
Merge pull request #3595 from Flow-Launcher/explorer_plugin_code_quality
Remove obsolete TranslationConverter & project reference in Explorer plugin
2025-06-07 18:10:39 +10:00
Jack251970
a6b6076e08 Set IsEdit get only & Add type & Improve code quality 2025-06-07 14:20:21 +08:00
Jack251970
6d206c5a6d Adjust columns 2025-06-07 14:12:22 +08:00
Jack251970
ae9a755013 Explictly add isEdit 2025-06-07 14:07:07 +08:00
Jack251970
ab1fe67dd4 Remove command parameter 2025-06-07 14:00:56 +08:00
Jack251970
fd2952b44d Improve code quality 2025-06-07 13:52:12 +08:00
Jack251970
4218b636fe Add size changed event 2025-06-07 13:46:57 +08:00
Jack251970
29b74624c7 Add setting ui 2025-06-07 13:41:15 +08:00
Jack Ye
37cab1b30c
Merge branch 'dev' into rename-quick-access-links 2025-06-07 13:39:00 +08:00
Jack251970
6693cb13f5 Revert changes in ExplorerSettings.xaml 2025-06-07 13:38:09 +08:00
Jack Ye
a02a236ca4
Merge branch 'dev' into explorer_plugin_code_quality 2025-06-06 21:30:54 +08:00
Jack251970
a04829b04e Add setting ui back 2025-06-06 20:14:33 +08:00
Jack251970
475db2bbe8 Add blank line back 2025-06-06 20:09:47 +08:00
Jack Ye
d0c240f50f
Merge branch 'dev' into file_tooltip 2025-06-06 20:09:02 +08:00