Simon Lindgren
|
76670db70c
|
[CodeActions] Add ConvertLambdaToAnonymousDelegateAction.
|
14 years ago |
Simon Lindgren
|
1797fa2c04
|
[CodeActions] Add convertAnonymousDelegateToLambdaAction.
|
14 years ago |
Daniel Grunwald
|
16aa0c6c28
|
Rename IParsedFile -> IUnresolvedFile to make clear it belongs to the unresolved type system.
|
14 years ago |
Daniel Grunwald
|
4a6a43d0d1
|
Change output path - build everything into \bin\Debug in NRefactory directory (not into ICSharpCode.NRefactory subdirectory).
|
14 years ago |
Simon Lindgren
|
ea49b1a6cf
|
[CodeIssues] Add StaticFieldInGenericTypeIssue.
|
14 years ago |
Simon Lindgren
|
e5f5d6c9e2
|
[CodeIssues] Add ThreadStaticOnInstanceFieldsIssue.
|
14 years ago |
Simon Lindgren
|
d6054d1035
|
[CodeIssues] Add ExceptionRethrowIssue
|
14 years ago |
Mike Krüger
|
f81ecd7e29
|
[Parser] Implemented own seekable stream reader.
|
14 years ago |
Daniel Grunwald
|
273178a141
|
Rename CompilationUnit to SyntaxTree.
|
14 years ago |
Simon Lindgren
|
17cdd1fabd
|
[CodeAction] Add ConvertInitializerToExplicitInitializationsAction.
|
14 years ago |
Daniel Grunwald
|
359fdd2382
|
Provide both Enter and Leave events in ObservableAstVisitor.
|
14 years ago |
Daniel Grunwald
|
8728c08c68
|
Add project configurations for .NET 4.5.
|
14 years ago |
Erik Källén
|
cb034bd41d
|
Implemented QueryExpressionExpander.
|
14 years ago |
Simon Lindgren
|
f47fd7619e
|
[CodeIssues] RedundantToStringIssue: Also check formatting calls.
|
14 years ago |
Simon Lindgren
|
ecf167d3a1
|
[CodeIssues] Add IncorrectCalltoGetHashCodeIssue.
|
14 years ago |
Simon Lindgren
|
783a79c42a
|
[CodeIssues] Add CallToObjectEqualsViaBaseIssue.
|
14 years ago |
Simon Lindgren
|
444ecf747b
|
[CodeIssues] Add RedundantToStringIssue.
|
14 years ago |
Daniel Grunwald
|
bfe463b50d
|
NRefactory 5.1.0
|
14 years ago |
Simon Lindgren
|
b375e1fdea
|
[CodeIssues] Add RedundantCatchIssue.
|
14 years ago |
Mike Krüger
|
4a5d1e851b
|
[CodeAction] Fixed most extract method tests.
|
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 |