Mike Krüger
|
cd349d26ce
|
Fixed some issues in the formatter.
|
14 years ago |
Daniel Grunwald
|
a731b9371e
|
Fix icsharpcode/NRefactory#19: OperatorResolveResult.IsLiftedOperator is false for lifted built-in operators.
|
14 years ago |
Daniel Grunwald
|
c3d00d1045
|
Add StringBuilderDocument to NR.Editor.
|
14 years ago |
Daniel Grunwald
|
8179556203
|
Add DocumentScript that implements Script using a mutable document.
|
14 years ago |
Mike Krüger
|
b06160b886
|
No longer require a specifil nunit version.
|
14 years ago |
Mike Krüger
|
96e434efbc
|
Added GenerateProperty context action.
|
14 years ago |
Daniel Grunwald
|
e8f092892b
|
Add support for calling constructors on COM interfaces.
|
14 years ago |
mike
|
7451607834
|
Added "RemoveRegion" context action.
|
14 years ago |
Daniel Grunwald
|
274fe417f5
|
Add "XmlDocumentationElement", a simplified tree for XML documentation comments that expands "<inheritdoc/>"
|
14 years ago |
Daniel Grunwald
|
18c96e089d
|
Add support for multiline XML documentation comments.
|
14 years ago |
Daniel Grunwald
|
191ac7c9df
|
Use GlobalAssemblyInfo.cs for all projects.
|
14 years ago |
Daniel Grunwald
|
2bebee46a1
|
C# XML documentation support.
|
14 years ago |
Daniel Grunwald
|
a7245affe6
|
Fixed finding references to method group conversions.
|
14 years ago |
Daniel Grunwald
|
cb84adabc6
|
Fixed parsing undocumented expressions.
|
14 years ago |
Daniel Grunwald
|
5c9dfb9896
|
Fixed IUnresolvedTypeDefinition.Resolve() and IAssembly.GetTypeDefinition(IUnresolvedTypeDefinition) to always retrieve the correct version of the type definition for the compilation, even if the IUnresolvedTypeDefinition is a different version.
The two methods now return UnknownType/null if the IUnresolvedTypeDefinition does not belong to the assembly.
|
14 years ago |
Daniel Grunwald
|
b4003145b3
|
Add MethodGroupResolveResult.GetEligibleExtensionMethods() method.
|
14 years ago |
Mike Krüger
|
764b8a33f4
|
Added unit tests for context actions.
|
14 years ago |
Mike Krüger
|
e6df8e7628
|
Added unit tests for SplitDeclarationAndAssignment context action.
|
14 years ago |
Daniel Grunwald
|
418f7090cb
|
Fixed resolving NamedExpressions in anonymous type creation expressions.
|
14 years ago |
Mike Krüger
|
7dda083aa5
|
Added name context test suite.
|
14 years ago |
Mike Krüger
|
c453405dcf
|
Updated code completion to the latest type system changes.
|
14 years ago |
Daniel Grunwald
|
4db74d9da0
|
Fixed roundtripping of preprocessor directives.
|
14 years ago |
Daniel Grunwald
|
4ccc313d46
|
Normalize newlines
|
14 years ago |
Mike Krüger
|
bcde6f1af6
|
Worked on enum context.
|
14 years ago |
Mike Krüger
|
7e5380551b
|
Updated mcs/fixed some code completion cases.
|
14 years ago |
Mike Krüger
|
4376927d99
|
Renamed file.
|
14 years ago |
Mike Krüger
|
11a9ce2287
|
Added context action unit tests.
|
14 years ago |
Mike Krüger
|
1bc609ff79
|
Added pre processor "if"/"elif" contexts.
|
14 years ago |
Daniel Grunwald
|
f631199013
|
Type system refactoring: split unresolved/resolved type systems.
|
14 years ago |
Mike Krüger
|
bf3fdb3659
|
Added variable statement declaration tests.
|
14 years ago |
Mike Krüger
|
86b3da295f
|
Added object initializer tests & fixed them.
|
14 years ago |
Mike Krüger
|
b74cfbb11a
|
Added switch context handling.
|
14 years ago |
Mike Krüger
|
ed86963b5a
|
Failed assertions now fail unit tests.
|
14 years ago |
Mike Krüger
|
0320a66587
|
Added monodevelop code completion tests.
|
14 years ago |
Daniel Grunwald
|
0c3d5e06d7
|
Fix bug in ParameterListComparer: the method signatures "Method<T>(T a)" and "Method<S>(S b)" were considered unequal.
|
14 years ago |
Daniel Grunwald
|
4d73e48488
|
Add GetEffectiveBaseClass() and GetEffectiveInterfaceSet() to ITypeParameter, and fixed a bug in DefaultTypeParameter.IsReferenceType().
|
14 years ago |
Daniel Grunwald
|
7ff012f1a5
|
Fixed some issues in the CodeDomConvertVisitor.
|
14 years ago |
Daniel Grunwald
|
fd8f8cf6cb
|
Adjust AST for async/await.
|
14 years ago |
Mike Krüger
|
64b7dff80c
|
Removed more target framework profiles.
|
14 years ago |
Siegfried Pammer
|
e6d84ff111
|
moved Ambience to NRefactory
|
14 years ago |
Daniel Grunwald
|
dfc98609ce
|
Move ICSharpCode.Editor into NRefactory.
|
14 years ago |
Daniel Grunwald
|
b5b2408cbc
|
Move NRefactory.CSharp to separate assembly.
|
14 years ago |
Daniel Grunwald
|
33abc64eec
|
Replace AstNode.GetResolvableNodeAt() with the ResolveAtLocation helper class.
|
14 years ago |
Daniel Grunwald
|
3fdf0ee6c6
|
Implemented resolver for LINQ queries.
|
14 years ago |
Daniel Grunwald
|
fb8d152fcf
|
Fixed deserialization of XmlDocumentationProvider.
|
14 years ago |
Daniel Grunwald
|
b1804fd9df
|
Add position-checking unit test to NRefactory.
|
14 years ago |
Daniel Grunwald
|
12d7961e39
|
Add SerializationBinder-support to FastSerializer.
|
14 years ago |
Daniel Grunwald
|
769c0ae2e0
|
Allow CecilProjectContent to be serialized. Add FastSerializer to NRefactory.Utils.
|
14 years ago |
Daniel Grunwald
|
f79b0a77f3
|
Resolver: array create expressions
|
14 years ago |
Daniel Grunwald
|
5c585e110b
|
Apply license header to unit tests.
Add parser unit tests for ObjectCreateExpression.
|
14 years ago |