startpage.addin
来自「SharpDevelop2.0.0 c#开发免费工具」· ADDIN 代码 · 共 36 行
ADDIN
36 行
<AddIn name = "Start Page"
author = "Georg Brandl"
copyright = "prj:///doc/copyright.txt"
description = "VS like Start Page for #develop">
<Manifest>
<Identity name = "ICSharpCode.StartPage"/>
</Manifest>
<Runtime>
<Import assembly="StartPage.dll"/>
</Runtime>
<Path name = "/SharpDevelop/Workbench/MainMenu/View">
<MenuItem id = "ShowStartPage"
insertafter = "ViewItemsSeparator"
insertbefore = "StartPageSeparator"
label = "${res:XML.MainMenu.ViewMenu.ShowStartPage}"
icon = "Icons.16x16.BrowserWindow"
class = "ICSharpCode.StartPage.ShowStartPageCommand"/>
<MenuItem id = "StartPageSeparator"
insertbefore = "FullScreen"
type = "Separator"/>
</Path>
<Path name = "/Workspace/AutostartNothingLoaded">
<Class id = "ShowStartPageCommand"
class = "ICSharpCode.StartPage.ShowStartPageCommand"/>
</Path>
<Path name = "/SharpDevelop/Views/Browser/SchemeExtensions">
<BrowserSchemeExtension id = "startpage"
class = "ICSharpCode.StartPage.StartPageScheme"/>
</Path>
</AddIn>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?