mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 03:37:59 +01:00
[PT Run] Registry plugin (#7951)
This commit is contained in:
12
.github/actions/spell-check/expect.txt
vendored
12
.github/actions/spell-check/expect.txt
vendored
@@ -848,11 +848,15 @@ hinstance
|
||||
hitinfo
|
||||
HIWORD
|
||||
hk
|
||||
HKCR
|
||||
HKCC
|
||||
HKCU
|
||||
HKCR
|
||||
HKE
|
||||
hkey
|
||||
HKL
|
||||
HKLM
|
||||
HKPD
|
||||
HKU
|
||||
HLOCAL
|
||||
HLSL
|
||||
hmenu
|
||||
@@ -1161,6 +1165,7 @@ Kybd
|
||||
LAlt
|
||||
lambson
|
||||
lamotile
|
||||
langword
|
||||
Lastdevice
|
||||
LASTEXITCODE
|
||||
laute
|
||||
@@ -1197,6 +1202,7 @@ linkid
|
||||
Linkmenu
|
||||
linq
|
||||
LINQTo
|
||||
Linux
|
||||
listbox
|
||||
listview
|
||||
llkhf
|
||||
@@ -1765,6 +1771,7 @@ REFCLSID
|
||||
refcount
|
||||
REFIID
|
||||
REGCLS
|
||||
regedit
|
||||
regex
|
||||
REGISTERCLASSFAILED
|
||||
registrypath
|
||||
@@ -2092,6 +2099,7 @@ SYSCOLORCHANGE
|
||||
SYSCOMMAND
|
||||
SYSDEADCHAR
|
||||
SYSICONINDEX
|
||||
sysinfo
|
||||
SYSKEY
|
||||
syskeydown
|
||||
syskeyup
|
||||
@@ -2516,4 +2524,4 @@ zoneset
|
||||
ZONESETCHANGE
|
||||
Zoneszonabletester
|
||||
Zoomusingmagnifier
|
||||
zzz
|
||||
zzz
|
||||
13
.github/actions/spell-check/patterns.txt
vendored
13
.github/actions/spell-check/patterns.txt
vendored
@@ -32,3 +32,16 @@ TestCase\("[^"]+"
|
||||
\\testapp
|
||||
\\tests
|
||||
\\tools
|
||||
|
||||
# plugin.json
|
||||
^ "ID": "[0-9A-F]{32}",$
|
||||
|
||||
# UnitTests
|
||||
\[DataRow\(.*\)\]
|
||||
|
||||
# Id info inside markdown file (registry.md)
|
||||
^\|\s+ID\s+\|\s*\`[0-9A-F]{32}\`
|
||||
|
||||
# marker for ignoring a comment to the end of the line
|
||||
^.*/\* #no-spell-check-line \*/.*$
|
||||
// #no-spell-check.*$
|
||||
Reference in New Issue
Block a user