Flow.Launcher/Plugins
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
..
Flow.Launcher.Plugin.BrowserBookmark Bump Svg.Skia from 3.4.1 to 3.5.0 2026-03-09 23:05:08 +00:00
Flow.Launcher.Plugin.Calculator New Crowdin updates (#4293) 2026-03-09 04:44:49 +02:00
Flow.Launcher.Plugin.Explorer Fix exception when setting Folder Search action keyword in Explorer plugin 2026-03-10 05:40:25 +00:00
Flow.Launcher.Plugin.PluginIndicator New Crowdin updates (#4293) 2026-03-09 04:44:49 +02:00
Flow.Launcher.Plugin.PluginsManager New Crowdin updates (#4293) 2026-03-09 04:44:49 +02:00
Flow.Launcher.Plugin.ProcessKiller New Crowdin updates (#4181) 2026-02-21 12:51:21 +02:00
Flow.Launcher.Plugin.Program New Crowdin updates (#4181) 2026-02-21 12:51:21 +02:00
Flow.Launcher.Plugin.Shell New Crowdin updates (#4293) 2026-03-09 04:44:49 +02:00
Flow.Launcher.Plugin.Sys New Crowdin updates (#4293) 2026-03-09 04:44:49 +02:00
Flow.Launcher.Plugin.Url New Crowdin updates (#4181) 2026-02-21 12:51:21 +02:00
Flow.Launcher.Plugin.WebSearch New Crowdin updates (#4293) 2026-03-09 04:44:49 +02:00
Flow.Launcher.Plugin.WindowsSettings New Crowdin updates (#4181) 2026-02-21 12:51:21 +02:00