📄 boo.interpreter.addin
字号:
<AddIn name = "Boo Interpreter Console"
author = "Daniel Grunwald"
copyright = "GPL"
url = "http://www.icsharpcode.net"
description = "Interactive interpreter for boo">
<Manifest>
<Identity name = "ICSharpCode.BooInterpreter"/>
</Manifest>
<Runtime>
<Import assembly = "Boo.InterpreterAddIn.dll"/>
</Runtime>
<Path name = "/SharpDevelop/Workbench/Pads">
<Pad id = "BooIshPad"
category = "Main"
title = "Boo Interpreter"
icon = "Boo.ProjectIcon"
shortcut = "Control|Shift|B"
class = "Boo.InterpreterAddIn.InterpreterPad"/>
</Path>
</AddIn>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -