[PT Run] Registry plugin (#7951)

This commit is contained in:
Tobias Sekan
2021-01-20 19:15:45 +01:00
committed by GitHub
parent da33d22c85
commit a434d6047f
27 changed files with 2053 additions and 3 deletions

View File

@@ -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

View File

@@ -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.*$