Flow.Launcher/Plugins/Flow.Launcher.Plugin.Explorer/Search
Jack251970 43d3963e3d Make SearchResult readonly and init HighlightData to empty list
Changed SearchResult to a readonly record struct for better immutability and performance. Updated HighlightData to initialize as an empty list using a collection expression instead of null. Retained the default constructor with a clarifying comment.
2026-01-05 09:45:32 +08:00
..
DirectoryInfo Use class name instead 2025-04-13 17:59:39 +08:00
Everything Use ToInt32 instead of explicit converting 2026-01-03 20:37:16 +08:00
IProvider Remove unused using 2023-04-25 21:02:34 +08:00
QuickAccessLinks Add quick access result score for folder results 2025-06-28 11:02:44 +08:00
WindowsIndex Use Flow.Launcher.Localization to improve code quality 2025-09-21 11:50:51 +08:00
Constants.cs Fix unix directory seperator issue 2025-02-07 16:42:01 +08:00
EnvironmentVariables.cs Fix nullabl warnings 2025-04-15 13:29:26 +08:00
ResultManager.cs Use camel case for parameters 2026-01-03 20:36:01 +08:00
SearchManager.cs [FEATURE] Folder and File Action Keywords (#4093) 2025-12-14 12:18:21 +02:00
SearchResult.cs Make SearchResult readonly and init HighlightData to empty list 2026-01-05 09:45:32 +08:00