mainplugin.addin
来自「全功能c#编译器」· ADDIN 代码 · 共 27 行
ADDIN
27 行
<AddIn name = "TestPlugin"
author = "Mike Krueger"
copyright = "GPL"
url = "http://www.icsharpcode.net"
description = "A little test panel"
version = "1.0.0">
<Runtime>
<Import assembly="SharpDevelopAddInSample2.dll"/>
</Runtime>
<Extension path = "/plugins/MyPlugin">
<TestCodon id = "codon1"
text = "Hello World!"/>
<TestCodon id = "codon2"
text = " Funktioniert !!!"/>
</Extension>
<Extension path = "/SharpDevelop/Workbench/MainMenu/File">
<MenuItem id = "TestMe"
insertafter = "ReloadSeparator"
label = "Run my plugin"
class = "MyPlugin.RunMyPluginCommand"/>
</Extension>
</AddIn>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?