Browse Source

Fixed SD2-397: Empty Project Scout has visually enabled (not grayed out) icons.

git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@338 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
shortcuts
Daniel Grunwald 21 years ago
parent
commit
05221a0758
  1. 30
      AddIns/ICSharpCode.SharpDevelop.addin

30
AddIns/ICSharpCode.SharpDevelop.addin

@ -122,20 +122,22 @@ @@ -122,20 +122,22 @@
<!-- Project browser Paths -->
<Path name = "/SharpDevelop/Pads/ProjectBrowser/ToolBar/Standard">
<ToolbarItem id = "Properties"
icon = "Icons.16x16.PropertiesIcon"
tooltip = "Properties"
class = "ICSharpCode.SharpDevelop.Project.Commands.ShowPropertiesForNode"/>
<ToolbarItem id = "PropertySeparator" type = "Separator"/>
<ToolbarItem id = "ShowAll"
type = "CheckBox"
icon = "ProjectBrowser.Toolbar.ShowHiddenFiles"
tooltip = "ShowAll"
class = "ICSharpCode.SharpDevelop.Project.Commands.ToggleShowAll"/>
<ToolbarItem id = "Refresh"
icon = "ProjectBrowser.Toolbar.Refresh"
tooltip = "Refresh"
class = "ICSharpCode.SharpDevelop.Project.Commands.RefreshProjectBrowser"/>
<Condition name = "CombineOpen" iscombineopen="True" action="Disable">
<ToolbarItem id = "Properties"
icon = "Icons.16x16.PropertiesIcon"
tooltip = "Properties"
class = "ICSharpCode.SharpDevelop.Project.Commands.ShowPropertiesForNode"/>
<ToolbarItem id = "PropertySeparator" type = "Separator"/>
<ToolbarItem id = "ShowAll"
type = "CheckBox"
icon = "ProjectBrowser.Toolbar.ShowHiddenFiles"
tooltip = "ShowAll"
class = "ICSharpCode.SharpDevelop.Project.Commands.ToggleShowAll"/>
<ToolbarItem id = "Refresh"
icon = "ProjectBrowser.Toolbar.Refresh"
tooltip = "Refresh"
class = "ICSharpCode.SharpDevelop.Project.Commands.RefreshProjectBrowser"/>
</Condition>
</Path>
<Path name = "/SharpDevelop/Pads/ProjectBrowser/ToolBar/File">

Loading…
Cancel
Save