|
|
|
|
@ -368,12 +368,14 @@
@@ -368,12 +368,14 @@
|
|
|
|
|
</Path> |
|
|
|
|
|
|
|
|
|
<Path name = "/SharpDevelop/Pads/ProjectBrowser/ContextMenu/ReferenceFolderNode"> |
|
|
|
|
<MenuItem id = "AddReference" |
|
|
|
|
label = "${res:ProjectComponent.ContextMenu.AddReference}" |
|
|
|
|
class = "ICSharpCode.SharpDevelop.Project.Commands.AddReferenceToProject"/> |
|
|
|
|
<MenuItem id = "AddWebReference" |
|
|
|
|
label = "${res:ProjectComponent.ContextMenu.AddWebReference}" |
|
|
|
|
class = "ICSharpCode.SharpDevelop.Project.Commands.AddWebReferenceToProject"/> |
|
|
|
|
<Condition name="WriteableProject" action="Disable"> |
|
|
|
|
<MenuItem id = "AddReference" |
|
|
|
|
label = "${res:ProjectComponent.ContextMenu.AddReference}" |
|
|
|
|
class = "ICSharpCode.SharpDevelop.Project.Commands.AddReferenceToProject"/> |
|
|
|
|
<MenuItem id = "AddWebReference" |
|
|
|
|
label = "${res:ProjectComponent.ContextMenu.AddWebReference}" |
|
|
|
|
class = "ICSharpCode.SharpDevelop.Project.Commands.AddWebReferenceToProject"/> |
|
|
|
|
</Condition> |
|
|
|
|
</Path> |
|
|
|
|
|
|
|
|
|
<Path name = "/SharpDevelop/Pads/ProjectBrowser/ContextMenu/FileNode"> |
|
|
|
|
@ -403,23 +405,25 @@
@@ -403,23 +405,25 @@
|
|
|
|
|
<Not> |
|
|
|
|
<Condition name = "Ownerstate" ownerstate = "Missing"/> |
|
|
|
|
</Not> |
|
|
|
|
<MenuItem id = "OpenSeparator" type = "Separator" /> |
|
|
|
|
|
|
|
|
|
<Condition name = "Ownerstate" ownerstate = "InProject"> |
|
|
|
|
<MenuItem id = "Add" label = "${res:ProjectComponent.ContextMenu.AddMenu}" type="Menu"> |
|
|
|
|
<Include path="/SharpDevelop/Pads/ProjectBrowser/ContextMenu/FolderNode/Add"/> |
|
|
|
|
<MenuItem id = "AddDependentSeparator" |
|
|
|
|
type = "Separator" /> |
|
|
|
|
<MenuItem id = "NewDependentItem" |
|
|
|
|
label = "${res:ProjectComponent.ContextMenu.NewDependentItem}" |
|
|
|
|
icon = "ProjectBrowser.CodeBehind" |
|
|
|
|
class = "ICSharpCode.SharpDevelop.Project.Commands.AddNewDependentItemsToProject"/> |
|
|
|
|
<MenuItem id = "ExistingItemAsDependent" |
|
|
|
|
label = "${res:ProjectComponent.ContextMenu.ExistingItemAsDependent}" |
|
|
|
|
icon = "ProjectBrowser.CodeBehind" |
|
|
|
|
class = "ICSharpCode.SharpDevelop.Project.Commands.AddExistingItemsToProjectAsDependent"/> |
|
|
|
|
</MenuItem> |
|
|
|
|
<MenuItem id = "AddSeparator" type = "Separator" /> |
|
|
|
|
<Condition name="WriteableProject" action="Disable"> |
|
|
|
|
<MenuItem id = "OpenSeparator" type = "Separator" /> |
|
|
|
|
|
|
|
|
|
<Condition name = "Ownerstate" ownerstate = "InProject"> |
|
|
|
|
<MenuItem id = "Add" label = "${res:ProjectComponent.ContextMenu.AddMenu}" type="Menu"> |
|
|
|
|
<Include path="/SharpDevelop/Pads/ProjectBrowser/ContextMenu/FolderNode/Add"/> |
|
|
|
|
<MenuItem id = "AddDependentSeparator" |
|
|
|
|
type = "Separator" /> |
|
|
|
|
<MenuItem id = "NewDependentItem" |
|
|
|
|
label = "${res:ProjectComponent.ContextMenu.NewDependentItem}" |
|
|
|
|
icon = "ProjectBrowser.CodeBehind" |
|
|
|
|
class = "ICSharpCode.SharpDevelop.Project.Commands.AddNewDependentItemsToProject"/> |
|
|
|
|
<MenuItem id = "ExistingItemAsDependent" |
|
|
|
|
label = "${res:ProjectComponent.ContextMenu.ExistingItemAsDependent}" |
|
|
|
|
icon = "ProjectBrowser.CodeBehind" |
|
|
|
|
class = "ICSharpCode.SharpDevelop.Project.Commands.AddExistingItemsToProjectAsDependent"/> |
|
|
|
|
</MenuItem> |
|
|
|
|
<MenuItem id = "AddSeparator" type = "Separator" /> |
|
|
|
|
</Condition> |
|
|
|
|
</Condition> |
|
|
|
|
|
|
|
|
|
<ComplexCondition> |
|
|
|
|
@ -433,9 +437,11 @@
@@ -433,9 +437,11 @@
|
|
|
|
|
<Condition name = "Ownerstate" ownerstate = "InProject"/> |
|
|
|
|
<Condition name = "Ownerstate" ownerstate = "BehindFile"/> |
|
|
|
|
</Or> |
|
|
|
|
<MenuItem id = "ExcludeFile" |
|
|
|
|
label = "${res:ProjectComponent.ContextMenu.ExcludeFileFromProject}" |
|
|
|
|
class = "ICSharpCode.SharpDevelop.Project.Commands.ExcludeFileFromProject"/> |
|
|
|
|
<Condition name="WriteableProject" action="Disable"> |
|
|
|
|
<MenuItem id = "ExcludeFile" |
|
|
|
|
label = "${res:ProjectComponent.ContextMenu.ExcludeFileFromProject}" |
|
|
|
|
class = "ICSharpCode.SharpDevelop.Project.Commands.ExcludeFileFromProject"/> |
|
|
|
|
</Condition> |
|
|
|
|
<MenuItem id = "ExecuteCustomTool" |
|
|
|
|
label = "${res:ProjectComponent.ContextMenu.ExecuteCustomTool}" |
|
|
|
|
class = "ICSharpCode.SharpDevelop.Project.ExecuteCustomToolCommand"/> |
|
|
|
|
@ -459,84 +465,94 @@
@@ -459,84 +465,94 @@
|
|
|
|
|
</Path> |
|
|
|
|
|
|
|
|
|
<Path name = "/SharpDevelop/Pads/ProjectBrowser/ContextMenu/CutCopyRemoveRename"> |
|
|
|
|
<MenuItem id = "Cut" |
|
|
|
|
label = "${res:XML.MainMenu.EditMenu.Cut}" |
|
|
|
|
type = "Item" |
|
|
|
|
icon = "Icons.16x16.CutIcon" |
|
|
|
|
loadclasslazy = "false" |
|
|
|
|
class = "ICSharpCode.SharpDevelop.Project.Commands.CutProjectBrowserNode"/> |
|
|
|
|
<Condition name="WriteableProject" action="Disable"> |
|
|
|
|
<MenuItem id = "Cut" |
|
|
|
|
label = "${res:XML.MainMenu.EditMenu.Cut}" |
|
|
|
|
type = "Item" |
|
|
|
|
icon = "Icons.16x16.CutIcon" |
|
|
|
|
loadclasslazy = "false" |
|
|
|
|
class = "ICSharpCode.SharpDevelop.Project.Commands.CutProjectBrowserNode"/> |
|
|
|
|
</Condition> |
|
|
|
|
<MenuItem id = "Copy" |
|
|
|
|
label = "${res:XML.MainMenu.EditMenu.Copy}" |
|
|
|
|
type = "Item" |
|
|
|
|
icon = "Icons.16x16.CopyIcon" |
|
|
|
|
loadclasslazy = "false" |
|
|
|
|
class = "ICSharpCode.SharpDevelop.Project.Commands.CopyProjectBrowserNode"/> |
|
|
|
|
<MenuItem id = "Remove" |
|
|
|
|
label = "${res:Global.RemoveButtonText}" |
|
|
|
|
type = "Item" |
|
|
|
|
icon = "Icons.16x16.DeleteIcon" |
|
|
|
|
loadclasslazy = "false" |
|
|
|
|
class = "ICSharpCode.SharpDevelop.Project.Commands.DeleteProjectBrowserNode"/> |
|
|
|
|
<MenuItem id = "Rename" |
|
|
|
|
label = "${res:ProjectComponent.ContextMenu.Rename}" |
|
|
|
|
shortcut = "F2" |
|
|
|
|
class = "ICSharpCode.SharpDevelop.Project.Commands.RenameEntryEvent"/> |
|
|
|
|
<Condition name="WriteableProject" action="Disable"> |
|
|
|
|
<MenuItem id = "Remove" |
|
|
|
|
label = "${res:Global.RemoveButtonText}" |
|
|
|
|
type = "Item" |
|
|
|
|
icon = "Icons.16x16.DeleteIcon" |
|
|
|
|
loadclasslazy = "false" |
|
|
|
|
class = "ICSharpCode.SharpDevelop.Project.Commands.DeleteProjectBrowserNode"/> |
|
|
|
|
<MenuItem id = "Rename" |
|
|
|
|
label = "${res:ProjectComponent.ContextMenu.Rename}" |
|
|
|
|
shortcut = "F2" |
|
|
|
|
class = "ICSharpCode.SharpDevelop.Project.Commands.RenameEntryEvent"/> |
|
|
|
|
</Condition> |
|
|
|
|
</Path> |
|
|
|
|
|
|
|
|
|
<Path name = "/SharpDevelop/Pads/ProjectBrowser/ContextMenu/CutPasteRemoveRename"> |
|
|
|
|
<MenuItem id = "Cut" |
|
|
|
|
label = "${res:XML.MainMenu.EditMenu.Cut}" |
|
|
|
|
type = "Item" |
|
|
|
|
icon = "Icons.16x16.CutIcon" |
|
|
|
|
loadclasslazy = "false" |
|
|
|
|
class = "ICSharpCode.SharpDevelop.Project.Commands.CutProjectBrowserNode"/> |
|
|
|
|
<MenuItem id = "Paste" |
|
|
|
|
label = "${res:XML.MainMenu.EditMenu.Paste}" |
|
|
|
|
type = "Item" |
|
|
|
|
icon = "Icons.16x16.PasteIcon" |
|
|
|
|
loadclasslazy = "false" |
|
|
|
|
class = "ICSharpCode.SharpDevelop.Project.Commands.PasteProjectBrowserNode"/> |
|
|
|
|
<MenuItem id = "Remove" |
|
|
|
|
label = "${res:Global.RemoveButtonText}" |
|
|
|
|
type = "Item" |
|
|
|
|
icon = "Icons.16x16.DeleteIcon" |
|
|
|
|
loadclasslazy = "false" |
|
|
|
|
class = "ICSharpCode.SharpDevelop.Project.Commands.DeleteProjectBrowserNode"/> |
|
|
|
|
<MenuItem id = "Rename" |
|
|
|
|
label = "${res:ProjectComponent.ContextMenu.Rename}" |
|
|
|
|
shortcut = "F2" |
|
|
|
|
class = "ICSharpCode.SharpDevelop.Project.Commands.RenameEntryEvent"/> |
|
|
|
|
<Condition name="WriteableProject" action="Disable"> |
|
|
|
|
<MenuItem id = "Cut" |
|
|
|
|
label = "${res:XML.MainMenu.EditMenu.Cut}" |
|
|
|
|
type = "Item" |
|
|
|
|
icon = "Icons.16x16.CutIcon" |
|
|
|
|
loadclasslazy = "false" |
|
|
|
|
class = "ICSharpCode.SharpDevelop.Project.Commands.CutProjectBrowserNode"/> |
|
|
|
|
<MenuItem id = "Paste" |
|
|
|
|
label = "${res:XML.MainMenu.EditMenu.Paste}" |
|
|
|
|
type = "Item" |
|
|
|
|
icon = "Icons.16x16.PasteIcon" |
|
|
|
|
loadclasslazy = "false" |
|
|
|
|
class = "ICSharpCode.SharpDevelop.Project.Commands.PasteProjectBrowserNode"/> |
|
|
|
|
<MenuItem id = "Remove" |
|
|
|
|
label = "${res:Global.RemoveButtonText}" |
|
|
|
|
type = "Item" |
|
|
|
|
icon = "Icons.16x16.DeleteIcon" |
|
|
|
|
loadclasslazy = "false" |
|
|
|
|
class = "ICSharpCode.SharpDevelop.Project.Commands.DeleteProjectBrowserNode"/> |
|
|
|
|
<MenuItem id = "Rename" |
|
|
|
|
label = "${res:ProjectComponent.ContextMenu.Rename}" |
|
|
|
|
shortcut = "F2" |
|
|
|
|
class = "ICSharpCode.SharpDevelop.Project.Commands.RenameEntryEvent"/> |
|
|
|
|
</Condition> |
|
|
|
|
</Path> |
|
|
|
|
|
|
|
|
|
<Path name = "/SharpDevelop/Pads/ProjectBrowser/ContextMenu/CutCopyPasteDeleteRename"> |
|
|
|
|
<MenuItem id = "Cut" |
|
|
|
|
label = "${res:XML.MainMenu.EditMenu.Cut}" |
|
|
|
|
type = "Item" |
|
|
|
|
icon = "Icons.16x16.CutIcon" |
|
|
|
|
loadclasslazy = "false" |
|
|
|
|
class = "ICSharpCode.SharpDevelop.Project.Commands.CutProjectBrowserNode"/> |
|
|
|
|
<Condition name="WriteableProject" action="Disable"> |
|
|
|
|
<MenuItem id = "Cut" |
|
|
|
|
label = "${res:XML.MainMenu.EditMenu.Cut}" |
|
|
|
|
type = "Item" |
|
|
|
|
icon = "Icons.16x16.CutIcon" |
|
|
|
|
loadclasslazy = "false" |
|
|
|
|
class = "ICSharpCode.SharpDevelop.Project.Commands.CutProjectBrowserNode"/> |
|
|
|
|
</Condition> |
|
|
|
|
<MenuItem id = "Copy" |
|
|
|
|
label = "${res:XML.MainMenu.EditMenu.Copy}" |
|
|
|
|
type = "Item" |
|
|
|
|
icon = "Icons.16x16.CopyIcon" |
|
|
|
|
loadclasslazy = "false" |
|
|
|
|
class = "ICSharpCode.SharpDevelop.Project.Commands.CopyProjectBrowserNode"/> |
|
|
|
|
<MenuItem id = "Paste" |
|
|
|
|
label = "${res:XML.MainMenu.EditMenu.Paste}" |
|
|
|
|
type = "Item" |
|
|
|
|
icon = "Icons.16x16.PasteIcon" |
|
|
|
|
loadclasslazy = "false" |
|
|
|
|
class = "ICSharpCode.SharpDevelop.Project.Commands.PasteProjectBrowserNode"/> |
|
|
|
|
<MenuItem id = "Delete" |
|
|
|
|
label = "${res:XML.MainMenu.EditMenu.Delete}" |
|
|
|
|
type = "Item" |
|
|
|
|
icon = "Icons.16x16.DeleteIcon" |
|
|
|
|
loadclasslazy = "false" |
|
|
|
|
class = "ICSharpCode.SharpDevelop.Project.Commands.DeleteProjectBrowserNode"/> |
|
|
|
|
<MenuItem id = "Rename" |
|
|
|
|
label = "${res:ProjectComponent.ContextMenu.Rename}" |
|
|
|
|
shortcut = "F2" |
|
|
|
|
class = "ICSharpCode.SharpDevelop.Project.Commands.RenameEntryEvent"/> |
|
|
|
|
<Condition name="WriteableProject" action="Disable"> |
|
|
|
|
<MenuItem id = "Paste" |
|
|
|
|
label = "${res:XML.MainMenu.EditMenu.Paste}" |
|
|
|
|
type = "Item" |
|
|
|
|
icon = "Icons.16x16.PasteIcon" |
|
|
|
|
loadclasslazy = "false" |
|
|
|
|
class = "ICSharpCode.SharpDevelop.Project.Commands.PasteProjectBrowserNode"/> |
|
|
|
|
<MenuItem id = "Delete" |
|
|
|
|
label = "${res:XML.MainMenu.EditMenu.Delete}" |
|
|
|
|
type = "Item" |
|
|
|
|
icon = "Icons.16x16.DeleteIcon" |
|
|
|
|
loadclasslazy = "false" |
|
|
|
|
class = "ICSharpCode.SharpDevelop.Project.Commands.DeleteProjectBrowserNode"/> |
|
|
|
|
<MenuItem id = "Rename" |
|
|
|
|
label = "${res:ProjectComponent.ContextMenu.Rename}" |
|
|
|
|
shortcut = "F2" |
|
|
|
|
class = "ICSharpCode.SharpDevelop.Project.Commands.RenameEntryEvent"/> |
|
|
|
|
</Condition> |
|
|
|
|
</Path> |
|
|
|
|
|
|
|
|
|
<Path name = "/SharpDevelop/Pads/ProjectBrowser/ContextMenu/FolderNode"> |
|
|
|
|
@ -669,10 +685,12 @@
@@ -669,10 +685,12 @@
|
|
|
|
|
icon = "Icons.16x16.BrowserRefresh" |
|
|
|
|
label = "${res:AddIns.HtmlHelp2.Refresh}" |
|
|
|
|
class = "ICSharpCode.SharpDevelop.Project.Commands.RefreshReference"/> |
|
|
|
|
<MenuItem id = "Remove" |
|
|
|
|
label = "${res:Global.RemoveButtonText}" |
|
|
|
|
icon = "Icons.16x16.DeleteIcon" |
|
|
|
|
class = "ICSharpCode.SharpDevelop.Project.Commands.DeleteProjectBrowserNode"/> |
|
|
|
|
<Condition name="WriteableProject" action="Disable"> |
|
|
|
|
<MenuItem id = "Remove" |
|
|
|
|
label = "${res:Global.RemoveButtonText}" |
|
|
|
|
icon = "Icons.16x16.DeleteIcon" |
|
|
|
|
class = "ICSharpCode.SharpDevelop.Project.Commands.DeleteProjectBrowserNode"/> |
|
|
|
|
</Condition> |
|
|
|
|
<MenuItem id = "RemoveSeparator" type = "Separator" /> |
|
|
|
|
<MenuItem id = "Properties" |
|
|
|
|
icon = "Icons.16x16.PropertiesIcon" |
|
|
|
|
@ -1602,26 +1620,27 @@
@@ -1602,26 +1620,27 @@
|
|
|
|
|
|
|
|
|
|
<MenuItem id = "Search" label = "${res:XML.MainMenu.SearchMenu}" type="Menu"> |
|
|
|
|
<MenuItem id = "SearchInFilesSeparator" type = "Separator" /> |
|
|
|
|
<!-- <Condition name = "WindowActive" activewindow="ICSharpCode.SharpDevelop.Editor.ITextEditorProvider" action="Disable"> --> |
|
|
|
|
<MenuItem id = "ToggleBookmark" |
|
|
|
|
label = "${res:XML.MainMenu.SearchMenu.ToggleBookmark}" |
|
|
|
|
shortcut = "Control|M" |
|
|
|
|
icon = "Bookmarks.ToggleMark" |
|
|
|
|
class = "ICSharpCode.SharpDevelop.Bookmarks.ToggleBookmark"/> |
|
|
|
|
<MenuItem id = "PrevBookmark" |
|
|
|
|
label = "${res:XML.MainMenu.SearchMenu.PrevBookmark}" |
|
|
|
|
shortcut = "Control|OemComma" |
|
|
|
|
icon = "Bookmarks.GotoPrevInFile" |
|
|
|
|
class = "ICSharpCode.SharpDevelop.Bookmarks.PrevBookmark"/> |
|
|
|
|
<MenuItem id = "NextBookmark" |
|
|
|
|
label = "${res:XML.MainMenu.SearchMenu.NextBookmark}" |
|
|
|
|
shortcut = "Control|OemPeriod" |
|
|
|
|
icon = "Bookmarks.GotoNextInFile" |
|
|
|
|
class = "ICSharpCode.SharpDevelop.Bookmarks.NextBookmark"/> |
|
|
|
|
<MenuItem id = "ClearBookmarks" |
|
|
|
|
label = "${res:XML.MainMenu.SearchMenu.ClrBookmark}" |
|
|
|
|
icon = "Bookmarks.ClearAll" |
|
|
|
|
class = "ICSharpCode.SharpDevelop.Bookmarks.ClearBookmarks"/> |
|
|
|
|
<Condition name = "WindowActive" activewindow="ICSharpCode.SharpDevelop.Editor.ITextEditorProvider" action="Disable"> |
|
|
|
|
<MenuItem id = "ToggleBookmark" |
|
|
|
|
label = "${res:XML.MainMenu.SearchMenu.ToggleBookmark}" |
|
|
|
|
shortcut = "Control|M" |
|
|
|
|
icon = "Bookmarks.ToggleMark" |
|
|
|
|
class = "ICSharpCode.SharpDevelop.Bookmarks.ToggleBookmark"/> |
|
|
|
|
<MenuItem id = "PrevBookmark" |
|
|
|
|
label = "${res:XML.MainMenu.SearchMenu.PrevBookmark}" |
|
|
|
|
shortcut = "Control|OemComma" |
|
|
|
|
icon = "Bookmarks.GotoPrevInFile" |
|
|
|
|
class = "ICSharpCode.SharpDevelop.Bookmarks.PrevBookmark"/> |
|
|
|
|
<MenuItem id = "NextBookmark" |
|
|
|
|
label = "${res:XML.MainMenu.SearchMenu.NextBookmark}" |
|
|
|
|
shortcut = "Control|OemPeriod" |
|
|
|
|
icon = "Bookmarks.GotoNextInFile" |
|
|
|
|
class = "ICSharpCode.SharpDevelop.Bookmarks.NextBookmark"/> |
|
|
|
|
<MenuItem id = "ClearBookmarks" |
|
|
|
|
label = "${res:XML.MainMenu.SearchMenu.ClrBookmark}" |
|
|
|
|
icon = "Bookmarks.ClearAll" |
|
|
|
|
class = "ICSharpCode.SharpDevelop.Bookmarks.ClearBookmarks"/> |
|
|
|
|
</Condition> |
|
|
|
|
<MenuItem id = "Separator2" type = "Separator" /> |
|
|
|
|
|
|
|
|
|
<MenuItem id = "GotoLineNr" |
|
|
|
|
@ -1974,6 +1993,13 @@
@@ -1974,6 +1993,13 @@
|
|
|
|
|
</Path> |
|
|
|
|
|
|
|
|
|
<Path name = "/SharpDevelop/Pads/BookmarkPad/Toolbar"> |
|
|
|
|
<Condition name = "WindowActive" activewindow="ICSharpCode.SharpDevelop.Editor.ITextEditorProvider" action="Disable"> |
|
|
|
|
<ToolbarItem id = "ToggleBookmark" |
|
|
|
|
tooltip = "${res:XML.MainMenu.SearchMenu.ToggleBookmark}" |
|
|
|
|
icon = "Bookmarks.ToggleMark" |
|
|
|
|
class = "ICSharpCode.SharpDevelop.Bookmarks.ToggleBookmark"/> |
|
|
|
|
</Condition> |
|
|
|
|
|
|
|
|
|
<ToolbarItem id = "GotoPrev" |
|
|
|
|
icon = "Bookmarks.GotoPrev" |
|
|
|
|
tooltip = "${res:MainWindow.Windows.BookmarkPad.GotoPrev.ToolTip}" |
|
|
|
|
|