Mike Krüger
|
e6df8e7628
|
Added unit tests for SplitDeclarationAndAssignment context action.
|
14 years ago |
Mike Krüger
|
1d8918caa6
|
Fixed unit tests.
|
14 years ago |
Mike Krüger
|
93bea6d4d1
|
Fixed failing unit test.
|
14 years ago |
Mike Krüger
|
1737920336
|
Added some unit tests.
|
14 years ago |
Mike Krüger
|
72258ae41b
|
Implemented type parameter type completion.
|
14 years ago |
Mike Krüger
|
a126210ec5
|
Improved anonymous type context.
|
14 years ago |
Mike Krüger
|
12b9542414
|
Fixed other LINQ case.
|
14 years ago |
Mike Krüger
|
ddc245e78b
|
Fixed "LINQ" context unit tests.
|
14 years ago |
Daniel Grunwald
|
f788f91421
|
Ignore AssemblyInfo in RoundtripTest.
|
14 years ago |
Mike Krüger
|
7431897ae7
|
Implemented 'partial' completion.
|
14 years ago |
Mike Krüger
|
e0d4232751
|
Added unit test for "as" expression context.
|
14 years ago |
Daniel Grunwald
|
90c0758bb0
|
Update roundtrip test.
|
14 years ago |
Daniel Grunwald
|
f2011680e9
|
Fixed resolving LINQ queries that involve transparent identifiers.
|
14 years ago |
Daniel Grunwald
|
418f7090cb
|
Fixed resolving NamedExpressions in anonymous type creation expressions.
|
14 years ago |
Daniel Grunwald
|
7779508e9f
|
Fixed lifting for built-in relational operators.
|
14 years ago |
Daniel Grunwald
|
040b841c3b
|
Fixed resolving equality and relational operators on nullable types.
|
14 years ago |
Daniel Grunwald
|
b803d850f7
|
Do not report invalid conversion from int to void for this code:
void Run(Action<string> a) { }
int M() {
Run(x => $M()$);
}
|
14 years ago |
Daniel Grunwald
|
70e62f42a1
|
Fixed DefaultMemberReference for methods with parameters.
|
14 years ago |
Mike Krüger
|
dba7b479ae
|
Fixed operators show up in completion list.
|
14 years ago |
Mike Krüger
|
a33b320958
|
Fixed failing unit test.
|
14 years ago |
Mike Krüger
|
b5c90d631c
|
Added unit test for "Finalizer" method not shown.
|
14 years ago |
Mike Krüger
|
1c46d7d4c5
|
Added unit test for category sorting.
|
14 years ago |
Mike Krüger
|
7befa599aa
|
Fixed for context completion.
|
14 years ago |
Mike Krüger
|
eb5f2577eb
|
Fixed constructor this/base unit test.
|
14 years ago |
Mike Krüger
|
d5ead16000
|
Fixed unit tests with leading dots & integer at eol.
|
14 years ago |
Daniel Grunwald
|
3b95e5a2e3
|
Fixed IsExplicitInterfaceImplementation.
Implemented IMember.InterfaceImplementations for explicitly implemented members.
|
14 years ago |
Mike Krüger
|
2d49624c9b
|
Ignored failing tests.
|
14 years ago |
Mike Krüger
|
7dda083aa5
|
Added name context test suite.
|
14 years ago |
Mike Krüger
|
5377104c8a
|
Added named argument context.
|
14 years ago |
Mike Krüger
|
850776fabc
|
Fixed completion test case.
|
14 years ago |
Mike Krüger
|
b5da9b1ce3
|
Fixed some unit tests.
|
14 years ago |
Mike Krüger
|
e6877e9856
|
Fixed completion unit test.
|
14 years ago |
Daniel Grunwald
|
942b4f70ef
|
Move ConversionResoleResult to ICSharpCode.NRefactory.Semantics.
Boxing conversion for attribute arguments is now used consistently in C# type system and Cecil-loaded type system.
|
14 years ago |
Daniel Grunwald
|
812c1dc696
|
Added LINQ where test.
|
14 years ago |
Daniel Grunwald
|
9af3c040f2
|
Fixed resolving compound assignment operators.
|
14 years ago |
Mike Krüger
|
5218417fa8
|
Improved completion of enums.
|
14 years ago |
mike
|
0a71c80a06
|
Fixed some more array initializer context bugs.
|
14 years ago |
mike
|
0017621fc2
|
Fixed array initializer completion case.
|
14 years ago |
mike
|
0ba844ea4a
|
Fixed type parameter completion bug.
|
14 years ago |
mike
|
d66eb1dcda
|
Added new completion test case + bugfix.
|
14 years ago |
Mike Krüger
|
d5677e56c2
|
Added parameter context tests.
|
14 years ago |
Mike Krüger
|
b7c1490d7f
|
Fixed completion case.
|
14 years ago |
Mike Krüger
|
3a15d36603
|
Fixed some code completion unit tests.
|
14 years ago |
Daniel Grunwald
|
f70a726495
|
Fixed resolving "-2147483648".
|
14 years ago |
Daniel Grunwald
|
f1a1ab32ad
|
Added ResolverTest to consistency check and fixed some crashing bugs in the resolver.
|
14 years ago |
Daniel Grunwald
|
3e8eb1e55d
|
Add NRefactory.ConsistencyCheck with round-tripping test.
Added parser unit tests for bugs discovered by the round-tripping test.
|
14 years ago |
Mike Krüger
|
37795e43a1
|
Fixed parsing of some statements, improved "foreach" context in code
completion.
|
14 years ago |
Mike Krüger
|
6b7acf5147
|
Added foreach statement variable declaration test.
|
14 years ago |
Daniel Grunwald
|
8007d25b00
|
Fix CSharpOutputVisitorTests.AssignmentInCollectionInitializer.
Ignore some failing parser unit tests.
|
14 years ago |
Mike Krüger
|
94bad6c210
|
Fixed "InactiveIf" unit test.
|
14 years ago |