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

Loading…
Cancel
Save