cff.reg

来自「与vc++界面十分类似的词法分析器」· REG 代码 · 共 25 行

REG
25
字号
REGEDIT

HKEY_CLASSES_ROOT\.cff = CFF.Document
HKEY_CLASSES_ROOT\CFF.Document\DefaultIcon =D:\Program Files\MyProjects\CFF\Debug\CFF.EXE,1
HKEY_CLASSES_ROOT\CFF.Document\shell\open\command =D:\Program Files\MyProjects\CFF\Debug\CFF.EXE %1
HKEY_CLASSES_ROOT\CFF.Document\shell\open\ddeexec = [open("%1")]
HKEY_CLASSES_ROOT\CFF.Document\shell\open\ddeexec\application = CFF
    ; note: the application is optional
    ;  (it defaults to the app name in "command")

HKEY_CLASSES_ROOT\CFF.Document = CFF Document

HKEY_CLASSES_ROOT\.f = F.Document
HKEY_CLASSES_ROOT\F.Document\DefaultIcon =D:\Program Files\MyProjects\CFF\Debug\CFF.EXE,0
HKEY_CLASSES_ROOT\F.Document\shell\open\command =D:\Program Files\MyProjects\CFF\Debug\CFF.EXE %1
HKEY_CLASSES_ROOT\F.Document\shell\open\ddeexec = Open("%1")
HKEY_CLASSES_ROOT\F.Document\shell\open\ddeexec\application = CFF
HKEY_CLASSES_ROOT\F.Document = CFF Document

HKEY_CLASSES_ROOT\.prg = PRG.Document
HKEY_CLASSES_ROOT\PRG.Document\DefaultIcon =D:\Program Files\MyProjects\CFF\Debug\CFF.EXE,2
HKEY_CLASSES_ROOT\PRG.Document\shell\open\command =D:\Program Files\MyProjects\CFF\Debug\CFF.EXE %1
HKEY_CLASSES_ROOT\PRG.Document\shell\open\ddeexec = Open("%1")
HKEY_CLASSES_ROOT\PRG.Document\shell\open\ddeexec\application = CFF
HKEY_CLASSES_ROOT\PRG.Document = CFF Document

⌨️ 快捷键说明

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