Mansheng Yang
|
71e42df2f9
|
[CodeActions] Moved GetDefaultValueExpression back to CreateOverloadWithoutParameterAction class
|
14 years ago |
Mansheng Yang
|
f1dad51f27
|
[CodeActions] CreateCustomEventImplementationAction: removed TODO which is already done.
|
14 years ago |
Mansheng Yang
|
11b9fd1cbc
|
[CodeActions]ConvertLambdaBodyExpressionToStatementAction: removed unused usings
|
14 years ago |
Mansheng Yang
|
c461c7b382
|
[CodeActions] ConvertConditionalToIfAction: check context location
|
14 years ago |
Mansheng Yang
|
90356adce8
|
[CodeActions] ConvertCastToAsAction: check context location. Reorganized code.
|
14 years ago |
Mansheng Yang
|
f2b8be7a85
|
[CodeAction] ConvertAsToCastAction: check context location
|
14 years ago |
Mike Krüger
|
ddd341b42b
|
[CodeActions] Fixed bug in create backing store.
|
14 years ago |
Mansheng Yang
|
b5bd89b003
|
[Refactoring] track renaming of ParsedFile to UnresolvedFile
|
14 years ago |
Daniel Grunwald
|
16aa0c6c28
|
Rename IParsedFile -> IUnresolvedFile to make clear it belongs to the unresolved type system.
|
14 years ago |
Daniel Grunwald
|
273178a141
|
Rename CompilationUnit to SyntaxTree.
|
14 years ago |
Daniel Grunwald
|
0f82920267
|
GenerateProperty: do not propose to generate a setter if the field is readonly.
|
14 years ago |
Mansheng Yang
|
5c4a2da559
|
[CodeAction] NegateRelationalExpressionAction: fixed title
|
14 years ago |
Mansheng Yang
|
f5d0318106
|
[CodeAction] JoinStringAction: handle the case when left operand is a BinaryOperatorExpression
|
14 years ago |
Mansheng Yang
|
93fae44c4b
|
[CodeAction] Added JoinDeclarationAndAssignmentAction
|
14 years ago |
Daniel Grunwald
|
56114fe865
|
Simplify ImplementInterfaceAction by using the TypeSystemAstBuilder.
|
14 years ago |
Mansheng Yang
|
5307b168eb
|
[CodeAction] Added JoinStringAction
|
14 years ago |
Mansheng Yang
|
c9612ed85f
|
[CodeAction] NegateRelationalExpressionAction: use CSharpUtil.NegateRelationalOperator
|
14 years ago |
Mansheng Yang
|
fa9d5acfac
|
[CodeAction] Added NegateRelationalExpressionAction
|
14 years ago |
Mike Krüger
|
c7de3dabcb
|
[CodeAction] Fixed getter/setters of the implemented
interface/abstract class properties & indexers.
|
14 years ago |
Mike Krüger
|
4f70f16149
|
[CodeActions] Implemented abstract members action/Improved implement
interface action & fixed unit tests.
|
14 years ago |
Mike Krüger
|
1863ed6f16
|
[CodeAction] Implement interface now tends to implement the more
specialized members non explicit.
|
14 years ago |
Mike Krüger
|
286091be90
|
[CodeActions] Finished first implement interface implementation.
|
14 years ago |
Mike Krüger
|
d4209d09dd
|
[CodeAction] Fixed extract method unit test.
|
14 years ago |
Mike Krüger
|
4a5d1e851b
|
[CodeAction] Fixed most extract method tests.
|
14 years ago |
Mansheng Yang
|
5c1418ee2e
|
[CodeAction] Moved GetDefaultValueExpression to BaseRefactoringContext
|
14 years ago |
Mansheng Yang
|
549d6bb08d
|
ExtractAnonymousMethodAction: Fixed "fails to insert generated method when anonymous method is not in a method" issue
|
14 years ago |
Mike Krüger
|
3e2fe59188
|
[CodeActions] Added Task async excecution for insertion & link modes.
|
14 years ago |
Mike Krüger
|
6e5b973924
|
[ContextAction] Added null check to create method.
|
14 years ago |
Mike Krüger
|
4c875208f4
|
[CodeAction] Create field now works on member reference expressions
with 'this.' target.
|
14 years ago |
Mansheng Yang
|
c8f211550e
|
[CodeAction] Added ExtractAnonymousMethodAction
|
14 years ago |
Mansheng Yang
|
3597535b9e
|
[CodeAction] Added ConvertConditionalToIfAction and ConvertIfToConditionalAction
|
14 years ago |
Mike Krüger
|
f198d68a79
|
[CodeAction] Fixed bug in create property action.
|
14 years ago |
Mike Krüger
|
75f65dac64
|
Fixed typo.
|
14 years ago |
Mansheng Yang
|
e2ff414e01
|
[Code Action] Only show MergeNestedIfAction on 'if' token
|
14 years ago |
Mansheng Yang
|
712102c106
|
[Code Action] Only show ConvertSwitchToIfAction on 'switch' token
|
14 years ago |
Mansheng Yang
|
4da8bc816d
|
[Code Action] Only show ConvertIfToSwitchAction on 'if' token
|
14 years ago |
Mansheng Yang
|
4bfa58938c
|
[CodeAction] Added ConvertLambdaBodyExpressionToStatementAction and ConvertLambdaBodyStatementToExpressionAction
|
14 years ago |
Mansheng Yang
|
0f01589039
|
[CodeAction] Added UseStringFormatAction
|
14 years ago |
Mansheng Yang
|
f934c9aeb6
|
[CodeAction] ConvertExplicitToImplicitImplementation: make implicit implementation public
|
14 years ago |
Mansheng Yang
|
bfa89c799a
|
[CodeAction] Added ConvertExplicitToImplicitImplementationAction and ConvertImplicitToExplicitImplementationAction
|
14 years ago |
Mansheng Yang
|
1066186e2f
|
[CodeAction] Added PutInsideUsingAction
|
14 years ago |
Mansheng Yang
|
33cc204814
|
[CodeAction] Added MergeNestedIfAction
|
14 years ago |
mike
|
5bc69fdcbf
|
[CodeActions] Fixed remove braces whitespace removal.
|
14 years ago |
Mansheng Yang
|
16a84b9dea
|
[CodeAction] Added SplitDeclarationListAction
|
14 years ago |
Mansheng Yang
|
88c1287f96
|
[CodeAction] Added CreateCustomEventImplementationAction
|
14 years ago |
Mansheng Yang
|
fc6c24cdf6
|
[CodeAction] Added CreateOverloadWithoutParameterAction
|
14 years ago |
Mansheng Yang
|
b5843ad190
|
[CodeAction] Added ConvertAsToCastAction and ConvertCastToAsAction
|
14 years ago |
Mansheng Yang
|
582326739a
|
[CodeAction]Added ConvertSwitchToIfAction
|
14 years ago |
Mansheng Yang
|
c93ef39474
|
[CodeAction]ConvertIfToSwitchAction: avoid generating redundant default section.
|
14 years ago |
Mansheng Yang
|
d061eaa538
|
[CodeAction]Added ConvertIfToSwitchAction
|
14 years ago |