📄 assemblyscout.addin
字号:
<AddIn name = "Assembly Scout"
author = "Mike Krueger"
copyright = "GPL"
url = "http://www.icsharpcode.net"
description = "A .NET object browser"
version = "1.0.0">
<Runtime>
<Import assembly="AssemblyScout.dll"/>
</Runtime>
<Path name = "/SharpDevelop/Workbench/DisplayBindings">
<DisplayBinding id = "AssemblyScout"
insertbefore = "Text"
class = "ICSharpCode.SharpDevelop.AddIns.AssemblyScout.AssemblyScoutBinding" />
</Path>
<Path name = "/SharpDevelop/Workbench/MainMenu/View">
<MenuItem id = "ShowAssemblyScout"
insertafter = "ViewItemsSeparator"
insertbefore = "FullScreen"
label = "Assembly Scout"
class = "ICSharpCode.SharpDevelop.AddIns.AssemblyScout.AssemblyScoutCommand"/>
</Path>
<Path name = "/SharpDevelop/Dialogs/OptionsDialog/ToolsOptions">
<DialogPanel id = "AssemblyScoutOptions"
label = "${res:Dialog.Options.IDEOptions.AssemblyScout.PanelName}"
class = "ICSharpCode.SharpDevelop.AddIns.AssemblyScout.AssemblyScoutOptionPanel"/>
</Path>
<Path name = "/SharpDevelop/Workbench/MainMenu">
<Condition openwindow="ICSharpCode.SharpDevelop.AddIns.AssemblyScout.AssemblyScoutViewContent">
<MenuItem id = "AssemblyScout" insertafter="View" insertbefore="Tools" label="${res:Dialog.Options.IDEOptions.AssemblyScout.PanelName}">
<MenuItem id = "LoadAssembly"
label = "${res:ObjectBrowser.Menu.LoadAssembly}"
icon = "Icons.16x16.OpenAssembly"
class = "ICSharpCode.SharpDevelop.AddIns.AssemblyScout.Commands.LoadAssemblyCommand"/>
<MenuItem id = "LoadStdAssemblies"
label = "${res:ObjectBrowser.Menu.LoadStd}"
class = "ICSharpCode.SharpDevelop.AddIns.AssemblyScout.Commands.LoadStdAssembliesCommand"/>
<MenuItem id = "LoadRefAssemblies"
label = "${res:ObjectBrowser.Menu.LoadRef}"
class = "ICSharpCode.SharpDevelop.AddIns.AssemblyScout.Commands.LoadRefAssembliesCommand"/>
<MenuItem id = "AssemblySeparator"
type = "Separator"/>
<MenuItem id = "AssemblyScoutGoBack"
label = "${res:ObjectBrowser.Menu.GoBack}"
icon = "Icons.16x16.BrowserBefore"
class = "ICSharpCode.SharpDevelop.AddIns.AssemblyScout.Commands.BackCommand"/>
</MenuItem>
</Condition>
</Path>
</AddIn>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -