3 changed files with 2 additions and 27 deletions
@ -1,24 +0,0 @@
@@ -1,24 +0,0 @@
|
||||
// Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt)
|
||||
// This code is distributed under the GNU LGPL (for details please see \doc\license.txt)
|
||||
|
||||
using System; |
||||
using ICSharpCode.AvalonEdit.Editing; |
||||
using ICSharpCode.AvalonEdit.Snippets; |
||||
using ICSharpCode.SharpDevelop.Editor; |
||||
using ICSharpCode.SharpDevelop.Editor.AvalonEdit; |
||||
using ICSharpCode.SharpDevelop.Refactoring; |
||||
|
||||
namespace CSharpBinding.Refactoring |
||||
{ |
||||
public class CreatePropertiesCommand // : AbstractRefactoringCommand
|
||||
{ |
||||
// protected override void Run(ITextEditor textEditor, RefactoringProvider provider)
|
||||
// {
|
||||
// new Snippet {
|
||||
// Elements = {
|
||||
// new InlineRefactorSnippetElement(context => CreateProperties.CreateDialog(context), "")
|
||||
// }
|
||||
// }.Insert((TextArea)textEditor.GetService(typeof(TextArea)));
|
||||
// }
|
||||
} |
||||
} |
Loading…
Reference in new issue