mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 03:37:59 +01:00
[PT Run] System plugin: Add IP and MAC (#17023)
* first test and changes * last changes * last changes * last changes * improve exception * fix spellings * spell fixes * search improvements, installer, tests, code cleanup * remove left-over * update dev docs * fix spelling * update namings * improve scoring * spell checker * dev docs * update images * update expect.txt for this pr
This commit is contained in:
7
.github/actions/spell-check/expect.txt
vendored
7
.github/actions/spell-check/expect.txt
vendored
@@ -453,6 +453,7 @@ dllhost
|
||||
dllmain
|
||||
dlls
|
||||
DNLEN
|
||||
Dns
|
||||
doctype
|
||||
DONOTROUND
|
||||
DONTVALIDATEPATH
|
||||
@@ -629,6 +630,8 @@ gabime
|
||||
GAC
|
||||
gacutil
|
||||
GBarm
|
||||
Gbits
|
||||
Gbps
|
||||
GBs
|
||||
GCLP
|
||||
gcnew
|
||||
@@ -1150,6 +1153,7 @@ Mato
|
||||
MAXIMIZEBOX
|
||||
MAXSHORTCUTSIZE
|
||||
maxversiontested
|
||||
Mbits
|
||||
MBs
|
||||
mdtext
|
||||
mdtxt
|
||||
@@ -2083,6 +2087,7 @@ UNCPRIORITY
|
||||
undef
|
||||
UNDNAME
|
||||
unescape
|
||||
Unicast
|
||||
Unindent
|
||||
Uninitialize
|
||||
uninstall
|
||||
@@ -2267,6 +2272,7 @@ WIXUI
|
||||
WKSG
|
||||
Wlkr
|
||||
wmain
|
||||
Wman
|
||||
WMKEYDOWN
|
||||
WMKEYUP
|
||||
wmp
|
||||
@@ -2309,6 +2315,7 @@ WTSAT
|
||||
Wubi
|
||||
WVC
|
||||
Wwan
|
||||
Wwanpp
|
||||
xamarin
|
||||
XAttribute
|
||||
xbf
|
||||
|
||||
4
.github/actions/spell-check/patterns.txt
vendored
4
.github/actions/spell-check/patterns.txt
vendored
@@ -52,10 +52,14 @@ TestCase\("[^"]+"
|
||||
\[DataRow\("[0-9A-F]{6}", \d{3}.\d{1}, \d{3}.\d{1}, \d{3}.\d{1}\)\]
|
||||
\[DataRow\("[0-9A-F]{6}", "[BCGMRY]\d\d?", \d{3}, \d{3}\)\]
|
||||
|
||||
# version suffix <word>v#
|
||||
[Vv]\d+(?:\b|(?=[a-zA-Z_]))
|
||||
|
||||
# Windows paths
|
||||
\\native
|
||||
\\netcoreapp
|
||||
\\netstandard
|
||||
\\network
|
||||
\\notifications
|
||||
\\recyclebin
|
||||
\\Registry
|
||||
|
||||
Reference in New Issue
Block a user