Mike Krüger
0b6ca98bbe
Handled create method/property in other types.
14 years ago
Mike Krüger
635af4bcef
Don't show create local/field/property on invocations.
14 years ago
Mike Krüger
402e1124a2
Fixed create static field/property.
14 years ago
Mike Krüger
a234f8b596
Create actions now respect naming convention settings.
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
Mike Krüger
75b6cc65b8
Enabled generate getter/property tests.
14 years ago
Mike Krüger
0c6ea8083c
Fixed create field, local and property actions.
14 years ago
mike
293859fa31
Naming rules now get their rules out of the refactoring context.
14 years ago
Daniel Grunwald
daa1cff69d
Remove BaseRefactoringContext.StartScript().
14 years ago
Mike Krüger
9fb443ade8
Improved code issue tests - renamed some issues and actions.
14 years ago
Daniel Grunwald
980a367bad
Merged some changes from SharpDevelop to NRefactory.
13 years ago
Daniel Grunwald
f558b300e7
Revert "[AST] Handled protected and/or internal on AST level."
...
"protected internal" and "internal protected" are the same thing in C#.
Both map to ProtectedOrInternal; the ProtectedAndInternal accessibility is
not usable from C#.
This reverts commit b5ad2882ca
.
13 years ago
Mike Krüger
b5ad2882ca
[AST] Handled protected and/or internal on AST level.
13 years ago
Mike Krüger
fc72147b88
[Refactoring] Script now corrects the formatting of inserted &
...
replaced nodes.
13 years ago
Simon Lindgren
13f67510b6
[CodeIssues] Don't crash in StatementToInitializerConverter on assignments to members.
...
(Probably) fixes Xamarin bug #6810 .
13 years ago
Daniel Grunwald
4a337b8ed1
[CodeActions] fixed bug implemented 'protected internal abstract' members.
...
The 'internal' modifier is necessary in overrides if they are inside the same assembly as the abstract member.
13 years ago
Mike Krüger
a2e370fe2d
[CodeActions] Fixed implement abstract members bug.
13 years ago
Mike Krüger
3001fae71f
[CodeAction] Fixed bug in create class declaration action.
13 years ago
Mansheng Yang
862e3d3156
[CodeActions] PutInsideUsingAction: remove trailing Dispose() invocation
13 years ago
Mansheng Yang
0270ce48b0
[CodeActions] CreateOverloadWithoutParameterAction: fixed missing ref/out in generated call
13 years ago
Mansheng Yang
84126bbddc
[CodeActions] ConvertAsToCastAction: fixed some parentheses issues
13 years ago
Mansheng Yang
e23568fc51
[CodeActions] ConvertCastToAsAction: insert parentheses when necessary
13 years ago
Mike Krüger
1b41ee02ca
[CodeAction] Convert lambda to delegate action no longer puts a
...
redundant () in the anonymous delegate.
13 years ago
Mike Krüger
24c0222e20
[CodeAction] Fixed bug in splet declaration and assignment action.
13 years ago