📄 startpage.addin
字号:
<AddIn name = "#develop Start Page"
author = "Georg Brandl"
copyright = "GPL"
url = "http://www.icsharpcode.net"
description = "VS like Start Page for #develop"
version = "1.0.0">
<Runtime>
<Import assembly="ICSharpCode.StartPage.dll"/>
</Runtime>
<Extension path = "/SharpDevelop/Workbench/MainMenu/View">
<MenuItem id = "ShowStartPage"
insertafter = "ViewItemsSeparator"
insertbefore = "StartPageSeparator"
label = "${res:XML.MainMenu.ViewMenu.ShowStartPage}"
class = "ICSharpCode.StartPage.ShowStartPageCommand"/>
<MenuItem id = "StartPageSeparator"
insertbefore = "FullScreen"
label = "-"/>
</Extension>
<!-- TODO: Conditional to reflect Settings option -->
<Extension path = "/Workspace/Autostart">
<Class id = "ShowStartPageCommand"
insertbefore = "StartWorkbenchCommand"
insertafter = "InitializeWorkbenchCommand"
class = "ICSharpCode.StartPage.ShowStartPageCommand"/>
</Extension>
</AddIn>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -