Browse Source

[CodeAction] Add ContextAction attribute to MoveToOuterScopeAction.

newNRvisualizers
Simon Lindgren 14 years ago
parent
commit
db8e971297
  1. 2
      ICSharpCode.NRefactory.CSharp/Refactoring/CodeActions/MoveToOuterScopeAction.cs

2
ICSharpCode.NRefactory.CSharp/Refactoring/CodeActions/MoveToOuterScopeAction.cs

@ -32,6 +32,8 @@ using System.Threading; @@ -32,6 +32,8 @@ using System.Threading;
namespace ICSharpCode.NRefactory.CSharp.Refactoring
{
[ContextAction("Move to outer scope", Description = "Moves a declaration to the parent scope.")]
public class MoveToOuterScopeAction : ICodeActionProvider
{
#region ICodeActionProvider implementation

Loading…
Cancel
Save