Flow.Launcher/Flow.Launcher.Core/Resource
Jack251970 79b0385336 Refactor plugin hotkey and action keyword management
Refactored hotkey management to improve thread safety by replacing `Dictionary` with `ConcurrentDictionary` and introducing a lock for updates. Added new methods for hotkey initialization, validation, and translation updates. Enhanced plugin initialization by integrating hotkey checks and removing redundant calls.

Refactored action keyword management with new methods for adding and removing keywords, ensuring thread safety with `TryAdd`, `AddOrUpdate`, and `TryRemove`. Introduced the `PluginHotkeyChangedEvent` class to encapsulate hotkey change events.

Improved thread safety and performance by using thread-safe collections and LINQ. Cleaned up code by removing deprecated methods, redundant comments, and outdated TODOs. Fixed concurrency issues and ensured consistent updates to plugin metadata and hotkey information.
2025-10-16 20:30:17 +08:00
..
AvailableLanguages.cs Use Српски instead of Српска 2025-08-16 11:41:25 +08:00
FontHelper.cs rename all project file name 2020-04-21 21:27:02 +10:00
Internationalization.cs Refactor plugin hotkey and action keyword management 2025-10-16 20:30:17 +08:00
JsonObjectConverter.cs Add Customized Object Converter, fix Length issue 2021-06-08 08:04:04 +08:00
Language.cs rename all project file name 2020-04-21 21:27:02 +10:00
Theme.cs Move to iNKORE.UI.WPF.Modern UI Framework (#3593) 2025-10-05 13:44:40 +03:00