mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 10:46:33 +02:00
[PTRun]Settings for result order tuning (#18978)
* Change to allow new settings for results tuning. * Change to allow new settings for results tuning. * Added WeightBoost * Fixed null-ref crash in QueryResults * Change based on stefansjfw review. Remove PowerLauncher_PluginWeightBoost.Content * Fixed another of my dumb null-refs... * Updated some text * Moved global sort order and set enable/disabled as needed. * Fixed enabled-state of "Global sort order score modifier" setting.
This commit is contained in:
@@ -2125,6 +2125,30 @@ From there, simply click on one of the supported files in the File Explorer and
|
||||
<data name="FancyZones_DisableRoundCornersOnWindowSnap.Content" xml:space="preserve">
|
||||
<value>Disable round corners when window is snapped</value>
|
||||
</data>
|
||||
<data name="PowerLauncher_SearchQueryTuningEnabled.Description" xml:space="preserve">
|
||||
<value>Fine tune results ordering</value>
|
||||
</data>
|
||||
<data name="PowerLauncher_SearchQueryTuningEnabled.Header" xml:space="preserve">
|
||||
<value>Results order tuning</value>
|
||||
</data>
|
||||
<data name="PowerLauncher_SearchClickedItemWeight.Description" xml:space="preserve">
|
||||
<value>Use a higher number to get selected results to rise faster. The default is 5, 0 to disable.</value>
|
||||
</data>
|
||||
<data name="PowerLauncher_SearchClickedItemWeight.Header" xml:space="preserve">
|
||||
<value>Selected item weight</value>
|
||||
</data>
|
||||
<data name="PowerLauncher_WaitForSlowResults.Description" xml:space="preserve">
|
||||
<value>Selecting this can help preselect the top, more relevent result, but at the risk of jumpiness</value>
|
||||
</data>
|
||||
<data name="PowerLauncher_WaitForSlowResults.Header" xml:space="preserve">
|
||||
<value>Wait on slower plugin results before selecting top item in results</value>
|
||||
</data>
|
||||
<data name="PowerLauncher_PluginWeightBoost.Description" xml:space="preserve">
|
||||
<value>Use a higher number to have this plugin's result show higher in the global results. Default is 0.</value>
|
||||
</data>
|
||||
<data name="PowerLauncher_PluginWeightBoost.Header" xml:space="preserve">
|
||||
<value>Global sort order score modifier</value>
|
||||
</data>
|
||||
<data name="AlwaysOnTop_RoundCorners.Content" xml:space="preserve">
|
||||
<value>Enable round corners</value>
|
||||
</data>
|
||||
|
||||
Reference in New Issue
Block a user