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
Mike Krüger
04ecdd7bfd
Added support for anonymous arrays.
15 years ago
Mike Krüger
0a9b6c744d
Implemented simple array create expression resolving.
15 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.
15 years ago
Siegfried Pammer
57d92d186d
add support for OperatorDeclaration and some more statements
15 years ago
Daniel Grunwald
97d096414b
Fixed GetDelegateInvokeMethod() for parameterized types.
...
Fixed copy constructor of DefaultMethod.
Fixed handling of "class" constraint in CecilLoader.
15 years ago
Mike Krüger
42d4d7d042
fixed some bugs in use explicit type context action.
15 years ago
Mike Krüger
79b9582964
Fixed failing attribute unit tests.
15 years ago
Mike Krüger
6fb0a903cc
Added error indicators for missing closing brackets.
15 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.
15 years ago
Pent Ploompuu
ee384a20f0
PDB files for release mode. File alignments and base addresses improved.
15 years ago
Mike Krüger
cf8a4120d4
Use equals.
15 years ago
Mike Krüger
5c398f2698
fixed return types of anonymous type properties.
...
Re-used the var type reference for that.
15 years ago
Mike Krüger
c458e0603d
Implemented anonymous types.
15 years ago
Mike Krüger
19653fa69d
Added identifier token property.
15 years ago
Mike Krüger
96d1b7f08e
fixed check.
15 years ago
Mike Krüger
1af72c9650
GetResolveableNodeAt is now more selective.
15 years ago
Mike Krüger
b74fe9381c
Set compiler errors to parsed file.
15 years ago
Mike Krüger
b411a2a5f6
fixed possible null ref.
15 years ago
Mike Krüger
7e708a653d
Worked on ast formatter tests.
15 years ago
Daniel Grunwald
fa55d149d5
Fix adding assembly attributes to SimpleProjectContent.
...
Fixed MemberLookup.IsInvocable().
Add (ignored) unit tests for user-defined binary operators.
15 years ago
Mike Krüger
b36846581b
fixed bug.
15 years ago
Mike Krüger
99b60b87df
Parser change: Interface members are now Accessibiliy.Public.
...
This is a proposal to solve the <interfaceType>.<InferfaceMember>. ...
lookup.
15 years ago
Mike Krüger
dd4f73b314
Fixed bug in inner type result.
15 years ago
Mike Krüger
2c2f30d563
Fixed some issues in the context actions.
15 years ago
Mike Krüger
b01c263d2e
Implemented brace style formatting.
15 years ago
Mike Krüger
aceae1f758
implemented type parameter getmember methods.
15 years ago
Mike Krüger
2b726d26ca
Fixed System.Void output.
15 years ago
Mike Krüger
67fff9fe04
fixed bug in using statement parsing.
15 years ago
Mike Krüger
ef0d911945
Revert "Implemented user defined operator candidates."
...
This reverts commit 9165dfed85 .
15 years ago
Mike Krüger
9165dfed85
Implemented user defined operator candidates.
15 years ago
Mike Krüger
6199ee3ba8
checked outer classes for aceessibility private check.
15 years ago
Mike Krüger
5fad5f93e8
Added time stamp to parsed files.
15 years ago
Mike Krüger
37dbafdff4
fixed mcs bug.
15 years ago
Mike Krüger
0e1ad6e342
Started to implement a 'skip bodies' mode for parsing.
15 years ago
Mike Krüger
62d61ec84b
Implemented GetResolveableNodeAt function.
15 years ago
Mike Krüger
26946f003a
Added DeclarationRegion property to IVariable.
15 years ago
Mike Krüger
694f3730aa
fix infinite loop.
15 years ago
Daniel Grunwald
daf0f21607
Fixed some bugs related to conversions of type parameters.
15 years ago