mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
migrate WindowsSettings plugin into main repo
This commit is contained in:
commit
b59bc39c84
34 changed files with 44046 additions and 0 deletions
367
Flow.Plugin.WindowsSettings/.gitignore
vendored
Normal file
367
Flow.Plugin.WindowsSettings/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,367 @@
|
||||||
|
# Default ignored files
|
||||||
|
/shelf/
|
||||||
|
/workspace.xml
|
||||||
|
# Rider ignored files
|
||||||
|
/contentModel.xml
|
||||||
|
/projectSettingsUpdater.xml
|
||||||
|
/.idea.Microsoft.PowerToys.Run.Plugin.WindowsSettings.iml
|
||||||
|
/modules.xml
|
||||||
|
/.idea
|
||||||
|
# Datasource local storage ignored files
|
||||||
|
/../../../../../../../:\文档\RiderProject\Flow.Plugin.WindowsSettings\.idea\.idea.Microsoft.PowerToys.Run.Plugin.WindowsSettings.dir\.idea/dataSources/
|
||||||
|
/dataSources.local.xml
|
||||||
|
# Editor-based HTTP Client requests
|
||||||
|
/httpRequests/
|
||||||
|
|
||||||
|
## Ignore Visual Studio temporary files, build results, and
|
||||||
|
## files generated by popular Visual Studio add-ons.
|
||||||
|
##
|
||||||
|
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
|
||||||
|
|
||||||
|
# User-specific files
|
||||||
|
*.rsuser
|
||||||
|
*.suo
|
||||||
|
*.user
|
||||||
|
*.userosscache
|
||||||
|
*.sln.docstates
|
||||||
|
|
||||||
|
# User-specific files (MonoDevelop/Xamarin Studio)
|
||||||
|
*.userprefs
|
||||||
|
|
||||||
|
# Mono auto generated files
|
||||||
|
mono_crash.*
|
||||||
|
|
||||||
|
# Build results
|
||||||
|
[Dd]ebug/
|
||||||
|
[Dd]ebugPublic/
|
||||||
|
[Rr]elease/
|
||||||
|
[Rr]eleases/
|
||||||
|
x64/
|
||||||
|
x86/
|
||||||
|
[Aa][Rr][Mm]/
|
||||||
|
[Aa][Rr][Mm]64/
|
||||||
|
bld/
|
||||||
|
[Bb]in/
|
||||||
|
[Oo]bj/
|
||||||
|
[Ll]og/
|
||||||
|
|
||||||
|
# Visual Studio 2015/2017 cache/options directory
|
||||||
|
.vs/
|
||||||
|
# Uncomment if you have tasks that create the project's static files in wwwroot
|
||||||
|
#wwwroot/
|
||||||
|
|
||||||
|
# Visual Studio 2017 auto generated files
|
||||||
|
Generated\ Files/
|
||||||
|
|
||||||
|
# MSTest test Results
|
||||||
|
[Tt]est[Rr]esult*/
|
||||||
|
[Bb]uild[Ll]og.*
|
||||||
|
|
||||||
|
# NUnit
|
||||||
|
*.VisualState.xml
|
||||||
|
TestResult.xml
|
||||||
|
nunit-*.xml
|
||||||
|
|
||||||
|
# Build Results of an ATL Project
|
||||||
|
[Dd]ebugPS/
|
||||||
|
[Rr]eleasePS/
|
||||||
|
dlldata.c
|
||||||
|
|
||||||
|
# Benchmark Results
|
||||||
|
BenchmarkDotNet.Artifacts/
|
||||||
|
|
||||||
|
# .NET Core
|
||||||
|
project.lock.json
|
||||||
|
project.fragment.lock.json
|
||||||
|
artifacts/
|
||||||
|
|
||||||
|
# StyleCop
|
||||||
|
StyleCopReport.xml
|
||||||
|
|
||||||
|
# Files built by Visual Studio
|
||||||
|
*_i.c
|
||||||
|
*_p.c
|
||||||
|
*_h.h
|
||||||
|
*.ilk
|
||||||
|
*.meta
|
||||||
|
*.obj
|
||||||
|
*.iobj
|
||||||
|
*.pch
|
||||||
|
*.pdb
|
||||||
|
*.ipdb
|
||||||
|
*.pgc
|
||||||
|
*.pgd
|
||||||
|
*.rsp
|
||||||
|
*.sbr
|
||||||
|
*.tlb
|
||||||
|
*.tli
|
||||||
|
*.tlh
|
||||||
|
*.tmp
|
||||||
|
*.tmp_proj
|
||||||
|
*_wpftmp.csproj
|
||||||
|
*.log
|
||||||
|
*.vspscc
|
||||||
|
*.vssscc
|
||||||
|
.builds
|
||||||
|
*.pidb
|
||||||
|
*.svclog
|
||||||
|
*.scc
|
||||||
|
|
||||||
|
# Chutzpah Test files
|
||||||
|
_Chutzpah*
|
||||||
|
|
||||||
|
# Visual C++ cache files
|
||||||
|
ipch/
|
||||||
|
*.aps
|
||||||
|
*.ncb
|
||||||
|
*.opendb
|
||||||
|
*.opensdf
|
||||||
|
*.sdf
|
||||||
|
*.cachefile
|
||||||
|
*.VC.db
|
||||||
|
*.VC.VC.opendb
|
||||||
|
|
||||||
|
# Visual Studio profiler
|
||||||
|
*.psess
|
||||||
|
*.vsp
|
||||||
|
*.vspx
|
||||||
|
*.sap
|
||||||
|
|
||||||
|
# Visual Studio Trace Files
|
||||||
|
*.e2e
|
||||||
|
|
||||||
|
# TFS 2012 Local Workspace
|
||||||
|
$tf/
|
||||||
|
|
||||||
|
# Guidance Automation Toolkit
|
||||||
|
*.gpState
|
||||||
|
|
||||||
|
# ReSharper is a .NET coding add-in
|
||||||
|
_ReSharper*/
|
||||||
|
*.[Rr]e[Ss]harper
|
||||||
|
*.DotSettings.user
|
||||||
|
|
||||||
|
# JustCode is a .NET coding add-in
|
||||||
|
.JustCode
|
||||||
|
|
||||||
|
# TeamCity is a build add-in
|
||||||
|
_TeamCity*
|
||||||
|
|
||||||
|
# DotCover is a Code Coverage Tool
|
||||||
|
*.dotCover
|
||||||
|
|
||||||
|
# AxoCover is a Code Coverage Tool
|
||||||
|
.axoCover/*
|
||||||
|
!.axoCover/settings.json
|
||||||
|
|
||||||
|
# Visual Studio code coverage results
|
||||||
|
*.coverage
|
||||||
|
*.coveragexml
|
||||||
|
|
||||||
|
# NCrunch
|
||||||
|
_NCrunch_*
|
||||||
|
.*crunch*.local.xml
|
||||||
|
nCrunchTemp_*
|
||||||
|
|
||||||
|
# MightyMoose
|
||||||
|
*.mm.*
|
||||||
|
AutoTest.Net/
|
||||||
|
|
||||||
|
# Web workbench (sass)
|
||||||
|
.sass-cache/
|
||||||
|
|
||||||
|
# Installshield output folder
|
||||||
|
[Ee]xpress/
|
||||||
|
|
||||||
|
# DocProject is a documentation generator add-in
|
||||||
|
DocProject/buildhelp/
|
||||||
|
DocProject/Help/*.HxT
|
||||||
|
DocProject/Help/*.HxC
|
||||||
|
DocProject/Help/*.hhc
|
||||||
|
DocProject/Help/*.hhk
|
||||||
|
DocProject/Help/*.hhp
|
||||||
|
DocProject/Help/Html2
|
||||||
|
DocProject/Help/html
|
||||||
|
|
||||||
|
# Click-Once directory
|
||||||
|
publish/
|
||||||
|
|
||||||
|
# Publish Web Output
|
||||||
|
*.[Pp]ublish.xml
|
||||||
|
*.azurePubxml
|
||||||
|
# Note: Comment the next line if you want to checkin your web deploy settings,
|
||||||
|
# but database connection strings (with potential passwords) will be unencrypted
|
||||||
|
*.pubxml
|
||||||
|
*.publishproj
|
||||||
|
|
||||||
|
# Microsoft Azure Web App publish settings. Comment the next line if you want to
|
||||||
|
# checkin your Azure Web App publish settings, but sensitive information contained
|
||||||
|
# in these scripts will be unencrypted
|
||||||
|
PublishScripts/
|
||||||
|
|
||||||
|
# NuGet Packages
|
||||||
|
*.nupkg
|
||||||
|
# NuGet Symbol Packages
|
||||||
|
*.snupkg
|
||||||
|
# The packages folder can be ignored because of Package Restore
|
||||||
|
**/[Pp]ackages/*
|
||||||
|
# except build/, which is used as an MSBuild target.
|
||||||
|
!**/[Pp]ackages/build/
|
||||||
|
# Uncomment if necessary however generally it will be regenerated when needed
|
||||||
|
#!**/[Pp]ackages/repositories.config
|
||||||
|
# NuGet v3's project.json files produces more ignorable files
|
||||||
|
*.nuget.props
|
||||||
|
*.nuget.targets
|
||||||
|
|
||||||
|
# Microsoft Azure Build Output
|
||||||
|
csx/
|
||||||
|
*.build.csdef
|
||||||
|
|
||||||
|
# Microsoft Azure Emulator
|
||||||
|
ecf/
|
||||||
|
rcf/
|
||||||
|
|
||||||
|
# Windows Store app package directories and files
|
||||||
|
AppPackages/
|
||||||
|
BundleArtifacts/
|
||||||
|
Package.StoreAssociation.xml
|
||||||
|
_pkginfo.txt
|
||||||
|
*.appx
|
||||||
|
*.appxbundle
|
||||||
|
*.appxupload
|
||||||
|
|
||||||
|
# Visual Studio cache files
|
||||||
|
# files ending in .cache can be ignored
|
||||||
|
*.[Cc]ache
|
||||||
|
# but keep track of directories ending in .cache
|
||||||
|
!?*.[Cc]ache/
|
||||||
|
|
||||||
|
# Others
|
||||||
|
ClientBin/
|
||||||
|
~$*
|
||||||
|
*~
|
||||||
|
*.dbmdl
|
||||||
|
*.dbproj.schemaview
|
||||||
|
*.jfm
|
||||||
|
*.pfx
|
||||||
|
*.publishsettings
|
||||||
|
orleans.codegen.cs
|
||||||
|
|
||||||
|
# Including strong name files can present a security risk
|
||||||
|
# (https://github.com/github/gitignore/pull/2483#issue-259490424)
|
||||||
|
#*.snk
|
||||||
|
|
||||||
|
# Since there are multiple workflows, uncomment next line to ignore bower_components
|
||||||
|
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
|
||||||
|
#bower_components/
|
||||||
|
|
||||||
|
# RIA/Silverlight projects
|
||||||
|
Generated_Code/
|
||||||
|
|
||||||
|
# Backup & report files from converting an old project file
|
||||||
|
# to a newer Visual Studio version. Backup files are not needed,
|
||||||
|
# because we have git ;-)
|
||||||
|
_UpgradeReport_Files/
|
||||||
|
Backup*/
|
||||||
|
UpgradeLog*.XML
|
||||||
|
UpgradeLog*.htm
|
||||||
|
ServiceFabricBackup/
|
||||||
|
*.rptproj.bak
|
||||||
|
|
||||||
|
# SQL Server files
|
||||||
|
*.mdf
|
||||||
|
*.ldf
|
||||||
|
*.ndf
|
||||||
|
|
||||||
|
# Business Intelligence projects
|
||||||
|
*.rdl.data
|
||||||
|
*.bim.layout
|
||||||
|
*.bim_*.settings
|
||||||
|
*.rptproj.rsuser
|
||||||
|
*- [Bb]ackup.rdl
|
||||||
|
*- [Bb]ackup ([0-9]).rdl
|
||||||
|
*- [Bb]ackup ([0-9][0-9]).rdl
|
||||||
|
|
||||||
|
# Microsoft Fakes
|
||||||
|
FakesAssemblies/
|
||||||
|
|
||||||
|
# GhostDoc plugin setting file
|
||||||
|
*.GhostDoc.xml
|
||||||
|
|
||||||
|
# Node.js Tools for Visual Studio
|
||||||
|
.ntvs_analysis.dat
|
||||||
|
node_modules/
|
||||||
|
|
||||||
|
# Visual Studio 6 build log
|
||||||
|
*.plg
|
||||||
|
|
||||||
|
# Visual Studio 6 workspace options file
|
||||||
|
*.opt
|
||||||
|
|
||||||
|
# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
|
||||||
|
*.vbw
|
||||||
|
|
||||||
|
# Visual Studio LightSwitch build output
|
||||||
|
**/*.HTMLClient/GeneratedArtifacts
|
||||||
|
**/*.DesktopClient/GeneratedArtifacts
|
||||||
|
**/*.DesktopClient/ModelManifest.xml
|
||||||
|
**/*.Server/GeneratedArtifacts
|
||||||
|
**/*.Server/ModelManifest.xml
|
||||||
|
_Pvt_Extensions
|
||||||
|
|
||||||
|
# Paket dependency manager
|
||||||
|
.paket/paket.exe
|
||||||
|
paket-files/
|
||||||
|
|
||||||
|
# FAKE - F# Make
|
||||||
|
.fake/
|
||||||
|
|
||||||
|
# CodeRush personal settings
|
||||||
|
.cr/personal
|
||||||
|
|
||||||
|
# Python Tools for Visual Studio (PTVS)
|
||||||
|
__pycache__/
|
||||||
|
*.pyc
|
||||||
|
|
||||||
|
# Cake - Uncomment if you are using it
|
||||||
|
# tools/**
|
||||||
|
# !tools/packages.config
|
||||||
|
|
||||||
|
# Tabs Studio
|
||||||
|
*.tss
|
||||||
|
|
||||||
|
# Telerik's JustMock configuration file
|
||||||
|
*.jmconfig
|
||||||
|
|
||||||
|
# BizTalk build output
|
||||||
|
*.btp.cs
|
||||||
|
*.btm.cs
|
||||||
|
*.odx.cs
|
||||||
|
*.xsd.cs
|
||||||
|
|
||||||
|
# OpenCover UI analysis results
|
||||||
|
OpenCover/
|
||||||
|
|
||||||
|
# Azure Stream Analytics local run output
|
||||||
|
ASALocalRun/
|
||||||
|
|
||||||
|
# MSBuild Binary and Structured Log
|
||||||
|
*.binlog
|
||||||
|
|
||||||
|
# NVidia Nsight GPU debugger configuration file
|
||||||
|
*.nvuser
|
||||||
|
|
||||||
|
# MFractors (Xamarin productivity tool) working folder
|
||||||
|
.mfractor/
|
||||||
|
|
||||||
|
# Local History for Visual Studio
|
||||||
|
.localhistory/
|
||||||
|
|
||||||
|
# BeatPulse healthcheck temp database
|
||||||
|
healthchecksdb
|
||||||
|
|
||||||
|
# Backup folder for Package Reference Convert tool in Visual Studio 2017
|
||||||
|
MigrationBackup/
|
||||||
|
|
||||||
|
# Ionide (cross platform F# VS Code tools) working folder
|
||||||
|
.ionide/
|
||||||
76
Flow.Plugin.WindowsSettings/Classes/WindowsSetting.cs
Normal file
76
Flow.Plugin.WindowsSettings/Classes/WindowsSetting.cs
Normal file
|
|
@ -0,0 +1,76 @@
|
||||||
|
// Copyright (c) Microsoft Corporation
|
||||||
|
// The Microsoft Corporation licenses this file to you under the MIT license.
|
||||||
|
// See the LICENSE file in the project root for more information.
|
||||||
|
|
||||||
|
using System.Collections.Generic;
|
||||||
|
|
||||||
|
namespace Flow.Plugin.WindowsSettings.Classes
|
||||||
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// A windows setting
|
||||||
|
/// </summary>
|
||||||
|
internal class WindowsSetting
|
||||||
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// Initializes a new instance of the <see cref="WindowsSetting"/> class.
|
||||||
|
/// </summary>
|
||||||
|
public WindowsSetting()
|
||||||
|
{
|
||||||
|
Name = string.Empty;
|
||||||
|
Area = string.Empty;
|
||||||
|
Command = string.Empty;
|
||||||
|
Type = string.Empty;
|
||||||
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Gets or sets the name of this setting.
|
||||||
|
/// </summary>
|
||||||
|
public string Name { get; set; }
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Gets or sets the area of this setting.
|
||||||
|
/// </summary>
|
||||||
|
public string Area { get; set; }
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Gets or sets the command of this setting.
|
||||||
|
/// </summary>
|
||||||
|
public string Command { get; set; }
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Gets or sets the type of the windows setting.
|
||||||
|
/// </summary>
|
||||||
|
public string Type { get; set; }
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Gets or sets the alternative names of this setting.
|
||||||
|
/// </summary>
|
||||||
|
public IEnumerable<string>? AltNames { get; set; }
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Gets or sets the Keywords names of this task link.
|
||||||
|
/// </summary>
|
||||||
|
public IEnumerable<IEnumerable<string>>? Keywords { get; set; }
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Gets or sets the Ghyph of this setting
|
||||||
|
/// </summary>
|
||||||
|
public string? glyph { get; set; }
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Gets or sets a additional note of this settings.
|
||||||
|
/// <para>(e.g. why is not supported on your system)</para>
|
||||||
|
/// </summary>
|
||||||
|
public string? Note { get; set; }
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Gets or sets the minimum need Windows build for this setting.
|
||||||
|
/// </summary>
|
||||||
|
public uint? IntroducedInBuild { get; set; }
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Gets or sets the Windows build since this settings is not longer present.
|
||||||
|
/// </summary>
|
||||||
|
public uint? DeprecatedInBuild { get; set; }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,84 @@
|
||||||
|
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
|
||||||
|
<PropertyGroup>
|
||||||
|
<TargetFramework>net5.0-windows</TargetFramework>
|
||||||
|
<ProjectGuid>{5043CECE-E6A7-4867-9CBE-02D27D83747A}</ProjectGuid>
|
||||||
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||||
|
<RootNamespace>Flow.Plugin.WindowsSettings</RootNamespace>
|
||||||
|
<AssemblyName>Flow.Plugin.WindowsSettings</AssemblyName>
|
||||||
|
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
||||||
|
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
|
||||||
|
<Platforms>x64</Platforms>
|
||||||
|
<ErrorReport>prompt</ErrorReport>
|
||||||
|
<UseWindowsForms>true</UseWindowsForms>
|
||||||
|
<NeutralLanguage>en-US</NeutralLanguage>
|
||||||
|
<Nullable>enable</Nullable>
|
||||||
|
</PropertyGroup>
|
||||||
|
|
||||||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||||
|
<OutputPath>..\..\Output\Debug\Plugins\Flow.Launcher.Plugin.WindowsSettings</OutputPath>
|
||||||
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
||||||
|
<Optimize>false</Optimize>
|
||||||
|
<DebugType>portable</DebugType>
|
||||||
|
<DebugSymbols>true</DebugSymbols>
|
||||||
|
<PlatformTarget>x64</PlatformTarget>
|
||||||
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
||||||
|
<WarningLevel>4</WarningLevel>
|
||||||
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
||||||
|
</PropertyGroup>
|
||||||
|
|
||||||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||||
|
<OutputPath>..\..\Output\Release\Plugins\Flow.Launcher.Plugin.WindowsSettings</OutputPath>
|
||||||
|
<DefineConstants>TRACE</DefineConstants>
|
||||||
|
<Optimize>true</Optimize>
|
||||||
|
<DebugType>portable</DebugType>
|
||||||
|
<PlatformTarget>x64</PlatformTarget>
|
||||||
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
||||||
|
<WarningLevel>4</WarningLevel>
|
||||||
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
||||||
|
</PropertyGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<None Remove="WindowsSettings.json" />
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="plugin.json">
|
||||||
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
|
</None>
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<EmbeddedResource Include="WindowsSettings.json">
|
||||||
|
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||||
|
</EmbeddedResource>
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<Compile Update="Properties\Resources.Designer.cs">
|
||||||
|
<DesignTime>True</DesignTime>
|
||||||
|
<AutoGen>True</AutoGen>
|
||||||
|
<DependentUpon>Resources.resx</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<EmbeddedResource Update="Properties\Resources.resx">
|
||||||
|
<Generator>ResXFileCodeGenerator</Generator>
|
||||||
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
||||||
|
</EmbeddedResource>
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<None Update="Images\WindowsSettings.dark.png">
|
||||||
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
|
</None>
|
||||||
|
<None Update="Images\WindowsSettings.light.png">
|
||||||
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
|
</None>
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<ProjectReference Include="..\..\Flow.Launcher.Plugin\Flow.Launcher.Plugin.csproj" />
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
|
</Project>
|
||||||
25
Flow.Plugin.WindowsSettings/Flow.Plugin.WindowsSettings.sln
Normal file
25
Flow.Plugin.WindowsSettings/Flow.Plugin.WindowsSettings.sln
Normal file
|
|
@ -0,0 +1,25 @@
|
||||||
|
|
||||||
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||||
|
# Visual Studio Version 17
|
||||||
|
VisualStudioVersion = 17.0.31512.422
|
||||||
|
MinimumVisualStudioVersion = 10.0.40219.1
|
||||||
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Flow.Plugin.WindowsSettings", "Flow.Plugin.WindowsSettings.csproj", "{5043CECE-E6A7-4867-9CBE-02D27D83747A}"
|
||||||
|
EndProject
|
||||||
|
Global
|
||||||
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
|
Debug|x64 = Debug|x64
|
||||||
|
Release|x64 = Release|x64
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||||
|
{5043CECE-E6A7-4867-9CBE-02D27D83747A}.Debug|x64.ActiveCfg = Debug|x64
|
||||||
|
{5043CECE-E6A7-4867-9CBE-02D27D83747A}.Debug|x64.Build.0 = Debug|x64
|
||||||
|
{5043CECE-E6A7-4867-9CBE-02D27D83747A}.Release|x64.ActiveCfg = Release|x64
|
||||||
|
{5043CECE-E6A7-4867-9CBE-02D27D83747A}.Release|x64.Build.0 = Release|x64
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(SolutionProperties) = preSolution
|
||||||
|
HideSolutionNode = FALSE
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||||
|
SolutionGuid = {EA85E245-28F0-4192-B9E7-6FA8CFF3D3CD}
|
||||||
|
EndGlobalSection
|
||||||
|
EndGlobal
|
||||||
65
Flow.Plugin.WindowsSettings/Helper/ContextMenuHelper.cs
Normal file
65
Flow.Plugin.WindowsSettings/Helper/ContextMenuHelper.cs
Normal file
|
|
@ -0,0 +1,65 @@
|
||||||
|
// Copyright (c) Microsoft Corporation
|
||||||
|
// The Microsoft Corporation licenses this file to you under the MIT license.
|
||||||
|
// See the LICENSE file in the project root for more information.
|
||||||
|
|
||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Windows;
|
||||||
|
using Flow.Launcher.Plugin;
|
||||||
|
using Flow.Plugin.WindowsSettings.Classes;
|
||||||
|
using Flow.Plugin.WindowsSettings.Properties;
|
||||||
|
|
||||||
|
namespace Flow.Plugin.WindowsSettings.Helper
|
||||||
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// Helper class to easier work with context menu entries
|
||||||
|
/// </summary>
|
||||||
|
internal static class ContextMenuHelper
|
||||||
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// Return a list with all context menu entries for the given <see cref="Result"/>
|
||||||
|
/// <para>Symbols taken from <see href="https://docs.microsoft.com/en-us/windows/uwp/design/style/segoe-ui-symbol-font"/></para>
|
||||||
|
/// </summary>
|
||||||
|
/// <param name="result">The result for the context menu entires</param>
|
||||||
|
/// <param name="assemblyName">The name of the this assembly</param>
|
||||||
|
/// <returns>A list with context menu entries</returns>
|
||||||
|
internal static List<Result> GetContextMenu(in Result result, in string assemblyName)
|
||||||
|
{
|
||||||
|
if (result?.ContextData is not WindowsSetting entry)
|
||||||
|
{
|
||||||
|
return new List<Result>(0);
|
||||||
|
}
|
||||||
|
|
||||||
|
var list = new List<Result>(1)
|
||||||
|
{
|
||||||
|
new()
|
||||||
|
{
|
||||||
|
Action = _ => TryToCopyToClipBoard(entry.Command),
|
||||||
|
Title = $"{Resources.CopyCommand} (Ctrl+C)",
|
||||||
|
},
|
||||||
|
};
|
||||||
|
|
||||||
|
return list;
|
||||||
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Copy the given text to the clipboard
|
||||||
|
/// </summary>
|
||||||
|
/// <param name="text">The text to copy to the clipboard</param>
|
||||||
|
/// <returns><see langword="true"/>The text successful copy to the clipboard, otherwise <see langword="false"/></returns>
|
||||||
|
private static bool TryToCopyToClipBoard(in string text)
|
||||||
|
{
|
||||||
|
try
|
||||||
|
{
|
||||||
|
Clipboard.Clear();
|
||||||
|
Clipboard.SetText(text);
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
catch (Exception exception)
|
||||||
|
{
|
||||||
|
Log.Exception("Can't copy to clipboard", exception, typeof(Main));
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
62
Flow.Plugin.WindowsSettings/Helper/JsonSettingsListHelper.cs
Normal file
62
Flow.Plugin.WindowsSettings/Helper/JsonSettingsListHelper.cs
Normal file
|
|
@ -0,0 +1,62 @@
|
||||||
|
// Copyright (c) Microsoft Corporation
|
||||||
|
// The Microsoft Corporation licenses this file to you under the MIT license.
|
||||||
|
// See the LICENSE file in the project root for more information.
|
||||||
|
|
||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.IO;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Reflection;
|
||||||
|
using System.Text.Json;
|
||||||
|
using System.Text.Json.Serialization;
|
||||||
|
using Flow.Plugin.WindowsSettings.Classes;
|
||||||
|
|
||||||
|
namespace Flow.Plugin.WindowsSettings.Helper
|
||||||
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// Helper class to easier work with the JSON file that contains all Windows settings
|
||||||
|
/// </summary>
|
||||||
|
internal static class JsonSettingsListHelper
|
||||||
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// The name of the file that contains all settings for the query
|
||||||
|
/// </summary>
|
||||||
|
private const string _settingsFile = "WindowsSettings.json";
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Read all possible Windows settings.
|
||||||
|
/// </summary>
|
||||||
|
/// <returns>A list with all possible windows settings.</returns>
|
||||||
|
internal static IEnumerable<WindowsSetting> ReadAllPossibleSettings()
|
||||||
|
{
|
||||||
|
var assembly = Assembly.GetExecutingAssembly();
|
||||||
|
var type = assembly.GetTypes().FirstOrDefault(x => x.Name == nameof(Main));
|
||||||
|
|
||||||
|
IEnumerable<WindowsSetting>? settingsList = null;
|
||||||
|
|
||||||
|
try
|
||||||
|
{
|
||||||
|
var resourceName = $"{type?.Namespace}.{_settingsFile}";
|
||||||
|
using var stream = assembly.GetManifestResourceStream(resourceName);
|
||||||
|
if (stream is null)
|
||||||
|
{
|
||||||
|
throw new Exception("stream is null");
|
||||||
|
}
|
||||||
|
|
||||||
|
var options = new JsonSerializerOptions();
|
||||||
|
options.Converters.Add(new JsonStringEnumConverter());
|
||||||
|
|
||||||
|
using var reader = new StreamReader(stream);
|
||||||
|
var text = reader.ReadToEnd();
|
||||||
|
|
||||||
|
settingsList = JsonSerializer.Deserialize<IEnumerable<WindowsSetting>>(text, options);
|
||||||
|
}
|
||||||
|
catch (Exception exception)
|
||||||
|
{
|
||||||
|
Log.Exception("Error loading settings JSON file", exception, typeof(Main));
|
||||||
|
}
|
||||||
|
|
||||||
|
return settingsList ?? Enumerable.Empty<WindowsSetting>();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
191
Flow.Plugin.WindowsSettings/Helper/ResultHelper.cs
Normal file
191
Flow.Plugin.WindowsSettings/Helper/ResultHelper.cs
Normal file
|
|
@ -0,0 +1,191 @@
|
||||||
|
// Copyright (c) Microsoft Corporation
|
||||||
|
// The Microsoft Corporation licenses this file to you under the MIT license.
|
||||||
|
// See the LICENSE file in the project root for more information.
|
||||||
|
|
||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Diagnostics;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Text;
|
||||||
|
using Flow.Launcher.Plugin;
|
||||||
|
using Flow.Plugin.WindowsSettings.Classes;
|
||||||
|
using Flow.Plugin.WindowsSettings.Properties;
|
||||||
|
|
||||||
|
namespace Flow.Plugin.WindowsSettings.Helper
|
||||||
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// Helper class to easier work with results
|
||||||
|
/// </summary>
|
||||||
|
internal static class ResultHelper
|
||||||
|
{
|
||||||
|
private static IPublicAPI? _api;
|
||||||
|
|
||||||
|
public static void Init(IPublicAPI api) => _api = api;
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Return a list with <see cref="Result"/>s, based on the given list.
|
||||||
|
/// </summary>
|
||||||
|
/// <param name="list">The original result list to convert.</param>
|
||||||
|
/// <param name="query">Query for specific result List</param>
|
||||||
|
/// <param name="iconPath">The path to the icon of each entry.</param>
|
||||||
|
/// <returns>A list with <see cref="Result"/>.</returns>
|
||||||
|
internal static List<Result> GetResultList(
|
||||||
|
in IEnumerable<WindowsSetting> list,
|
||||||
|
Query query,
|
||||||
|
string iconPath)
|
||||||
|
{
|
||||||
|
var resultList = new List<Result>();
|
||||||
|
foreach (var entry in list)
|
||||||
|
{
|
||||||
|
const int highScore = 20;
|
||||||
|
const int midScore = 10;
|
||||||
|
|
||||||
|
Result? result;
|
||||||
|
Debug.Assert(_api != null, nameof(_api) + " != null");
|
||||||
|
|
||||||
|
var nameMatch = _api.FuzzySearch(query.Search, entry.Name);
|
||||||
|
|
||||||
|
if (nameMatch.IsSearchPrecisionScoreMet())
|
||||||
|
{
|
||||||
|
var settingResult = NewSettingResult(nameMatch.Score + highScore);
|
||||||
|
settingResult.TitleHighlightData = nameMatch.MatchData;
|
||||||
|
result = settingResult;
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
var areaMatch = _api.FuzzySearch(query.Search, entry.Area);
|
||||||
|
if (areaMatch.IsSearchPrecisionScoreMet())
|
||||||
|
{
|
||||||
|
var settingResult = NewSettingResult(areaMatch.Score + midScore);
|
||||||
|
settingResult.SubTitleHighlightData = areaMatch.MatchData.Select(x => x + 6).ToList();
|
||||||
|
result = settingResult;
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
result = entry.AltNames?
|
||||||
|
.Select(altName => _api.FuzzySearch(query.Search, altName))
|
||||||
|
.Where(match => match.IsSearchPrecisionScoreMet())
|
||||||
|
.Select(altNameMatch => NewSettingResult(altNameMatch.Score + midScore))
|
||||||
|
.FirstOrDefault();
|
||||||
|
}
|
||||||
|
|
||||||
|
if (result is null && entry.Keywords is not null)
|
||||||
|
{
|
||||||
|
string[] searchKeywords = query.Terms[(string.IsNullOrEmpty(query.ActionKeyword) ? 0 : 1)..];
|
||||||
|
|
||||||
|
if (searchKeywords
|
||||||
|
.All(x => entry
|
||||||
|
.Keywords
|
||||||
|
.SelectMany(x => x)
|
||||||
|
.Contains(x, StringComparer.CurrentCultureIgnoreCase))
|
||||||
|
)
|
||||||
|
result = NewSettingResult(midScore);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if (result is null)
|
||||||
|
continue;
|
||||||
|
|
||||||
|
AddOptionalToolTip(entry, result);
|
||||||
|
|
||||||
|
resultList.Add(result);
|
||||||
|
|
||||||
|
Result NewSettingResult(int score) => new()
|
||||||
|
{
|
||||||
|
Action = _ => DoOpenSettingsAction(entry),
|
||||||
|
IcoPath = iconPath,
|
||||||
|
SubTitle = $"{Resources.Area} \"{entry.Area}\" {Resources.SubtitlePreposition} {entry.Type}",
|
||||||
|
Title = entry.Name + entry.glyph,
|
||||||
|
ContextData = entry,
|
||||||
|
Score = score
|
||||||
|
};
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
return resultList;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Add a tool-tip to the given <see cref="Result"/>, based o the given <see cref="IWindowsSetting"/>.
|
||||||
|
/// </summary>
|
||||||
|
/// <param name="entry">The <see cref="WindowsSetting"/> that contain informations for the tool-tip.</param>
|
||||||
|
/// <param name="result">The <see cref="Result"/> that need a tool-tip.</param>
|
||||||
|
private static void AddOptionalToolTip(WindowsSetting entry, Result result)
|
||||||
|
{
|
||||||
|
var toolTipText = new StringBuilder();
|
||||||
|
|
||||||
|
toolTipText.AppendLine($"{Resources.Application}: {entry.Type}");
|
||||||
|
toolTipText.AppendLine($"{Resources.Area}: {entry.Area}");
|
||||||
|
|
||||||
|
if (entry.AltNames != null && entry.AltNames.Any())
|
||||||
|
{
|
||||||
|
var altList = entry.AltNames.Aggregate((current, next) => $"{current}, {next}");
|
||||||
|
|
||||||
|
toolTipText.AppendLine($"{Resources.AlternativeName}: {altList}");
|
||||||
|
}
|
||||||
|
|
||||||
|
toolTipText.Append($"{Resources.Command}: {entry.Command}");
|
||||||
|
|
||||||
|
if (!string.IsNullOrEmpty(entry.Note))
|
||||||
|
{
|
||||||
|
toolTipText.AppendLine(string.Empty);
|
||||||
|
toolTipText.AppendLine(string.Empty);
|
||||||
|
toolTipText.Append($"{Resources.Note}: {entry.Note}");
|
||||||
|
}
|
||||||
|
|
||||||
|
result.TitleToolTip = toolTipText.ToString();
|
||||||
|
result.SubTitleToolTip = result.TitleToolTip;
|
||||||
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Open the settings page of the given <see cref="IWindowsSetting"/>.
|
||||||
|
/// </summary>
|
||||||
|
/// <param name="entry">The <see cref="WindowsSetting"/> that contain the information to open the setting on command level.</param>
|
||||||
|
/// <returns><see langword="true"/> if the settings could be opened, otherwise <see langword="false"/>.</returns>
|
||||||
|
private static bool DoOpenSettingsAction(WindowsSetting entry)
|
||||||
|
{
|
||||||
|
ProcessStartInfo processStartInfo;
|
||||||
|
|
||||||
|
var command = entry.Command;
|
||||||
|
|
||||||
|
if (command.Contains("%windir%", StringComparison.InvariantCultureIgnoreCase))
|
||||||
|
{
|
||||||
|
var windowsFolder = Environment.GetFolderPath(Environment.SpecialFolder.Windows);
|
||||||
|
command = command.Replace("%windir%", windowsFolder, StringComparison.InvariantCultureIgnoreCase);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (command.Contains(' '))
|
||||||
|
{
|
||||||
|
var commandSplit = command.Split(' ');
|
||||||
|
var file = commandSplit.First();
|
||||||
|
var arguments = command[file.Length..].TrimStart();
|
||||||
|
|
||||||
|
processStartInfo = new ProcessStartInfo(file, arguments)
|
||||||
|
{
|
||||||
|
UseShellExecute = false,
|
||||||
|
};
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
processStartInfo = new ProcessStartInfo(command)
|
||||||
|
{
|
||||||
|
UseShellExecute = true,
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
try
|
||||||
|
{
|
||||||
|
Process.Start(processStartInfo);
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
catch (Exception exception)
|
||||||
|
{
|
||||||
|
Log.Exception("can't open settings", exception, typeof(ResultHelper));
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
90
Flow.Plugin.WindowsSettings/Helper/TranslationHelper.cs
Normal file
90
Flow.Plugin.WindowsSettings/Helper/TranslationHelper.cs
Normal file
|
|
@ -0,0 +1,90 @@
|
||||||
|
// Copyright (c) Microsoft Corporation
|
||||||
|
// The Microsoft Corporation licenses this file to you under the MIT license.
|
||||||
|
// See the LICENSE file in the project root for more information.
|
||||||
|
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Collections.ObjectModel;
|
||||||
|
using System.Linq;
|
||||||
|
using Flow.Plugin.WindowsSettings.Classes;
|
||||||
|
using Flow.Plugin.WindowsSettings.Properties;
|
||||||
|
|
||||||
|
namespace Flow.Plugin.WindowsSettings.Helper
|
||||||
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// Helper class to easier work with translations.
|
||||||
|
/// </summary>
|
||||||
|
internal static class TranslationHelper
|
||||||
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// Translate all settings of the given list with <see cref="WindowsSetting"/>.
|
||||||
|
/// </summary>
|
||||||
|
/// <param name="settingsList">The list that contains <see cref="WindowsSetting"/> to translate.</param>
|
||||||
|
internal static void TranslateAllSettings(in IEnumerable<WindowsSetting>? settingsList)
|
||||||
|
{
|
||||||
|
if (settingsList is null)
|
||||||
|
{
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
foreach (var settings in settingsList)
|
||||||
|
{
|
||||||
|
var area = Resources.ResourceManager.GetString($"Area{settings.Area}");
|
||||||
|
var name = Resources.ResourceManager.GetString(settings.Name);
|
||||||
|
var type = Resources.ResourceManager.GetString(settings.Type);
|
||||||
|
|
||||||
|
if (string.IsNullOrEmpty(area))
|
||||||
|
{
|
||||||
|
Log.Warn($"Resource string for [Area{settings.Area}] not found", typeof(Main));
|
||||||
|
}
|
||||||
|
|
||||||
|
if (string.IsNullOrEmpty(name))
|
||||||
|
{
|
||||||
|
Log.Warn($"Resource string for [{settings.Name}] not found", typeof(Main));
|
||||||
|
}
|
||||||
|
|
||||||
|
if (string.IsNullOrEmpty(type))
|
||||||
|
{
|
||||||
|
Log.Warn($"Resource string for [{settings.Name}] not found", typeof(Main));
|
||||||
|
}
|
||||||
|
|
||||||
|
settings.Area = area ?? settings.Area ?? string.Empty;
|
||||||
|
settings.Name = name ?? settings.Name ?? string.Empty;
|
||||||
|
settings.Type = type ?? settings.Type ?? string.Empty;
|
||||||
|
|
||||||
|
if (!string.IsNullOrEmpty(settings.Note))
|
||||||
|
{
|
||||||
|
var note = Resources.ResourceManager.GetString(settings.Note);
|
||||||
|
if (string.IsNullOrEmpty(note))
|
||||||
|
{
|
||||||
|
Log.Warn($"Resource string for [{settings.Note}] not found", typeof(Main));
|
||||||
|
}
|
||||||
|
|
||||||
|
settings.Note = note ?? settings.Note ?? string.Empty;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (!(settings.AltNames is null) && settings.AltNames.Any())
|
||||||
|
{
|
||||||
|
var translatedAltNames = new Collection<string>();
|
||||||
|
|
||||||
|
foreach (var altName in settings.AltNames)
|
||||||
|
{
|
||||||
|
if (string.IsNullOrWhiteSpace(altName))
|
||||||
|
{
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
|
var translatedAltName = Resources.ResourceManager.GetString(altName);
|
||||||
|
if (string.IsNullOrEmpty(translatedAltName))
|
||||||
|
{
|
||||||
|
Log.Warn($"Resource string for [{altName}] not found", typeof(Main));
|
||||||
|
}
|
||||||
|
|
||||||
|
translatedAltNames.Add(translatedAltName ?? altName);
|
||||||
|
}
|
||||||
|
|
||||||
|
settings.AltNames = translatedAltNames;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,89 @@
|
||||||
|
// Copyright (c) Microsoft Corporation
|
||||||
|
// The Microsoft Corporation licenses this file to you under the MIT license.
|
||||||
|
// See the LICENSE file in the project root for more information.
|
||||||
|
|
||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Linq;
|
||||||
|
using Flow.Plugin.WindowsSettings.Classes;
|
||||||
|
|
||||||
|
namespace Flow.Plugin.WindowsSettings.Helper
|
||||||
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// Helper class to easier work with the version of the Windows OS
|
||||||
|
/// </summary>
|
||||||
|
internal static class UnsupportedSettingsHelper
|
||||||
|
{
|
||||||
|
private const string _keyPath = "HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion";
|
||||||
|
private const string _keyNameBuild = "CurrentBuild";
|
||||||
|
private const string _keyNameBuildNumber = "CurrentBuildNumber";
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Remove all <see cref="WindowsSetting"/> of the given list that are not present on the current used Windows build.
|
||||||
|
/// </summary>
|
||||||
|
/// <param name="settingsList">The list with <see cref="WindowsSetting"/> to filter.</param>
|
||||||
|
/// <returns>A new list with <see cref="WindowsSetting"/> that only contain present Windows settings for this OS.</returns>
|
||||||
|
internal static IEnumerable<WindowsSetting> FilterByBuild(in IEnumerable<WindowsSetting>? settingsList)
|
||||||
|
{
|
||||||
|
if (settingsList is null)
|
||||||
|
{
|
||||||
|
return Enumerable.Empty<WindowsSetting>();
|
||||||
|
}
|
||||||
|
|
||||||
|
var currentBuild = GetNumericRegistryValue(_keyPath, _keyNameBuild);
|
||||||
|
var currentBuildNumber = GetNumericRegistryValue(_keyPath, _keyNameBuildNumber);
|
||||||
|
|
||||||
|
if (currentBuild != currentBuildNumber)
|
||||||
|
{
|
||||||
|
var usedValueName = currentBuild != uint.MinValue ? _keyNameBuild : _keyNameBuildNumber;
|
||||||
|
var warningMessage =
|
||||||
|
$"Detecting the Windows version in registry ({_keyPath}) leads to an inconclusive"
|
||||||
|
+ $" result ({_keyNameBuild}={currentBuild}, {_keyNameBuildNumber}={currentBuildNumber})!"
|
||||||
|
+ $" For resolving the conflict we use the value of '{usedValueName}'.";
|
||||||
|
|
||||||
|
Log.Warn(warningMessage, typeof(UnsupportedSettingsHelper));
|
||||||
|
}
|
||||||
|
|
||||||
|
var currentWindowsBuild = currentBuild != uint.MinValue
|
||||||
|
? currentBuild
|
||||||
|
: currentBuildNumber;
|
||||||
|
|
||||||
|
var filteredSettingsList = settingsList.Where(found
|
||||||
|
=> (found.DeprecatedInBuild == null || currentWindowsBuild < found.DeprecatedInBuild)
|
||||||
|
&& (found.IntroducedInBuild == null || currentWindowsBuild >= found.IntroducedInBuild));
|
||||||
|
|
||||||
|
filteredSettingsList = filteredSettingsList.OrderBy(found => found.Name);
|
||||||
|
|
||||||
|
return filteredSettingsList;
|
||||||
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Return a unsigned numeric value from given registry value name inside the given registry key.
|
||||||
|
/// </summary>
|
||||||
|
/// <param name="registryKey">The registry key.</param>
|
||||||
|
/// <param name="valueName">The name of the registry value.</param>
|
||||||
|
/// <returns>A registry value or <see cref="uint.MinValue"/> on error.</returns>
|
||||||
|
private static uint GetNumericRegistryValue(in string registryKey, in string valueName)
|
||||||
|
{
|
||||||
|
object? registryValueData;
|
||||||
|
|
||||||
|
try
|
||||||
|
{
|
||||||
|
registryValueData = Microsoft.Win32.Registry.GetValue(registryKey, valueName, uint.MinValue);
|
||||||
|
}
|
||||||
|
catch (Exception exception)
|
||||||
|
{
|
||||||
|
Log.Exception(
|
||||||
|
$"Can't get registry value for '{valueName}'",
|
||||||
|
exception,
|
||||||
|
typeof(UnsupportedSettingsHelper));
|
||||||
|
|
||||||
|
return uint.MinValue;
|
||||||
|
}
|
||||||
|
|
||||||
|
return uint.TryParse(registryValueData as string, out var buildNumber)
|
||||||
|
? buildNumber
|
||||||
|
: uint.MinValue;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
BIN
Flow.Plugin.WindowsSettings/Images/WindowsSettings.dark.png
Normal file
BIN
Flow.Plugin.WindowsSettings/Images/WindowsSettings.dark.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.8 KiB |
BIN
Flow.Plugin.WindowsSettings/Images/WindowsSettings.light.png
Normal file
BIN
Flow.Plugin.WindowsSettings/Images/WindowsSettings.light.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.7 KiB |
24
Flow.Plugin.WindowsSettings/Log.cs
Normal file
24
Flow.Plugin.WindowsSettings/Log.cs
Normal file
|
|
@ -0,0 +1,24 @@
|
||||||
|
using System;
|
||||||
|
using System.Runtime.CompilerServices;
|
||||||
|
using Flow.Launcher.Plugin;
|
||||||
|
|
||||||
|
namespace Flow.Plugin.WindowsSettings
|
||||||
|
{
|
||||||
|
public static class Log
|
||||||
|
{
|
||||||
|
private static IPublicAPI? _api;
|
||||||
|
|
||||||
|
public static void Init(IPublicAPI api)
|
||||||
|
{
|
||||||
|
_api = api;
|
||||||
|
}
|
||||||
|
public static void Exception(string message, Exception exception, Type type, [CallerMemberName] string methodName = "")
|
||||||
|
{
|
||||||
|
_api?.LogException(type.FullName, message, exception, methodName);
|
||||||
|
}
|
||||||
|
public static void Warn(string message, Type type, [CallerMemberName] string methodName = "")
|
||||||
|
{
|
||||||
|
_api?.LogWarn(type.FullName, message, methodName);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
157
Flow.Plugin.WindowsSettings/Main.cs
Normal file
157
Flow.Plugin.WindowsSettings/Main.cs
Normal file
|
|
@ -0,0 +1,157 @@
|
||||||
|
// Copyright (c) Microsoft Corporation
|
||||||
|
// The Microsoft Corporation licenses this file to you under the MIT license.
|
||||||
|
// See the LICENSE file in the project root for more information.
|
||||||
|
|
||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Reflection;
|
||||||
|
using Flow.Launcher.Plugin;
|
||||||
|
using Flow.Plugin.WindowsSettings.Classes;
|
||||||
|
using Flow.Plugin.WindowsSettings.Helper;
|
||||||
|
using Flow.Plugin.WindowsSettings.Properties;
|
||||||
|
|
||||||
|
namespace Flow.Plugin.WindowsSettings
|
||||||
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// Main class of this plugin that implement all used interfaces.
|
||||||
|
/// </summary>
|
||||||
|
public sealed class Main : IPlugin, IContextMenu, IPluginI18n, IDisposable
|
||||||
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// The path to the symbol for a light theme.
|
||||||
|
/// </summary>
|
||||||
|
private const string _lightSymbol = "Images/WindowsSettings.light.png";
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// The path to the symbol for a dark theme.
|
||||||
|
/// </summary>
|
||||||
|
private const string _darkSymbol = "Images/WindowsSettings.dark.png";
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// The name of this assembly.
|
||||||
|
/// </summary>
|
||||||
|
private readonly string _assemblyName;
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// The initial context for this plugin (contains API and meta-data).
|
||||||
|
/// </summary>
|
||||||
|
private PluginInitContext? _context;
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// The path to the icon for each result.
|
||||||
|
/// </summary>
|
||||||
|
private string _defaultIconPath;
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Indicate that the plugin is disposed.
|
||||||
|
/// </summary>
|
||||||
|
private bool _disposed;
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// List that contain all settings.
|
||||||
|
/// </summary>
|
||||||
|
private IEnumerable<WindowsSetting>? _settingsList;
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Initializes a new instance of the <see cref="Main"/> class.
|
||||||
|
/// </summary>
|
||||||
|
public Main()
|
||||||
|
{
|
||||||
|
_assemblyName = Assembly.GetExecutingAssembly().GetName().Name ?? Name;
|
||||||
|
_defaultIconPath = _lightSymbol;
|
||||||
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Gets the localized name.
|
||||||
|
/// </summary>
|
||||||
|
public string Name => Resources.PluginTitle;
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Gets the localized description.
|
||||||
|
/// </summary>
|
||||||
|
public string Description => Resources.PluginDescription;
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Initialize the plugin with the given <see cref="PluginInitContext"/>.
|
||||||
|
/// </summary>
|
||||||
|
/// <param name="context">The <see cref="PluginInitContext"/> for this plugin.</param>
|
||||||
|
public void Init(PluginInitContext context)
|
||||||
|
{
|
||||||
|
_context = context ?? throw new ArgumentNullException(nameof(context));
|
||||||
|
|
||||||
|
_settingsList = JsonSettingsListHelper.ReadAllPossibleSettings();
|
||||||
|
_settingsList = UnsupportedSettingsHelper.FilterByBuild(_settingsList);
|
||||||
|
|
||||||
|
Log.Init(_context.API);
|
||||||
|
ResultHelper.Init(_context.API);
|
||||||
|
|
||||||
|
TranslationHelper.TranslateAllSettings(_settingsList);
|
||||||
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Return a filtered list, based on the given query.
|
||||||
|
/// </summary>
|
||||||
|
/// <param name="query">The query to filter the list.</param>
|
||||||
|
/// <returns>A filtered list, can be empty when nothing was found.</returns>
|
||||||
|
public List<Result> Query(Query query)
|
||||||
|
{
|
||||||
|
if (_settingsList is null)
|
||||||
|
{
|
||||||
|
return new List<Result>(0);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
var newList = ResultHelper.GetResultList(_settingsList, query, _defaultIconPath);
|
||||||
|
return newList;
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Return a list context menu entries for a given <see cref="Result"/> (shown at the right side of the result).
|
||||||
|
/// </summary>
|
||||||
|
/// <param name="selectedResult">The <see cref="Result"/> for the list with context menu entries.</param>
|
||||||
|
/// <returns>A list context menu entries.</returns>
|
||||||
|
public List<Result> LoadContextMenus(Result selectedResult)
|
||||||
|
{
|
||||||
|
return ContextMenuHelper.GetContextMenu(selectedResult, _assemblyName);
|
||||||
|
}
|
||||||
|
|
||||||
|
/// <inheritdoc/>
|
||||||
|
public void Dispose()
|
||||||
|
{
|
||||||
|
Dispose(true);
|
||||||
|
GC.SuppressFinalize(this);
|
||||||
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Wrapper method for <see cref="Dispose"/> that dispose additional objects and events form the plugin itself.
|
||||||
|
/// </summary>
|
||||||
|
/// <param name="disposing">Indicate that the plugin is disposed.</param>
|
||||||
|
private void Dispose(bool disposing)
|
||||||
|
{
|
||||||
|
if (_disposed || !disposing)
|
||||||
|
{
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
_disposed = true;
|
||||||
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Gets the localized name.
|
||||||
|
/// </summary>
|
||||||
|
public string GetTranslatedPluginTitle()
|
||||||
|
{
|
||||||
|
return Name;
|
||||||
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Gets the localized description.
|
||||||
|
/// </summary>
|
||||||
|
public string GetTranslatedPluginDescription()
|
||||||
|
{
|
||||||
|
return Description;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
3950
Flow.Plugin.WindowsSettings/Properties/Resources.Designer.cs
generated
Normal file
3950
Flow.Plugin.WindowsSettings/Properties/Resources.Designer.cs
generated
Normal file
File diff suppressed because it is too large
Load diff
1410
Flow.Plugin.WindowsSettings/Properties/Resources.cs-CZ.resx
Normal file
1410
Flow.Plugin.WindowsSettings/Properties/Resources.cs-CZ.resx
Normal file
File diff suppressed because it is too large
Load diff
1410
Flow.Plugin.WindowsSettings/Properties/Resources.de-DE.resx
Normal file
1410
Flow.Plugin.WindowsSettings/Properties/Resources.de-DE.resx
Normal file
File diff suppressed because it is too large
Load diff
1410
Flow.Plugin.WindowsSettings/Properties/Resources.es-ES.resx
Normal file
1410
Flow.Plugin.WindowsSettings/Properties/Resources.es-ES.resx
Normal file
File diff suppressed because it is too large
Load diff
1410
Flow.Plugin.WindowsSettings/Properties/Resources.fr-FR.resx
Normal file
1410
Flow.Plugin.WindowsSettings/Properties/Resources.fr-FR.resx
Normal file
File diff suppressed because it is too large
Load diff
1410
Flow.Plugin.WindowsSettings/Properties/Resources.hu-HU.resx
Normal file
1410
Flow.Plugin.WindowsSettings/Properties/Resources.hu-HU.resx
Normal file
File diff suppressed because it is too large
Load diff
1410
Flow.Plugin.WindowsSettings/Properties/Resources.it-IT.resx
Normal file
1410
Flow.Plugin.WindowsSettings/Properties/Resources.it-IT.resx
Normal file
File diff suppressed because it is too large
Load diff
1410
Flow.Plugin.WindowsSettings/Properties/Resources.ja-JP.resx
Normal file
1410
Flow.Plugin.WindowsSettings/Properties/Resources.ja-JP.resx
Normal file
File diff suppressed because it is too large
Load diff
1410
Flow.Plugin.WindowsSettings/Properties/Resources.ko-KR.resx
Normal file
1410
Flow.Plugin.WindowsSettings/Properties/Resources.ko-KR.resx
Normal file
File diff suppressed because it is too large
Load diff
1410
Flow.Plugin.WindowsSettings/Properties/Resources.pl-PL.resx
Normal file
1410
Flow.Plugin.WindowsSettings/Properties/Resources.pl-PL.resx
Normal file
File diff suppressed because it is too large
Load diff
1410
Flow.Plugin.WindowsSettings/Properties/Resources.pt-BR.resx
Normal file
1410
Flow.Plugin.WindowsSettings/Properties/Resources.pt-BR.resx
Normal file
File diff suppressed because it is too large
Load diff
1410
Flow.Plugin.WindowsSettings/Properties/Resources.pt-PT.resx
Normal file
1410
Flow.Plugin.WindowsSettings/Properties/Resources.pt-PT.resx
Normal file
File diff suppressed because it is too large
Load diff
1739
Flow.Plugin.WindowsSettings/Properties/Resources.resx
Normal file
1739
Flow.Plugin.WindowsSettings/Properties/Resources.resx
Normal file
File diff suppressed because it is too large
Load diff
1410
Flow.Plugin.WindowsSettings/Properties/Resources.ru-RU.resx
Normal file
1410
Flow.Plugin.WindowsSettings/Properties/Resources.ru-RU.resx
Normal file
File diff suppressed because it is too large
Load diff
1410
Flow.Plugin.WindowsSettings/Properties/Resources.sv-SE.resx
Normal file
1410
Flow.Plugin.WindowsSettings/Properties/Resources.sv-SE.resx
Normal file
File diff suppressed because it is too large
Load diff
1410
Flow.Plugin.WindowsSettings/Properties/Resources.tr-TR.resx
Normal file
1410
Flow.Plugin.WindowsSettings/Properties/Resources.tr-TR.resx
Normal file
File diff suppressed because it is too large
Load diff
1410
Flow.Plugin.WindowsSettings/Properties/Resources.zh-TW.resx
Normal file
1410
Flow.Plugin.WindowsSettings/Properties/Resources.zh-TW.resx
Normal file
File diff suppressed because it is too large
Load diff
1410
Flow.Plugin.WindowsSettings/Properties/Resources.zh-cn.resx
Normal file
1410
Flow.Plugin.WindowsSettings/Properties/Resources.zh-cn.resx
Normal file
File diff suppressed because it is too large
Load diff
2
Flow.Plugin.WindowsSettings/README.md
Normal file
2
Flow.Plugin.WindowsSettings/README.md
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
# Flow.Plugin.WindowsSettings
|
||||||
|
Port from PowerToy WindowsSettings plugin
|
||||||
14553
Flow.Plugin.WindowsSettings/WindowsSettings.json
Normal file
14553
Flow.Plugin.WindowsSettings/WindowsSettings.json
Normal file
File diff suppressed because it is too large
Load diff
12
Flow.Plugin.WindowsSettings/plugin.json
Normal file
12
Flow.Plugin.WindowsSettings/plugin.json
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
{
|
||||||
|
"ID": "5043CECEE6A748679CBE02D27D83747A",
|
||||||
|
"ActionKeyword": "$",
|
||||||
|
"Description": "Windows Settings Query Functionality",
|
||||||
|
"Name": "Windows Settings",
|
||||||
|
"Author": "TobiasSekan",
|
||||||
|
"Version": "1.0.0",
|
||||||
|
"Language": "csharp",
|
||||||
|
"Website": "https://aka.ms/powertoys",
|
||||||
|
"ExecuteFileName": "Flow.Plugin.WindowsSettings.dll",
|
||||||
|
"IcoPath": "Images\\WindowsSettings.light.png"
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue