diff --git a/AddIns/ICSharpCode.SharpDevelop.addin b/AddIns/ICSharpCode.SharpDevelop.addin index 2052987762..aaa714272c 100644 --- a/AddIns/ICSharpCode.SharpDevelop.addin +++ b/AddIns/ICSharpCode.SharpDevelop.addin @@ -104,20 +104,20 @@ - + - + - - - + + + - + - - + + @@ -128,15 +128,15 @@ - - + + - + - + @@ -227,7 +227,7 @@ category = "Tools" title = "${res:MainWindow.Windows.SearchResultsLabel}" icon = "PadIcons.FindResults" - class = "SearchAndReplace.SearchResultPanel" + class = "ICSharpCode.SharpDevelop.Gui.SearchResultPad" defaultPosition = "Bottom, Hidden" /> @@ -587,7 +587,7 @@ icon = "Icons.16x16.PasteIcon" loadclasslazy = "false" class = "ICSharpCode.SharpDevelop.Project.Commands.PasteProjectBrowserNode" - /> + /> + /> @@ -987,7 +987,7 @@ icon = "Icons.16x16.Debug.StartWithoutDebugging" tooltip = "${res:XML.MainMenu.DebugMenu.RunWithoutDebug.Description}" class = "ICSharpCode.SharpDevelop.Project.Commands.ExecuteWithoutDebugger" - /> + /> @@ -1526,7 +1526,7 @@ command = "SDBuildCommands.RebuildProject" /> + + + \ No newline at end of file diff --git a/src/Main/ICSharpCode.Core.Presentation/themes/generic.xaml b/src/Main/ICSharpCode.Core.Presentation/themes/generic.xaml index 53f998d26f..8bbba69c76 100644 --- a/src/Main/ICSharpCode.Core.Presentation/themes/generic.xaml +++ b/src/Main/ICSharpCode.Core.Presentation/themes/generic.xaml @@ -2,6 +2,72 @@ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:local="clr-namespace:ICSharpCode.Core.Presentation" > + + + + + +