Daniel Grunwald
|
bbcde1ea2e
|
Use ISymbol in Script.Rename()
|
12 years ago |
Mike Krüger
|
1c86d72523
|
Revert "Simplified the scrip API a bit (insert cursor/links are no longer task"
I do it different.
This reverts commit 4fa3c33d6b .
|
12 years ago |
Mike Krüger
|
4fa3c33d6b
|
Simplified the scrip API a bit (insert cursor/links are no longer task
based).
|
12 years ago |
Mike Krüger
|
b342171a1e
|
Operations can now be named.
|
12 years ago |
Mike Krüger
|
07da20180e
|
Added method for solution wide code actions.
|
12 years ago |
Mike Krüger
|
a1db11e233
|
Added find namespace references & rename namespace function in Script.
|
12 years ago |
Mike Krüger
|
1b99cfc3e8
|
Implemented new line ast node insertion.
|
12 years ago |
Daniel Grunwald
|
6d0f3fb02e
|
Add "add using" context action.
The unit tests are based on pull request #104 by Adam Connelly
|
13 years ago |
Mike Krüger
|
8e1ed7e962
|
[Refactoring] Format text can now take a node list to format / fixed a
formatting issue.
|
13 years ago |
Daniel Grunwald
|
8b026d4e15
|
Script.Link() dummy implementation: return a completed task instead of null.
|
13 years ago |
Mike Krüger
|
3e2fe59188
|
[CodeActions] Added Task async excecution for insertion & link modes.
|
13 years ago |
Simon Lindgren
|
a4d5b7a770
|
[Refactoring] Add Script.InsertAfter().
|
13 years ago |
mike
|
1911868ad2
|
[NRefactory] Removed extra new line for fields.
|
13 years ago |
Daniel Grunwald
|
1640cb8c32
|
Set version number to 5.0.1; fixed some compiler warnings.
|
13 years ago |
mike
|
bcb45ff77e
|
[Refactoring] Better use of the text editor options class in the
script node output (output formatter should maybe use the formatting
indent class).
|
13 years ago |
Mike Krüger
|
805e0721d9
|
Started implement interface/abstract members code action.
|
13 years ago |
Mike Krüger
|
6c96156e4f
|
[NRefactory] Fixed CurrentType check for some actions.
|
13 years ago |
Mike Krüger
|
b1dfdba7aa
|
Added create delegate action.
|
13 years ago |
Mike Krüger
|
6b61741bd2
|
Added create class declaration action.
|
13 years ago |
Mike Krüger
|
99270db23e
|
Fixed type parameter naming.
|
13 years ago |
Mike Krüger
|
0b6ca98bbe
|
Handled create method/property in other types.
|
13 years ago |
Mike Krüger
|
fcfbbdb507
|
Completed the features of the inconsistent naming issue.
|
14 years ago |
Mike Krüger
|
9fb443ade8
|
Improved code issue tests - renamed some issues and actions.
|
14 years ago |
Daniel Grunwald
|
bcad2e12f7
|
DocumentScript bugfixes.
|
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
|
7451607834
|
Added "RemoveRegion" context action.
|
14 years ago |
Daniel Grunwald
|
3eee3466a4
|
CSharpOutputVisitor is now using the IAstVisitor with void return type.
Removed default value for 'data' on AcceptVisitor() methods.
|
14 years ago |
Daniel Grunwald
|
9f809bc729
|
Use IOutputFormatter.StartNode() instead of OutputStarted event.
|
14 years ago |
Mike Krüger
|
3b4abcceb3
|
Fixed ast node script positions.
|
14 years ago |
Daniel Grunwald
|
e4d1f545fd
|
Add CodeDomConvertVisitor.
|
14 years ago |
Daniel Grunwald
|
b5b2408cbc
|
Move NRefactory.CSharp to separate assembly.
|
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
|
0f5f4740fa
|
worked on context actions.
|
14 years ago |
Mike Krüger
|
6e1eaf15f8
|
Added monodevelop context actions.
|
14 years ago |