Siegfried Pammer
c007a2a244
implemented fixed using GCHandle
14 years ago
Siegfried Pammer
c431176e5c
convert C#ˈs undocumented expressions to method calls
14 years ago
Siegfried Pammer
12eb661dcd
convert anonymous methods to multiline sub lambdas
14 years ago
Siegfried Pammer
354aefa430
add conversion of DllImports to ExternalMethodDeclarations
14 years ago
Siegfried Pammer
263971193e
convert dtor to Finalize Sub
14 years ago
Siegfried Pammer
da4b1bab67
improve conversion of event declarations
14 years ago
Siegfried Pammer
eab1ac6611
add ContinueStatement
14 years ago
Siegfried Pammer
95db1ebd71
added conversion to VB ForStatement
14 years ago
Mike Krüger
d46401cc5c
Added missing predicate parameter.
14 years ago
Siegfried Pammer
2e3d9fa7ab
started implementation of QueryExpression
14 years ago
Siegfried Pammer
d340669da1
make AddressOfExpression a UnaryOperatorExpression, move expressions to separate files, implement LambdaExpression
14 years ago
Mike Krüger
3d5b2842a8
fixed bug in anonymous array create expression resolving.
14 years ago
Siegfried Pammer
bf89db8e85
implement GoToStatement
14 years ago
Siegfried Pammer
3531735e97
implemented DoLoopStatement and UsingStatement
14 years ago
Mike Krüger
04ecdd7bfd
Added support for anonymous arrays.
14 years ago
Siegfried Pammer
a3d75dbbf1
implement conversion of switch to Select Case
14 years ago
Mike Krüger
0a9b6c744d
Implemented simple array create expression resolving.
14 years ago
Mike Krüger
3be8d6cd91
Fixed bug with GetElementType.
...
ArrayType yields System.Collections.IEnumerable as base type before
the more specific System.Colloctions.Generic.IEnumerable.
14 years ago
Siegfried Pammer
5cf130c51f
correctly implement ForEachStatement and ForStatement; add output for ForStatement
14 years ago
Siegfried Pammer
fa4694e3e0
implement VB 11 Iterators
14 years ago
Daniel Grunwald
8137e58c22
Merge NRefactory 9675caf1e9
14 years ago
Siegfried Pammer
57d92d186d
add support for OperatorDeclaration and some more statements
14 years ago
Daniel Grunwald
9675caf1e9
ReadOnlyDocument: rename textBuffer->textSource
14 years ago
Daniel Grunwald
97d096414b
Fixed GetDelegateInvokeMethod() for parameterized types.
...
Fixed copy constructor of DefaultMethod.
Fixed handling of "class" constraint in CecilLoader.
14 years ago
Mike Krüger
42d4d7d042
fixed some bugs in use explicit type context action.
14 years ago
Mike Krüger
79b9582964
Fixed failing attribute unit tests.
14 years ago
Mike Krüger
6fb0a903cc
Added error indicators for missing closing brackets.
14 years ago
Siegfried Pammer
84b283be62
add ConditionalExpression and WhileStatement
14 years ago
Mike Krüger
a11458e203
Worked on attribute resolving.
...
Some tests fail because of wrongly loaded classes in my system.
Daniel: Can you check the constructor attribute cases. I think
something doesn't work in the Cecil loader on my system. I only get 1
empty constructor for LoaderOptimization & the name on my system is
.ctor instead of #ctor.
14 years ago
Siegfried Pammer
1c8d2aa4e2
split Statements into single files
14 years ago
Siegfried Pammer
9ff6e733fa
reimplement some helper methods
14 years ago
Siegfried Pammer
024348d187
implement NamedArgumentExpression and FieldInitializerExpression
14 years ago
Siegfried Pammer
1bb5b83fd5
implement conversion of AsExpression to TryCast, improve conversion of string literals, add UnaryOperatorExpression
14 years ago
Siegfried Pammer
3381b04961
implement ArrayCreateExpression and CastExpression
14 years ago
Mike Krüger
cf8a4120d4
Use equals.
14 years ago
Mike Krüger
5c398f2698
fixed return types of anonymous type properties.
...
Re-used the var type reference for that.
14 years ago
Mike Krüger
c458e0603d
Implemented anonymous types.
14 years ago
Mike Krüger
19653fa69d
Added identifier token property.
14 years ago
Mike Krüger
96d1b7f08e
fixed check.
14 years ago
Mike Krüger
1af72c9650
GetResolveableNodeAt is now more selective.
14 years ago
Mike Krüger
b74fe9381c
Set compiler errors to parsed file.
14 years ago
Mike Krüger
b411a2a5f6
fixed possible null ref.
14 years ago
Mike Krüger
7e708a653d
Worked on ast formatter tests.
14 years ago
Daniel Grunwald
fa55d149d5
Fix adding assembly attributes to SimpleProjectContent.
...
Fixed MemberLookup.IsInvocable().
Add (ignored) unit tests for user-defined binary operators.
14 years ago
Mike Krüger
b36846581b
fixed bug.
14 years ago
Mike Krüger
99b60b87df
Parser change: Interface members are now Accessibiliy.Public.
...
This is a proposal to solve the <interfaceType>.<InferfaceMember>. ...
lookup.
14 years ago
Mike Krüger
dd4f73b314
Fixed bug in inner type result.
14 years ago
Mike Krüger
2c2f30d563
Fixed some issues in the context actions.
14 years ago
Mike Krüger
b01c263d2e
Implemented brace style formatting.
14 years ago
Mike Krüger
aceae1f758
implemented type parameter getmember methods.
14 years ago