superpad.reg

来自「一个超级文本编辑器」· REG 代码 · 共 31 行

REG
31
字号
REGEDIT
; This .REG file may be used by your SETUP program.
;   If a SETUP program is not available, the entries below will be
;   registered in your InitInstance automatically with a call to
;   CWinApp::RegisterShellFileTypes and COleObjectFactory::UpdateRegistryAll.

HKEY_CLASSES_ROOT\.txt = SuperPad.Document.4
HKEY_CLASSES_ROOT\SuperPad.Document.4\shell\open\command = SUPERPAD.EXE %1
HKEY_CLASSES_ROOT\SuperPad.Document.4\shell\open\ddeexec = [open("%1")]
HKEY_CLASSES_ROOT\HierSvr.Document.4\shell\open\ddeexec\application = SUPERPAD
	; note: the application is optional
	;   (it defaults to the app name in "command")

HKEY_CLASSES_ROOT\SuperPad.Document.4 = MFC 4.0 Text Document
HKEY_CLASSES_ROOT\SuperPad.Document.4\protocol\StdFileEditing\server = SUPERPAD.EXE
HKEY_CLASSES_ROOT\SuperPad.Document.4\protocol\StdFileEditing\verb\0 = &Edit
HKEY_CLASSES_ROOT\SuperPad.Document.4\Insertable =
HKEY_CLASSES_ROOT\SuperPad.Document.4\CLSID = {00021844-0000-0000-C000-000000000046}

HKEY_CLASSES_ROOT\CLSID\{00021844-0000-0000-C000-000000000046} = MFC 4.0 Text Document
HKEY_CLASSES_ROOT\CLSID\{00021844-0000-0000-C000-000000000046}\DefaultIcon = SUPERPAD.EXE,1
HKEY_CLASSES_ROOT\CLSID\{00021844-0000-0000-C000-000000000046}\LocalServer32 = SUPERPAD.EXE
HKEY_CLASSES_ROOT\CLSID\{00021844-0000-0000-C000-000000000046}\ProgId = SuperPad.Document.4
HKEY_CLASSES_ROOT\CLSID\{00021844-0000-0000-C000-000000000046}\MiscStatus = 32
HKEY_CLASSES_ROOT\CLSID\{00021844-0000-0000-C000-000000000046}\AuxUserType\3 = MFC 4.0 Text Document
HKEY_CLASSES_ROOT\CLSID\{00021844-0000-0000-C000-000000000046}\AuxUserType\2 = Text Document
HKEY_CLASSES_ROOT\CLSID\{00021844-0000-0000-C000-000000000046}\Insertable =
HKEY_CLASSES_ROOT\CLSID\{00021844-0000-0000-C000-000000000046}\verb\1 = &Open,0,2
HKEY_CLASSES_ROOT\CLSID\{00021844-0000-0000-C000-000000000046}\verb\0 = &Edit,0,2
HKEY_CLASSES_ROOT\CLSID\{00021844-0000-0000-C000-000000000046}\InprocHandler32 = ole32.dll

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?