PowerToys/src/modules/launcher/PowerLauncher
Alekhya 80f8c0399b
To remove the condition that space is needed after the Action keyword (#6003)
* Returning individual queries for each plugin

* Changed cancellation token from Query type to directly using the rawQuery

* Changed the way we get the plugins for which we execute the query

* updated UpdateResultView to take a string instead of query

* Changed the way we set a query for each plugin

* removed todo comment

* global plugins are added as a part of the query builder

* Fix for plugin.json of Folder plugin being copied into the shell plugin

* >,< and : are not allowed in file paths and indexer creates a query which searches compares if a file name is greater than or lesser than the query

* Reformatted the regex

* catching the exception

* fixed existing tests

* modified it so that it works with action keyword as well as action keywords

* Added unit tests for non global plugins

* fixed test

* add back whitespace that was removed by mistake

* fix regex

* modified the cold start query

* remove extra condition

* terms being modified as expected

* used key value pairs to iterate through the dictionary

* renamed variable

* added check for an empty dictionary

* remove : because it may appear in the file path

* fix some whitespace warnings that were being treated as errors
2020-08-21 12:21:42 -07:00
..
Helper [stylecop] Launcher (#5968) 2020-08-14 13:35:06 -07:00
Images [PowerToys Run] Updated (plugin) icons with MDL2 (#4149) 2020-07-13 22:59:19 -07:00
Languages [Launcher] ReportWindow redesign and theming support (#5790) 2020-08-17 13:48:54 -07:00
Properties whitespace forced changes (#6002) 2020-08-17 10:00:56 -07:00
Resources Merge PowerLauncher branch (#2345) 2020-04-28 15:06:01 -07:00
Storage [stylecop] Launcher (#5968) 2020-08-14 13:35:06 -07:00
Styles [PowerToys Run] Vertical scrollbar for results list (#4343) 2020-06-17 09:48:30 -07:00
Themes Run UI contrast accessibility (#6027) 2020-08-19 11:38:49 -07:00
ViewModel To remove the condition that space is needed after the Action keyword (#6003) 2020-08-21 12:21:42 -07:00
ActionKeywords.xaml Lots of small tweaks (#5960) 2020-08-14 11:50:14 -07:00
ActionKeywords.xaml.cs [stylecop] Launcher (#5968) 2020-08-14 13:35:06 -07:00
app.manifest Merge PowerLauncher branch (#2345) 2020-04-28 15:06:01 -07:00
app.png [PowerToys Run] Updated (plugin) icons with MDL2 (#4149) 2020-07-13 22:59:19 -07:00
App.xaml Merge PowerLauncher branch (#2345) 2020-04-28 15:06:01 -07:00
App.xaml.cs whitespace forced changes (#6002) 2020-08-17 10:00:56 -07:00
FodyWeavers.xml Merge PowerLauncher branch (#2345) 2020-04-28 15:06:01 -07:00
FodyWeavers.xsd Merge PowerLauncher branch (#2345) 2020-04-28 15:06:01 -07:00
LauncherControl.xaml Blurry Text for PT Run improvements (#6049) 2020-08-20 21:45:55 -07:00
LauncherControl.xaml.cs fixing most whitespace issues, reordering namespaces and adding in headers (#5677) 2020-08-05 14:06:55 -07:00
LocProject.json [Localization] Add localization step to pipeline and enable localization on C# projects with resx/resw resource files (#6033) 2020-08-19 16:10:15 -07:00
MainWindow.xaml Blurry Text for PT Run improvements (#6049) 2020-08-20 21:45:55 -07:00
MainWindow.xaml.cs [stylecop] Launcher (#5968) 2020-08-14 13:35:06 -07:00
PowerLauncher.csproj [stylecop] Launcher (#5968) 2020-08-14 13:35:06 -07:00
PublicAPIInstance.cs Additional formatting tweaks (#5909) 2020-08-13 15:32:12 -07:00
ReportWindow.xaml [Launcher] ReportWindow redesign and theming support (#5790) 2020-08-17 13:48:54 -07:00
ReportWindow.xaml.cs [Launcher] ReportWindow redesign and theming support (#5790) 2020-08-17 13:48:54 -07:00
ResultList.xaml Blurry Text for PT Run improvements (#6049) 2020-08-20 21:45:55 -07:00
ResultList.xaml.cs fixing most whitespace issues, reordering namespaces and adding in headers (#5677) 2020-08-05 14:06:55 -07:00
Settings.cs Additional formatting tweaks (#5909) 2020-08-13 15:32:12 -07:00
SettingsWatcher.cs [stylecop] Launcher (#5968) 2020-08-14 13:35:06 -07:00