Mike Krüger
|
925de642b5
|
Code actions can now be bound to an ast node.
|
13 years ago |
Simon Lindgren
|
05f8cfeb81
|
[CodeActions] Don't return a convert to extension method call code action if the call is already using extension method syntax.
|
13 years ago |
Simon Lindgren
|
94e43f2295
|
[CodeActions] Add the ContextAction attribute to the static method call <=> extension method call converters.
|
13 years ago |
Simon Lindgren
|
4ca0f1d375
|
[CodeAction] Add code actions for converting between static method calls and extension method calls.
|
13 years ago |
Simon Lindgren
|
b6203ac3e8
|
[CodeAction] Add AddCatchTypeAction.
|
13 years ago |
Mike Krüger
|
53acb15563
|
* ICSharpCode.NRefactory.CSharp.csproj:
* SpecializedCodeAction.cs:
* ConvertDecToHexAction.cs:
* GeneratePropertyAction.cs:
* CheckIfParameterIsNullAction.cs:
* NRefactory.sln: Added specialized code action class.
|
14 years ago |
Mike Krüger
|
9fb443ade8
|
Improved code issue tests - renamed some issues and actions.
|
14 years ago |
Mike Krüger
|
296fc865c9
|
Fixed some translation strings/code issues can now offer more actions.
|
14 years ago |
Mike Krüger
|
acfcf370ef
|
Changed the ContextAction/Inspector API.
|
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
|
b5b2408cbc
|
Move NRefactory.CSharp to separate assembly.
|
14 years ago |
Mike Krüger
|
2b5569dd47
|
use faster string comparer.
|
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 |
Mike Krüger
|
8237448dbd
|
Renamed interface.
|
14 years ago |
Mike Krüger
|
450be5a945
|
Corrected locations for parset expressions/statments/type members.
|
14 years ago |
Daniel Grunwald
|
e6c0091ba2
|
Implement pattern matching for statements.
|
15 years ago |
Mike Krüger
|
16baa75795
|
Corrected astvisitor interface naming.
|
15 years ago |
Daniel Grunwald
|
5a0087aa1b
|
Rename files Dom->Ast.
|
15 years ago |
Daniel Grunwald
|
bf49569c22
|
Rename Dom->Ast.
|
15 years ago |
Daniel Grunwald
|
0f01f3be17
|
C# Ast refactoring: introduce Role<T> and add setters.
|
15 years ago |
Mike Krüger
|
7b6cecca2c
|
Merged with mondevelop AST. + Did some minor renamings
+ Removed unused EnumDeclaration
|
15 years ago |
Mike Krüger
|
396c2b3931
|
Updated AST & mcs.
|
15 years ago |
Mike Krüger
|
c4702354c5
|
Added C# DOM
|
15 years ago |