Daniel Grunwald
87992d3e56
Fix build for NRefactory.VB.
15 years ago
Mike Krüger
62b9fce4ea
Always create ArrayInitializerExpressions.
15 years ago
Mike Krüger
405e87ef2a
Fixed location bug.
15 years ago
Daniel Grunwald
36c412d310
Allow serializing SimpleProjectContent and parsed C# type references.
15 years ago
Daniel Grunwald
769c0ae2e0
Allow CecilProjectContent to be serialized. Add FastSerializer to NRefactory.Utils.
15 years ago
Mike Krüger
abbf9d661d
Used the namedexpression instead of assignment/namedargument
...
expressions.
15 years ago
Mike Krüger
3e99fabb2e
Fixed object create expression tests /remove named expression lists
...
(was an obsolete node).
I tried out the node, but choosed to go with namedexpression +
arrayinitializerexpression because it's semantically the same.
15 years ago
Mike Krüger
c373100923
Fixed ComplexCollectionInitializer tests.
15 years ago
Mike Krüger
3763397da8
Introduced namedexpression/namedexpressionlist to handle the
...
collection initializers better.
15 years ago
Mike Krüger
0ecf1fc71e
Fixed collection initializer parsing.
15 years ago
Daniel Grunwald
c76dd64fcb
WIP
15 years ago
Daniel Grunwald
59c4e5c28b
WIP: new NRefactory
...
ICSharpCode.SharpDevelop.dll now compiles again, though with tons of commented-out code.
Most AddIns removed from solution, and still plenty of compiler errors left in the remaining AddIns.
15 years ago
Daniel Grunwald
06b143bea6
Member lookup: Fix IsAccessible bug for protected static members.
...
Make CSharpResolver.ResolveMemberType() return a non-parameterized type when all type arguments are UnboundTypeArgument.
15 years ago
Daniel Grunwald
ea3e312438
Implemented grouping overloads by declared type.
...
Return overrides in most-derived class (necessary for determining the correct parameter names/IsOptional value), but keep them in the group where the virtual/abstract base method was.
15 years ago
Daniel Grunwald
7a2c59ae4a
Add GetMemberOptions.
15 years ago
Daniel Grunwald
f79b0a77f3
Resolver: array create expressions
15 years ago
Daniel Grunwald
2c49c71081
Report resolve results back to the navigator.
15 years ago
Daniel Grunwald
69ae15aee3
Add support for partial classes.
15 years ago
Daniel Grunwald
c9c204439f
Fix type inference and overload resolution when a class type parameter gets substituted by a method type parameter.
15 years ago
Daniel Grunwald
5c585e110b
Apply license header to unit tests.
...
Add parser unit tests for ObjectCreateExpression.
15 years ago
Daniel Grunwald
a1f613e274
ResolveVisitor: skip tokens and comments
...
Make the resolver's debug output more readable.
15 years ago
Daniel Grunwald
4372b610ee
Fixed lambda type inference for nested (curried) lambdas.
15 years ago
Daniel Grunwald
b52a348373
More work on lambda expressions.
15 years ago
Daniel Grunwald
cd99dce77b
Fix bugs caused by the introduction of user-defined operators.
15 years ago
Daniel Grunwald
43b5897b21
Add support for user-defined operators.
15 years ago
Daniel Grunwald
37626e1bc7
Expose conversions as part of the ResolveResult.
15 years ago
Daniel Grunwald
f86a014b9c
Put MIT license into the file headers.
15 years ago
Daniel Grunwald
e51e3a95cb
Add InvocationResolveResult.
15 years ago
Daniel Grunwald
8c8caf76f6
Implemented type inference for implicitly typed lambdas.
15 years ago
Daniel Grunwald
6792a0c76a
Report which kind of conversion was found.
15 years ago
Daniel Grunwald
d59fd2bc56
C# Resolver: preparations for lambda support
15 years ago
Daniel Grunwald
e17ba7462a
Add unit tests for TypeSystemAstBuilder.
15 years ago
Daniel Grunwald
b97543acb2
A few small API changes for NRefactory.
15 years ago
Daniel Grunwald
a9a6e1680d
Add ID string provider + a few resolver bugfixes
15 years ago
Daniel Grunwald
77c7d08b9a
Implemented disambiguation for identical simple names and type names. (e.g. "public Color Color;")
15 years ago
Daniel Grunwald
21d2121ae5
CecilLoader: add support for reading module attributes, security declarations and marshal information.
15 years ago
Daniel Grunwald
18fb49ca7c
Add TypeKind enum.
15 years ago
Daniel Grunwald
bb2f93a24b
NRefactory bug fixes:
...
- Use IType.Equals() instead of == operator
- Change handling of partially parameterized types in IType.GetNestedTypes so that we don't leak type parameters from the wrong context
- Add support for unbound types to C# resolver (e.g. in attribute arguments)
- C# Parser: preserve variance modifier
- Ensure all interface members are marked as 'abstract'
- Add support for [TypeForwardedTo] and [ComImport] to CecilLoader.
15 years ago
Daniel Grunwald
89ba05f335
C# calls indexers "Item", not "Items".
15 years ago
Daniel Grunwald
7a9bb563ab
InsertParenthesesVisitor: insert parenthesis in "(new int[1])[0]"
15 years ago
Daniel Grunwald
811784e303
Re-implemented IType.GetMembers() to avoid redundant specialization.
15 years ago
Daniel Grunwald
877ebf8bdb
Remove operator == from AstNodeCollection.
15 years ago
Mike Krüger
c15615db82
fix bug in remove braces action.
15 years ago
Daniel Grunwald
2ce741b35e
Keep ITextEditor in the IDE (comment out the copy in ICSharpCode.Editor)
15 years ago
Mike Krüger
3ba911830f
fixed bug where parameter is null.
15 years ago
Mike Krüger
58b8d06922
Visit empty expressions.
15 years ago
Daniel Grunwald
cb70bceece
Add strong-name to NRefactory; small API changes for ICSharpCode.Editor.
15 years ago
Daniel Grunwald
fa6afb250a
Fix ResolveVisitor.VisitArrayCreateExpression.
15 years ago
Mike Krüger
d46401cc5c
Added missing predicate parameter.
15 years ago
Mike Krüger
3d5b2842a8
fixed bug in anonymous array create expression resolving.
15 years ago