Simon Lindgren
|
783a79c42a
|
[CodeIssues] Add CallToObjectEqualsViaBaseIssue.
|
14 years ago |
Simon Lindgren
|
444ecf747b
|
[CodeIssues] Add RedundantToStringIssue.
|
14 years ago |
Simon Lindgren
|
b375e1fdea
|
[CodeIssues] Add RedundantCatchIssue.
|
14 years ago |
Simon Lindgren
|
e5f346bd92
|
[CodeIssues] Add OptionalParameterCouldBeSkippedIssue.
|
14 years ago |
Simon Lindgren
|
900aec2f54
|
[CodeIssues] Add FormatStringIssue.
|
14 years ago |
Simon Lindgren
|
2307bcb184
|
[CodeIssues] ParameterCanBeDemotedTests: Add checks for what types variables are used as.
|
14 years ago |
Simon Lindgren
|
03ea217574
|
[CodeIssues] Rename CallToStaticMemberViaDerivedTypeIssue to ReferenceToStaticMemberViaDerivedTypeIssue.
|
14 years ago |
Simon Lindgren
|
008aaa1d37
|
[CodeIssues] Factor out some type restriction finding infrastructure.
|
14 years ago |
Simon Lindgren
|
61044a86f4
|
[CodeIssues] Add initial version of ParameterCanBeDemotedIssue.
|
14 years ago |
Simon Lindgren
|
4bae4ed209
|
[CodeIssues] Add VariableDeclaredInWideScopeIssue.
|
14 years ago |
Simon Lindgren
|
3ec073f293
|
[CodeActions] Add MoveToOuterScopeAction.
|
14 years ago |
Simon Lindgren
|
4a3192df58
|
[CodeIssues] Add CallToStaticMemberViaDerivedTypeIssue.
|
14 years ago |
Simon Lindgren
|
9d5a384286
|
[CodeActions] Add ConvertToInitializerAction.
|
14 years ago |
Erik Källén
|
0bf9891a8e
|
ResolveResults for dynamic expressions
|
14 years ago |
Daniel Grunwald
|
5d2fee1b90
|
Add CompilerSettings class instead of using the one from Mono.CSharp.
Added ResolveResult-treeview to NR.Demo.
|
14 years ago |
Simon Lindgren
|
da5bbf381e
|
[Refactoring, Competion] Add NamingHelper, use it from CSharpCompletionEngine and add convenience functions to RefactoringContext.
|
14 years ago |
Simon Lindgren
|
a546a8f7c1
|
[CodeActions] Rename SetterDoesNotUseValueParameterAction to ValueParameterUnusedAction and generalize it to include event accessors as well.
|
14 years ago |
Simon Lindgren
|
f99663b90e
|
[CodeActions] Add IterateViaForeachAction.
|
14 years ago |
Mike Krüger
|
81c7daa563
|
[Completion] Renamed IMemberProvider -> ICompletionContextProvider.
|
14 years ago |
Simon Lindgren
|
4ca0f1d375
|
[CodeAction] Add code actions for converting between static method calls and extension method calls.
|
14 years ago |
Simon Lindgren
|
47da624e7e
|
[CodeIssue] Add CallToVirtualFunctionFromConstructorIssue.
|
14 years ago |
Simon Lindgren
|
8e94126c11
|
[CodeIssue] Add IncorrectExceptionParameterOrderingIssue.
|
14 years ago |
Simon Lindgren
|
2396e99ca4
|
[CodeIssue] Add SetterDoesNotUseValueParameterIssue.
|
14 years ago |
Simon Lindgren
|
b6203ac3e8
|
[CodeAction] Add AddCatchTypeAction.
|
14 years ago |
Simon Lindgren
|
44eff13a62
|
Add RemoveRedundantCatchTypeAction.
|
14 years ago |
Daniel Grunwald
|
1640cb8c32
|
Set version number to 5.0.1; fixed some compiler warnings.
|
14 years ago |
Nieve
|
99b856a5ee
|
added extract field code action
|
14 years ago |
mike
|
7a03092fac
|
[Completion] Fixed parameter completion for static methods.
|
14 years ago |
Daniel Grunwald
|
4fe7c72b16
|
Fixed context for determining accessibility of protected inner classes when resolving a base type reference (NameLookupTests.InheritFromProtectedInnerClassTest)
|
14 years ago |
Mike Krüger
|
805e0721d9
|
Started implement interface/abstract members code action.
|
14 years ago |
Mike Krüger
|
e8a5226853
|
Changed formatting policy.
|
14 years ago |
Mike Krüger
|
aa111adafe
|
Added completion categories for derived types.
|
14 years ago |
Daniel Grunwald
|
180a690f37
|
Create .pdb file in release build.
|
14 years ago |
Mike Krüger
|
04f8720739
|
Added formatting factory - formatting options should be created with
that.
|
14 years ago |
Mike Krüger
|
0cbca24882
|
Added whitespace and text node.
They are needed anyways, now the ast should be theretically round-trip
complete.
|
14 years ago |
Mike Krüger
|
c7e1236c5a
|
Added NewLine ast node.
|
14 years ago |
Mike Krüger
|
53acb15563
|
* ICSharpCode.NRefactory.CSharp.csproj:
* SpecializedCodeAction.cs:
* ConvertDecToHexAction.cs:
* GeneratePropertyAction.cs:
* CheckIfParameterIsNullAction.cs:
* NRefactory.sln: Added specialized code action class.
|
14 years ago |
Daniel Grunwald
|
8111e2683a
|
Add issue provider for explicit conversions in foreach loops.
|
14 years ago |
Mike Krüger
|
8444dffd81
|
Startet exctract method action.
|
14 years ago |
Mike Krüger
|
ceef571315
|
Added introduce constant action.
|
14 years ago |
Mike Krüger
|
2ec03c26d7
|
Added a text editor options class that contains options for text
output.
|
14 years ago |
Mike Krüger
|
b1dfdba7aa
|
Added create delegate action.
|
14 years ago |
Mike Krüger
|
6b61741bd2
|
Added create class declaration action.
|
14 years ago |
Mike Krüger
|
d4f9318a6f
|
Added create constructor declaration action/fixed bugs in other
creation actions.
|
14 years ago |
Mike Krüger
|
9ab32dc1ce
|
Fixed inconsistent naming issues.
|
14 years ago |
Mike Krüger
|
1ca41d1e90
|
Added declare local variable action.
|
14 years ago |
Mike Krüger
|
b6bdb9028d
|
Added inline local variable action.
|
14 years ago |
Mike Krüger
|
9ec0d68db2
|
Added create indexer action.
|
14 years ago |
Mike Krüger
|
ce7bdd7349
|
Added IServiceProvided infrastructure for the refactoring context.
|
14 years ago |
Mike Krüger
|
52ebb26412
|
Added create method declaration action/use type inference to guess the
correct type.
|
14 years ago |