boo.interpreter.addin

来自「SharpDevelop2.0.0 c#开发免费工具」· ADDIN 代码 · 共 24 行

ADDIN
24
字号
<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 + =
减小字号Ctrl + -
显示快捷键?