This repository was archived by the owner on Oct 16, 2020. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- <gui : OptionPanel x : Class =" ICSharpCode.SharpDevelop.Editor.CodeCompletion.CodeCompletionPanel "
1+ <gui : OptionPanel x : Class =" ICSharpCode.SharpDevelop.Editor.CodeCompletion.CodeCompletionOptionPanel "
22 xmlns =" http://schemas.microsoft.com/winfx/2006/xaml/presentation"
33 xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml"
44 xmlns : core =" http://icsharpcode.net/sharpdevelop/core"
Original file line number Diff line number Diff line change 1818
1919using System ;
2020using System . Windows ;
21- using ICSharpCode . Core ;
2221using ICSharpCode . SharpDevelop . Gui ;
2322
2423namespace ICSharpCode . SharpDevelop . Editor . CodeCompletion
2524{
2625 /// <summary>
27- /// Interaction logic for CodeCompletionPanelXaml .xaml
26+ /// Interaction logic for CodeCompletionOptionPanel .xaml
2827 /// </summary>
29- public partial class CodeCompletionPanel : OptionPanel
28+ public partial class CodeCompletionOptionPanel : OptionPanel
3029 {
31- public CodeCompletionPanel ( )
30+ public CodeCompletionOptionPanel ( )
3231 {
3332 InitializeComponent ( ) ;
3433 this . DataContext = this ;
Original file line number Diff line number Diff line change 21782178 <OptionPanel id = "CodeCompletion"
21792179 insertafter="Behavior"
21802180 label = "${res:Dialog.Options.IDEOptions.TextEditor.CodeCompletion.PanelName}"
2181- class = "ICSharpCode.SharpDevelop.Editor.CodeCompletion.CodeCompletionPanel "/>
2181+ class = "ICSharpCode.SharpDevelop.Editor.CodeCompletion.CodeCompletionOptionPanel "/>
21822182 </Path>
21832183
21842184 <Path name = "/SharpDevelop/Pads/BookmarkPad/Toolbar">
You can’t perform that action at this time.
0 commit comments