Mike Krüger
|
9a96b02042
|
Fixed using context/ added unit test for try ... catch case.
|
14 years ago |
Mike Krüger
|
22f7e30678
|
Take correct type for override completion.
|
14 years ago |
Mike Krüger
|
f931cf0b3f
|
Added some null checks.
Mcs can now parse much more "invalid" expressions & statements.
|
14 years ago |
Mike
|
2cfed41833
|
Fixed primitive type keywords.
|
14 years ago |
Mike
|
7df3367870
|
Guard against storing the resolve result for variable name token twice
in foreach statement.
|
14 years ago |
Mike
|
bd39c22cc3
|
Removed some debug messages.
|
14 years ago |
Mike
|
4e801c8d99
|
Fixed tuple parameter index.
|
14 years ago |
Mike Krüger
|
1dab608880
|
Added some null checks.
|
14 years ago |
Mike Krüger
|
335fe9493d
|
Updated mcs.
|
14 years ago |
Mike Krüger
|
6a85f2a5e3
|
Fixed AST builder.
|
14 years ago |
Mike Krüger
|
c33bc0fd8c
|
Fixed assembly attribute location.
The fix isn't very clean - but the structure is built that way, would
be cleaner if it would be represented as Container.
|
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 |
Mike Krüger
|
1d8918caa6
|
Fixed unit tests.
|
14 years ago |
Mike Krüger
|
baa2096dde
|
Fixed hardcoded path.
|
14 years ago |
Mike Krüger
|
93bea6d4d1
|
Fixed failing unit test.
|
14 years ago |
Mike Krüger
|
96a5e7cff1
|
Merge branch 'master' of github.com:icsharpcode/NRefactory
|
14 years ago |
Mike Krüger
|
ef534453f7
|
[GtkDemo] Close application when closing main window.
|
14 years ago |
Mike Krüger
|
3b4abcceb3
|
Fixed ast node script positions.
|
14 years ago |
Mike Krüger
|
7958965a70
|
Implemented some missing functions in refactoring context.
|
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 |
Daniel Grunwald
|
33e0c0e9a0
|
Fixed FindReferences on attributes.
|
14 years ago |
Mike Krüger
|
a126210ec5
|
Improved anonymous type context.
|
14 years ago |
Mike Krüger
|
179d90ab84
|
Added some null checks.
Not sure if they're needed.
|
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 |
Daniel Grunwald
|
9fea0d07fe
|
Implemented eligibility check for extension methods.
|
14 years ago |
Mike Krüger
|
7431897ae7
|
Implemented 'partial' completion.
|
14 years ago |
Mike Krüger
|
45fb111271
|
Fixed anonymous type null reference exception.
|
14 years ago |
Mike Krüger
|
e0d4232751
|
Added unit test for "as" expression context.
|
14 years ago |
Mike Krüger
|
912908767c
|
Fixed type expected context.
|
14 years ago |
Mike Krüger
|
574994c01a
|
Updated/merged mcs.
|
14 years ago |
Mike Krüger
|
e492e804e8
|
Merge branch 'master' of github.com:icsharpcode/NRefactory
|
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
|
dac8c0fd35
|
Implement CSharpAstResolver.GetExpectedType() and CSharpAstResolver.GetConversion().
|
14 years ago |
Daniel Grunwald
|
70e62f42a1
|
Fixed DefaultMemberReference for methods with parameters.
|
14 years ago |
Mike Krüger
|
d9fe4a3566
|
Worked on merging mcs.
|
14 years ago |
Mike Krüger
|
bd58ea7afc
|
Merged with mcs.
|
14 years ago |
Mike Krüger
|
dba7b479ae
|
Fixed operators show up in completion list.
|
14 years ago |
Mike Krüger
|
f92742bdad
|
Removed double "default" item in switch context.
|
14 years ago |
Mike Krüger
|
6a9564d048
|
Added member provider to give the completion engine more context from
outside.
|
14 years ago |
Mike Krüger
|
578bb6c062
|
Fixed parsing of switch statements.
|
14 years ago |
Mike Krüger
|
a33b320958
|
Fixed failing unit test.
|
14 years ago |