home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 February / CMCD0205.ISO / Software / Freeware / Programare / Sharp / SharpDevelop_1.0.3.1761_Setup.exe / StartPage.addin < prev    next >
Text File  |  2004-07-05  |  1KB  |  31 lines

  1. <AddIn name        = "#develop Start Page"
  2.        author      = "Georg Brandl"
  3.        copyright   = "GPL"
  4.        url         = "http://www.icsharpcode.net"
  5.        description = "VS like Start Page for #develop"
  6.        version     = "1.0.0">
  7.     
  8.     <Runtime>
  9.         <Import assembly="ICSharpCode.StartPage.dll"/>
  10.     </Runtime>
  11.  
  12.     <Extension path = "/SharpDevelop/Workbench/MainMenu/View">
  13.         <MenuItem id = "ShowStartPage"
  14.                   insertafter  = "ViewItemsSeparator"
  15.               insertbefore = "StartPageSeparator"
  16.                   label = "${res:XML.MainMenu.ViewMenu.ShowStartPage}" 
  17.                   class = "ICSharpCode.StartPage.ShowStartPageCommand"/>
  18.         <MenuItem id = "StartPageSeparator"
  19.                   insertbefore = "FullScreen"
  20.                   label = "-"/>
  21.     </Extension>
  22.     
  23.     <!-- TODO: Conditional to reflect Settings option -->
  24.     <Extension path = "/Workspace/Autostart">
  25.         <Class id = "ShowStartPageCommand"
  26.                 insertbefore = "StartWorkbenchCommand"
  27.                 insertafter  = "InitializeWorkbenchCommand"
  28.                 class = "ICSharpCode.StartPage.ShowStartPageCommand"/>
  29.     </Extension>
  30. </AddIn>
  31.