|
|
|
@ -130,78 +130,88 @@
@@ -130,78 +130,88 @@
|
|
|
|
|
</Path> |
|
|
|
|
|
|
|
|
|
<Path path = "/SharpDevelop/ViewContent/TextEditor/C#/IssueProviders"> |
|
|
|
|
<Class id = "ConditionalToNullCoalescingInspector" |
|
|
|
|
class = "ICSharpCode.NRefactory.CSharp.Refactoring.ConditionalToNullCoalescingInspector" /> |
|
|
|
|
<Class id = "NotImplementedExceptionInspector" |
|
|
|
|
class = "ICSharpCode.NRefactory.CSharp.Refactoring.NotImplementedExceptionInspector" /> |
|
|
|
|
<Class id = "RedundantInternalInspector" |
|
|
|
|
class = "ICSharpCode.NRefactory.CSharp.Refactoring.RedundantInternalInspector" /> |
|
|
|
|
<Class id = "RedundantNamespaceUsageInspector" |
|
|
|
|
class = "ICSharpCode.NRefactory.CSharp.Refactoring.RedundantNamespaceUsageInspector" /> |
|
|
|
|
<Class id = "RedundantPrivateInspector" |
|
|
|
|
class = "ICSharpCode.NRefactory.CSharp.Refactoring.RedundantPrivateInspector" /> |
|
|
|
|
<Class id = "RedundantThisInspector" |
|
|
|
|
class = "ICSharpCode.NRefactory.CSharp.Refactoring.RedundantThisInspector" /> |
|
|
|
|
<Class id = "RedundantUsingInspector" |
|
|
|
|
class = "ICSharpCode.NRefactory.CSharp.Refactoring.RedundantUsingInspector" /> |
|
|
|
|
<Class id = "StringIsNullOrEmptyInspector" |
|
|
|
|
class = "ICSharpCode.NRefactory.CSharp.Refactoring.StringIsNullOrEmptyInspector" /> |
|
|
|
|
<Class id = "UseVarKeywordInspector" |
|
|
|
|
class = "ICSharpCode.NRefactory.CSharp.Refactoring.UseVarKeywordInspector" /> |
|
|
|
|
<Class id = "ConditionalToNullCoalescing" |
|
|
|
|
class = "ICSharpCode.NRefactory.CSharp.Refactoring.ConditionalToNullCoalescingIssue" /> |
|
|
|
|
<Class id = "NotImplementedException" |
|
|
|
|
class = "ICSharpCode.NRefactory.CSharp.Refactoring.NotImplementedExceptionIssue" /> |
|
|
|
|
<Class id = "RedundantInternal" |
|
|
|
|
class = "ICSharpCode.NRefactory.CSharp.Refactoring.RedundantInternalIssue" /> |
|
|
|
|
<Class id = "RedundantNamespaceUsage" |
|
|
|
|
class = "ICSharpCode.NRefactory.CSharp.Refactoring.RedundantNamespaceUsageIssue" /> |
|
|
|
|
<Class id = "RedundantPrivate" |
|
|
|
|
class = "ICSharpCode.NRefactory.CSharp.Refactoring.RedundantPrivateIssue" /> |
|
|
|
|
<Class id = "RedundantThis" |
|
|
|
|
class = "ICSharpCode.NRefactory.CSharp.Refactoring.RedundantThisIssue" /> |
|
|
|
|
<Class id = "RedundantUsing" |
|
|
|
|
class = "ICSharpCode.NRefactory.CSharp.Refactoring.RedundantUsingIssue" /> |
|
|
|
|
<Class id = "StringIsNullOrEmpty" |
|
|
|
|
class = "ICSharpCode.NRefactory.CSharp.Refactoring.StringIsNullOrEmptyIssue" /> |
|
|
|
|
<Class id = "UseVarKeyword" |
|
|
|
|
class = "ICSharpCode.NRefactory.CSharp.Refactoring.UseVarKeywordIssue" /> |
|
|
|
|
</Path> |
|
|
|
|
|
|
|
|
|
<Path path = "/SharpDevelop/ViewContent/TextEditor/C#/ContextActions"> |
|
|
|
|
<!-- In this path, you can add SD context action providers using <Class>, |
|
|
|
|
or you can add NR5 code action providers using <CSharpCodeActionProvider> --> |
|
|
|
|
<CSharpCodeActionProvider id = "AddAnotherAccessor" |
|
|
|
|
class = "ICSharpCode.NRefactory.CSharp.Refactoring.AddAnotherAccessor" /> |
|
|
|
|
class = "ICSharpCode.NRefactory.CSharp.Refactoring.AddAnotherAccessorAction" /> |
|
|
|
|
<CSharpCodeActionProvider id = "CheckIfParameterIsNull" |
|
|
|
|
class = "ICSharpCode.NRefactory.CSharp.Refactoring.CheckIfParameterIsNull" /> |
|
|
|
|
class = "ICSharpCode.NRefactory.CSharp.Refactoring.CheckIfParameterIsNullAction" /> |
|
|
|
|
<CSharpCodeActionProvider id = "ConvertDecToHex" |
|
|
|
|
class = "ICSharpCode.NRefactory.CSharp.Refactoring.ConvertDecToHex" /> |
|
|
|
|
class = "ICSharpCode.NRefactory.CSharp.Refactoring.ConvertDecToHexAction" /> |
|
|
|
|
<CSharpCodeActionProvider id = "ConvertHexToDec" |
|
|
|
|
class = "ICSharpCode.NRefactory.CSharp.Refactoring.ConvertHexToDec" /> |
|
|
|
|
class = "ICSharpCode.NRefactory.CSharp.Refactoring.ConvertHexToDecAction" /> |
|
|
|
|
<CSharpCodeActionProvider id = "ConvertForeachToFor" |
|
|
|
|
class = "ICSharpCode.NRefactory.CSharp.Refactoring.ConvertForeachToFor" /> |
|
|
|
|
class = "ICSharpCode.NRefactory.CSharp.Refactoring.ConvertForeachToForAction" /> |
|
|
|
|
<CSharpCodeActionProvider id = "CreateBackingStore" |
|
|
|
|
class = "ICSharpCode.NRefactory.CSharp.Refactoring.CreateBackingStore" /> |
|
|
|
|
class = "ICSharpCode.NRefactory.CSharp.Refactoring.CreateBackingStoreAction" /> |
|
|
|
|
<CSharpCodeActionProvider id = "CreateClassDeclaration" |
|
|
|
|
class = "ICSharpCode.NRefactory.CSharp.Refactoring.CreateClassDeclarationAction" /> |
|
|
|
|
<CSharpCodeActionProvider id = "CreateConstructorDeclaration" |
|
|
|
|
class = "ICSharpCode.NRefactory.CSharp.Refactoring.CreateConstructorDeclarationAction" /> |
|
|
|
|
<CSharpCodeActionProvider id = "CreateDelegateAction" |
|
|
|
|
class = "ICSharpCode.NRefactory.CSharp.Refactoring.CreateDelegateAction" /> |
|
|
|
|
<CSharpCodeActionProvider id = "CreateEventInvocator" |
|
|
|
|
class = "ICSharpCode.NRefactory.CSharp.Refactoring.CreateEventInvocator" /> |
|
|
|
|
class = "ICSharpCode.NRefactory.CSharp.Refactoring.CreateEventInvocatorAction" /> |
|
|
|
|
<CSharpCodeActionProvider id = "CreateField" |
|
|
|
|
class = "ICSharpCode.NRefactory.CSharp.Refactoring.CreateField" /> |
|
|
|
|
class = "ICSharpCode.NRefactory.CSharp.Refactoring.CreateFieldAction" /> |
|
|
|
|
<CSharpCodeActionProvider id = "CreateLocalVariable" |
|
|
|
|
class = "ICSharpCode.NRefactory.CSharp.Refactoring.CreateLocalVariable" /> |
|
|
|
|
class = "ICSharpCode.NRefactory.CSharp.Refactoring.CreateLocalVariableAction" /> |
|
|
|
|
<CSharpCodeActionProvider id = "CreateMethodDeclaration" |
|
|
|
|
class = "ICSharpCode.NRefactory.CSharp.Refactoring.CreateMethodDeclarationAction" /> |
|
|
|
|
<CSharpCodeActionProvider id = "CreateProperty" |
|
|
|
|
class = "ICSharpCode.NRefactory.CSharp.Refactoring.CreateProperty" /> |
|
|
|
|
class = "ICSharpCode.NRefactory.CSharp.Refactoring.CreatePropertyAction" /> |
|
|
|
|
<CSharpCodeActionProvider id = "DeclareLocalVariable" |
|
|
|
|
class = "ICSharpCode.NRefactory.CSharp.Refactoring.DeclareLocalVariableAction" /> |
|
|
|
|
<CSharpCodeActionProvider id = "FlipOperatorArguments" |
|
|
|
|
class = "ICSharpCode.NRefactory.CSharp.Refactoring.FlipOperatorArguments" /> |
|
|
|
|
class = "ICSharpCode.NRefactory.CSharp.Refactoring.FlipOperatorArgumentsAction" /> |
|
|
|
|
<CSharpCodeActionProvider id = "GenerateGetter" |
|
|
|
|
class = "ICSharpCode.NRefactory.CSharp.Refactoring.GenerateGetter" /> |
|
|
|
|
class = "ICSharpCode.NRefactory.CSharp.Refactoring.GenerateGetterAction" /> |
|
|
|
|
<CSharpCodeActionProvider id = "GenerateProperty" |
|
|
|
|
class = "ICSharpCode.NRefactory.CSharp.Refactoring.GenerateProperty" /> |
|
|
|
|
class = "ICSharpCode.NRefactory.CSharp.Refactoring.GeneratePropertyAction" /> |
|
|
|
|
<CSharpCodeActionProvider id = "GenerateSwitchLabels" |
|
|
|
|
class = "ICSharpCode.NRefactory.CSharp.Refactoring.GenerateSwitchLabels" /> |
|
|
|
|
class = "ICSharpCode.NRefactory.CSharp.Refactoring.GenerateSwitchLabelsAction" /> |
|
|
|
|
<CSharpCodeActionProvider id = "InsertAnonymousMethodSignature" |
|
|
|
|
class = "ICSharpCode.NRefactory.CSharp.Refactoring.InsertAnonymousMethodSignature" /> |
|
|
|
|
class = "ICSharpCode.NRefactory.CSharp.Refactoring.InsertAnonymousMethodSignatureAction" /> |
|
|
|
|
<CSharpCodeActionProvider id = "IntroduceFormatItem" |
|
|
|
|
class = "ICSharpCode.NRefactory.CSharp.Refactoring.IntroduceFormatItem" /> |
|
|
|
|
class = "ICSharpCode.NRefactory.CSharp.Refactoring.IntroduceFormatItemAction" /> |
|
|
|
|
<CSharpCodeActionProvider id = "InvertIf" |
|
|
|
|
class = "ICSharpCode.NRefactory.CSharp.Refactoring.InvertIf" /> |
|
|
|
|
class = "ICSharpCode.NRefactory.CSharp.Refactoring.InvertIfAction" /> |
|
|
|
|
<CSharpCodeActionProvider id = "RemoveBackingStore" |
|
|
|
|
class = "ICSharpCode.NRefactory.CSharp.Refactoring.RemoveBackingStore" /> |
|
|
|
|
class = "ICSharpCode.NRefactory.CSharp.Refactoring.RemoveBackingStoreAction" /> |
|
|
|
|
<CSharpCodeActionProvider id = "RemoveBraces" |
|
|
|
|
class = "ICSharpCode.NRefactory.CSharp.Refactoring.RemoveBraces" /> |
|
|
|
|
class = "ICSharpCode.NRefactory.CSharp.Refactoring.RemoveBracesAction" /> |
|
|
|
|
<CSharpCodeActionProvider id = "RemoveRegion" |
|
|
|
|
class = "ICSharpCode.NRefactory.CSharp.Refactoring.RemoveRegion" /> |
|
|
|
|
class = "ICSharpCode.NRefactory.CSharp.Refactoring.RemoveRegionAction" /> |
|
|
|
|
<CSharpCodeActionProvider id = "ReplaceEmptyString" |
|
|
|
|
class = "ICSharpCode.NRefactory.CSharp.Refactoring.ReplaceEmptyString" /> |
|
|
|
|
class = "ICSharpCode.NRefactory.CSharp.Refactoring.ReplaceEmptyStringAction" /> |
|
|
|
|
<CSharpCodeActionProvider id = "SplitDeclarationAndAssignment" |
|
|
|
|
class = "ICSharpCode.NRefactory.CSharp.Refactoring.SplitDeclarationAndAssignment" /> |
|
|
|
|
class = "ICSharpCode.NRefactory.CSharp.Refactoring.SplitDeclarationAndAssignmentAction" /> |
|
|
|
|
<CSharpCodeActionProvider id = "SplitString" |
|
|
|
|
class = "ICSharpCode.NRefactory.CSharp.Refactoring.SplitString" /> |
|
|
|
|
class = "ICSharpCode.NRefactory.CSharp.Refactoring.SplitStringAction" /> |
|
|
|
|
<CSharpCodeActionProvider id = "UseExplicitType" |
|
|
|
|
class = "ICSharpCode.NRefactory.CSharp.Refactoring.UseExplicitType" /> |
|
|
|
|
class = "ICSharpCode.NRefactory.CSharp.Refactoring.UseExplicitTypeAction" /> |
|
|
|
|
<CSharpCodeActionProvider id = "UseVarKeyword" |
|
|
|
|
class = "ICSharpCode.NRefactory.CSharp.Refactoring.UseVarKeyword" /> |
|
|
|
|
class = "ICSharpCode.NRefactory.CSharp.Refactoring.UseVarKeywordAction" /> |
|
|
|
|
</Path> |
|
|
|
|
</AddIn> |
|
|
|
|