|
|
@ -1145,9 +1145,16 @@ |
|
|
|
shortcut = "Control|N" |
|
|
|
shortcut = "Control|N" |
|
|
|
class = "ICSharpCode.SharpDevelop.Commands.CreateNewFile"/> |
|
|
|
class = "ICSharpCode.SharpDevelop.Commands.CreateNewFile"/> |
|
|
|
|
|
|
|
|
|
|
|
<MenuItem id = "Project" |
|
|
|
<Condition name="SolutionOpen" action="Disable"> |
|
|
|
label = "${res:XML.MainMenu.FileMenu.New.Project}" |
|
|
|
<MenuItem id = "Project" |
|
|
|
icon = "Icons.16x16.NewProjectIcon" |
|
|
|
label = "${res:XML.MainMenu.FileMenu.New.Project}" |
|
|
|
|
|
|
|
icon = "Icons.16x16.NewProjectIcon" |
|
|
|
|
|
|
|
class = "ICSharpCode.SharpDevelop.Project.Commands.AddNewProjectToSolution"/> |
|
|
|
|
|
|
|
</Condition> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<MenuItem id = "Solution" |
|
|
|
|
|
|
|
label = "${res:XML.MainMenu.FileMenu.New.Solution}" |
|
|
|
|
|
|
|
icon = "Icons.16x16.SolutionIcon" |
|
|
|
shortcut = "Control|Shift|N" |
|
|
|
shortcut = "Control|Shift|N" |
|
|
|
class = "ICSharpCode.SharpDevelop.Project.Commands.CreateNewSolution"/> |
|
|
|
class = "ICSharpCode.SharpDevelop.Project.Commands.CreateNewSolution"/> |
|
|
|
</MenuItem> |
|
|
|
</MenuItem> |
|
|
|