~ubuntu-branches/ubuntu/natty/monodevelop/natty

« back to all changes in this revision

Viewing changes to src/core/MonoDevelop.Ide/MonoDevelop.Ide.addin.xml

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Ebner
  • Date: 2008-03-29 23:36:33 UTC
  • mto: (1.5.1 sid)
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: james.westby@ubuntu.com-20080329233633-l550uuwvfh1e68at
Tags: upstream-1.0+dfsg
ImportĀ upstreamĀ versionĀ 1.0+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
       description = "The MonoDevelop IDE application."
8
8
           category    = "MonoDevelop Core"
9
9
           isroot      = "true"
10
 
       version     = "0.18.0"
11
 
       compatVersion = "0.18.0">
 
10
       version     = "1.0.0"
 
11
       compatVersion = "1.0.0">
12
12
 
13
13
 
14
14
        <Runtime>
16
16
        </Runtime>
17
17
        
18
18
        <Dependencies>
19
 
                <Addin id="Core.Gui" version="0.18.0"/>
20
 
                <Addin id="Documentation" version="0.18.0"/>
21
 
                <Addin id="Components" version="0.18.0"/>
 
19
                <Addin id="Core.Gui" version="1.0.0"/>
 
20
                <Addin id="Documentation" version="1.0.0"/>
 
21
                <Addin id="Components" version="1.0.0"/>
22
22
        </Dependencies>
23
23
 
24
24
        <!-- Extension points -->
480
480
                                _label = "Save All" />
481
481
                <Command id = "MonoDevelop.Ide.Commands.FileCommands.NewProject" 
482
482
                                defaultHandler = "MonoDevelop.Ide.Commands.NewProjectHandler"
483
 
                                _label = "N_ew Project..." 
 
483
                                _label = "N_ew Solution..." 
484
484
                                icon = "md-new-project-icon" 
485
 
                                description = "Create a new project" 
 
485
                                description = "Create a new solution" 
486
486
                                shortcut = "Control|Shift|N"  />
487
487
                <Command id = "MonoDevelop.Ide.Commands.FileCommands.CloseFile"
488
488
                                _label = "_Close File" 
582
582
                <Command id = "MonoDevelop.Ide.Commands.ViewCommands.FullScreen"
583
583
                                defaultHandler = "MonoDevelop.Ide.Commands.FullScreenHandler"
584
584
                                _label = "_Full Screen" 
585
 
                                icon = "md-fullscreen" 
 
585
                                icon = "gtk-fullscreen" 
586
586
                                _description = "Full Screen" />
587
587
                <Command id = "MonoDevelop.Ide.Commands.ViewCommands.Open"
588
588
                                _label = "Open" />
1354
1354
        
1355
1355
        <Extension path = "/MonoDevelop/Core/StockIcons">
1356
1356
                <StockIcon stockid = "md-parser" resource = "parsing.png" />
1357
 
                <StockIcon stockid = "md-navigate-next" resource = "navigate-next.png" />
1358
 
                <StockIcon stockid = "md-navigate-previous" resource = "navigate-previous.png" />
 
1357
                <!-- for some reason both pairs next/previous and forward/back are in use -->
 
1358
                <StockIcon stockid = "md-navigate-forward" resource = "navigate-next-16.png" size="Menu" />
 
1359
                <StockIcon stockid = "md-navigate-forward" resource = "navigate-next-24.png" />
 
1360
                <StockIcon stockid = "md-navigate-back" resource = "navigate-previous-16.png" size="Menu" />
 
1361
                <StockIcon stockid = "md-navigate-back" resource = "navigate-previous-24.png" />
 
1362
                <StockIcon stockid = "md-navigate-next" resource = "navigate-next-16.png" size="Menu" />
 
1363
                <StockIcon stockid = "md-navigate-next" resource = "navigate-next-24.png" />
 
1364
                <StockIcon stockid = "md-navigate-previous" resource = "navigate-previous-16.png" size="Menu" />
 
1365
                <StockIcon stockid = "md-navigate-previous" resource = "navigate-previous-24.png" />
1359
1366
                <StockIcon stockid = "md-pin-up" resource = "pinup.png" />
1360
1367
                <StockIcon stockid = "md-pin-down" resource = "pindown.png" />
1361
1368
                <StockIcon stockid = "system-file-manager" resource = "system-file-manager.png" />
1362
 
                <StockIcon stockid = "md-navigate-back" resource = "navigate-previous.png" />
1363
 
                <StockIcon stockid = "md-navigate-forward" resource = "navigate-next.png" />
1364
1369
        </Extension>
1365
1370
        
1366
1371
        <Extension path = "/MonoDevelop/Ide/OptionsDialogPanels/CodingOptions">