Flow.Launcher/Plugins/Flow.Launcher.Plugin.Explorer
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
..
EverythingSDK Add sdk files 2022-11-04 01:19:14 -05:00
Exceptions Add new constructor for EngineNotAvailableException 2023-01-19 16:21:23 +08:00
Helper Use Localization for Explorer plugin 2025-07-16 21:28:17 +08:00
Images - Change Explorer Plugin Icon 2024-05-31 23:49:13 +09:00
Languages New Crowdin updates (#4293) 2026-03-09 04:44:49 +02:00
Search Fix Explorer plugin Quick Access items missing from general search results (#4294) 2026-03-04 21:25:25 +11:00
ViewModels Fix exception when setting Folder Search action keyword in Explorer plugin 2026-03-10 05:40:25 +00:00
Views Fix exception when setting Folder Search action keyword in Explorer plugin 2026-03-10 05:40:25 +00:00
ContextMenu.cs Use Flow.Launcher.Localization to improve code quality 2025-09-21 11:50:51 +08:00
Flow.Launcher.Plugin.Explorer.csproj Use Flow.Launcher.Localization to improve code quality 2025-09-21 11:50:51 +08:00
Main.cs Use Flow.Launcher.Localization to improve code quality 2025-09-21 11:50:51 +08:00
plugin.json set all of plugins' version to default 1.0.0 2025-05-20 09:06:11 +00:00
Settings.cs Fix exception when setting Folder Search action keyword in Explorer plugin 2026-03-10 05:40:25 +00:00