aelegacy.tcl

来自「It s a tool designed to extract as much 」· TCL 代码 · 共 19 行

TCL
19
字号
namespace eval tclAE {}proc tclAE::print {theAEDesc} {	return $theAEDesc}proc tclAE::disposeDesc {theAEDesc} {	# not sure what to do here, so do nothing}proc tclAE::encode {string} {    binary scan [encoding convertto macRoman $string] H* hex    return "\u00ab${hex}\u00bb"}proc tclAE::legacyQueueHandler {theAppleEvent theReply} {    handleReply $theAppleEvent}

⌨️ 快捷键说明

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