home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / CMCD1203.ISO / Software / Freeware / Programare / sharpdevelop / 098setup.exe / $INSTDIR / AddIns / 3rdparty / DrCS / DrCSPlugin.addin next >
Encoding:
Text File  |  2003-10-24  |  1.2 KB  |  35 lines

  1. <AddIn name        = "DrC# Interactions"
  2.        author      = "Rice University C# PLT"
  3.        copyright   = "Rice University"
  4.        url         = "www.owlnet.rice.edu/~mgricken/drcs/"
  5.        description = "DrC# Interactions Panel"
  6.        version     = "1.0.0">
  7. <!-- disabled for 0.97    
  8.     <Runtime>
  9.         <Import assembly="DrCSPlugin.dll"/>
  10.     </Runtime>
  11.  
  12.     <Extension path = "/SharpDevelop/Workbench/Views">
  13.                 <Class id    = "Rice.Drcsharp" 
  14.                        class = "Rice.Drcsharp.InteractionsPlugin"/>
  15.     </Extension>
  16.     -->
  17. <!--
  18.     <Extension path = "/SharpDevelop/Workbench/ToolBar">
  19.                                 
  20.             <ToolbarItem id = "InteractionsToolbarItems"
  21.                                 insertafter = "Combine">
  22.                 <ToolbarItem id = "Stop"
  23.                     icon = "Icons.16x16.BrowserRefresh"
  24.                         tooltip = "Restart the DrC# Interpreter"
  25.                         class = "Rice.Drcsharp.Commands.StopToolbarHandler"/>
  26.                     <ToolbarItem id = "Clear"
  27.                          icon = "Icons.16x16.DeleteIcon"
  28.                          tooltip = "Clear the DrC# Interactions Window"
  29.                          class = "Rice.Drcsharp.Commands.ClearToolbarHandler"/>
  30.             </ToolbarItem>
  31.     </Extension>
  32. -->
  33.  
  34. </AddIn>
  35.