Simon Lindgren
|
35475a2414
|
[Refactoring] Make NamingHelper less horrible and remove the helper from RefactoringContext.
|
13 years ago |
Daniel Grunwald
|
56114fe865
|
Simplify ImplementInterfaceAction by using the TypeSystemAstBuilder.
|
13 years ago |
Simon Lindgren
|
da5bbf381e
|
[Refactoring, Competion] Add NamingHelper, use it from CSharpCompletionEngine and add convenience functions to RefactoringContext.
|
13 years ago |
Mike Krüger
|
6b3da28d52
|
Revert "Changed refactoring context behaviour. It now works on adjacent nodes"
Can have unwanted side effects.
This reverts commit 146573992f .
|
13 years ago |
Mike Krüger
|
146573992f
|
Changed refactoring context behaviour. It now works on adjacent nodes
as well.
|
13 years ago |
Mike Krüger
|
8444dffd81
|
Startet exctract method action.
|
13 years ago |
Mike Krüger
|
2ec03c26d7
|
Added a text editor options class that contains options for text
output.
|
13 years ago |
Mike Krüger
|
93fb7777b5
|
Added flag to specify if explict types should be used or not.
|
13 years ago |
Mike Krüger
|
1ca41d1e90
|
Added declare local variable action.
|
13 years ago |
Mike Krüger
|
0b6ca98bbe
|
Handled create method/property in other types.
|
13 years ago |
Mike Krüger
|
141829a1ed
|
Started inspection API.
|
14 years ago |
Mike Krüger
|
9393ea6af1
|
[Refactoring] Refactoring context resolver is now protected.
|
14 years ago |
Mike Krüger
|
90bf204c7f
|
Moved the roles class out of AstNode.
|
14 years ago |
mike
|
5d33b319d9
|
Revert "Refactoring context now exposes the document instead of the document"
This reverts commit 3d4550cee9 .
Changed my mind - since changes should always done with the 'Script'.
|
14 years ago |
mike
|
3d4550cee9
|
Refactoring context now exposes the document instead of the document
like functions.
|
14 years ago |
Daniel Grunwald
|
8179556203
|
Add DocumentScript that implements Script using a mutable document.
|
14 years ago |
Daniel Grunwald
|
c6ae6c30ee
|
Script refactoring.
|
14 years ago |
Mike Krüger
|
b4c19465bd
|
Added CancellationToken support for the context actions.
|
14 years ago |
Daniel Grunwald
|
a353f23d70
|
Combine AttributedNode and MemberDeclaration into EntityDeclaration.
|
14 years ago |
mike
|
7451607834
|
Added "RemoveRegion" context action.
|
14 years ago |
Daniel Grunwald
|
29c1b59c10
|
Add ICompilation.Assemblies.
|
14 years ago |
Mike Krüger
|
7958965a70
|
Implemented some missing functions in refactoring context.
|
14 years ago |
Daniel Grunwald
|
f631199013
|
Type system refactoring: split unresolved/resolved type systems.
|
14 years ago |
Daniel Grunwald
|
b5b2408cbc
|
Move NRefactory.CSharp to separate assembly.
|
14 years ago |
Daniel Grunwald
|
e37dc4b6c7
|
Move ResolveResults to NR.Semantics
|
14 years ago |
Daniel Grunwald
|
f4bd8757e1
|
Initial implementation of CSharpAmbience.
|
14 years ago |
Mike Krüger
|
2c2f30d563
|
Fixed some issues in the context actions.
|
14 years ago |
Mike Krüger
|
40147bc84f
|
Changed CreateShortType implementation a bit.
|
14 years ago |
Mike Krüger
|
c744d2f523
|
Worked on the way nrefactory contexct actions use the resolver.
|
14 years ago |
Mike Krüger
|
1b7906ae68
|
Worked on context actions.
|
14 years ago |
Mike Krüger
|
be5139a776
|
Added more context actions.
|
14 years ago |
Mike Krüger
|
6e1eaf15f8
|
Added monodevelop context actions.
|
14 years ago |