Browse Source

rename the class as well

pull/505/merge
Siegfried Pammer 12 years ago
parent
commit
320cd692ab
  1. 2
      src/Main/Base/Project/Editor/CodeCompletion/CodeCompletionOptionPanel.xaml
  2. 7
      src/Main/Base/Project/Editor/CodeCompletion/CodeCompletionOptionPanel.xaml.cs
  3. 2
      src/Main/Base/Project/ICSharpCode.SharpDevelop.addin

2
src/Main/Base/Project/Editor/CodeCompletion/CodeCompletionOptionPanel.xaml

@ -1,4 +1,4 @@
<gui:OptionPanel x:Class="ICSharpCode.SharpDevelop.Editor.CodeCompletion.CodeCompletionPanel" <gui:OptionPanel x:Class="ICSharpCode.SharpDevelop.Editor.CodeCompletion.CodeCompletionOptionPanel"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:core="http://icsharpcode.net/sharpdevelop/core" xmlns:core="http://icsharpcode.net/sharpdevelop/core"

7
src/Main/Base/Project/Editor/CodeCompletion/CodeCompletionOptionPanel.xaml.cs

@ -18,17 +18,16 @@
using System; using System;
using System.Windows; using System.Windows;
using ICSharpCode.Core;
using ICSharpCode.SharpDevelop.Gui; using ICSharpCode.SharpDevelop.Gui;
namespace ICSharpCode.SharpDevelop.Editor.CodeCompletion namespace ICSharpCode.SharpDevelop.Editor.CodeCompletion
{ {
/// <summary> /// <summary>
/// Interaction logic for CodeCompletionPanelXaml.xaml /// Interaction logic for CodeCompletionOptionPanel.xaml
/// </summary> /// </summary>
public partial class CodeCompletionPanel : OptionPanel public partial class CodeCompletionOptionPanel : OptionPanel
{ {
public CodeCompletionPanel() public CodeCompletionOptionPanel()
{ {
InitializeComponent(); InitializeComponent();
this.DataContext = this; this.DataContext = this;

2
src/Main/Base/Project/ICSharpCode.SharpDevelop.addin

@ -2178,7 +2178,7 @@
<OptionPanel id = "CodeCompletion" <OptionPanel id = "CodeCompletion"
insertafter="Behavior" insertafter="Behavior"
label = "${res:Dialog.Options.IDEOptions.TextEditor.CodeCompletion.PanelName}" label = "${res:Dialog.Options.IDEOptions.TextEditor.CodeCompletion.PanelName}"
class = "ICSharpCode.SharpDevelop.Editor.CodeCompletion.CodeCompletionPanel"/> class = "ICSharpCode.SharpDevelop.Editor.CodeCompletion.CodeCompletionOptionPanel"/>
</Path> </Path>
<Path name = "/SharpDevelop/Pads/BookmarkPad/Toolbar"> <Path name = "/SharpDevelop/Pads/BookmarkPad/Toolbar">

Loading…
Cancel
Save