Mike Krüger
|
7a69c6544b
|
Fixed Issue #38: Parser Regression in ObjectCreate initialization
|
13 years ago |
Mike Krüger
|
6f1325dea7
|
Fixed Issue #44: The ending TextLocation of an ArrayCreateExpression
is incorrect when the array is initialized with zero elements
|
13 years ago |
Mike Krüger
|
ef726be8c9
|
[UnitTests] Disabled broken tests.
|
13 years ago |
Daniel Grunwald
|
76e3cb4389
|
Fixed output visitor inserting too many newlines in SwitchSection.
Don't indent the case body if the case contains a single BlockStatement.
|
13 years ago |
Mike Krüger
|
94a8fdea36
|
Added unit test for Bug 4525 - Unexpected code completion exception
|
13 years ago |
Mike Krüger
|
cf9d360be7
|
[CodeActions] Worked on implement interface.
|
13 years ago |
Mike Krüger
|
0581a41bf2
|
Ignored failing unit test.
|
13 years ago |
Mike Krüger
|
805e0721d9
|
Started implement interface/abstract members code action.
|
13 years ago |
Mike Krüger
|
da56a5bbfa
|
Fixed completion bug.
|
13 years ago |
Mike Krüger
|
2aec1be700
|
Improved the handling of delegate contexts.
|
13 years ago |
Mike Krüger
|
2eb61acc51
|
Added failing unit test.
I assume that the problem is that B has a inner lass B.Foo - sicne it
works when Foobar inherits just from 'Foo'.
|
14 years ago |
Mike Krüger
|
5dbe3654f5
|
[Ast] Renamed named argument expression identifier -> name.
|
14 years ago |
Mike Krüger
|
45c8d0eb50
|
Fixed object creation completion issue.
|
14 years ago |
Mike Krüger
|
ecbc616d23
|
Added unit test for bug report.
(use case already works)
|
14 years ago |
Mike Krüger
|
bb27ef5132
|
Fixed completion bug.
|
14 years ago |
Mike Krüger
|
04f8720739
|
Added formatting factory - formatting options should be created with
that.
|
14 years ago |
Mike Krüger
|
42f6bfbe8a
|
Fixed completion bug.
|
14 years ago |
Mike Krüger
|
64ca5a01cb
|
Fixed completion bug.
|
14 years ago |
Mike Krüger
|
0326e93e02
|
Fixed other enum base type context.
|
14 years ago |
Mike Krüger
|
bd201520a1
|
Fixed enum base type bug.
|
14 years ago |
Mike Krüger
|
c0b97ae07e
|
Updated mcs/fixes some unit tests.
|
14 years ago |
Mike Krüger
|
e499b7aa20
|
Updated mcs.
|
14 years ago |
Mike Krüger
|
3eff925c8f
|
Fixed code completion exception.
|
14 years ago |
Mike Krüger
|
90eadb387f
|
Fixed completion bug.
|
14 years ago |
Mike Krüger
|
666963643f
|
Fixed bug in parameter completion.
|
14 years ago |
Mike Krüger
|
374f1cb716
|
Fixed parameter completion bug.
|
14 years ago |
Mike Krüger
|
c114f711df
|
Added unit tests for the open mcs nrefactory related bugs. We should
ensure that mcs doesn't regress there.
|
14 years ago |
Mike Krüger
|
eb6a774ca0
|
Fixed some issues in the output visitor.
Note that the block statement newline should be done more elegant (new
lines should be done in the parent).
|
14 years ago |
Daniel Grunwald
|
8111e2683a
|
Add issue provider for explicit conversions in foreach loops.
|
14 years ago |
Daniel Grunwald
|
9e1d371698
|
Fixed RedundantUsingIssue to no longer remove "System.Linq" if it is required for a query expression.
|
14 years ago |
Daniel Grunwald
|
f098db8f4e
|
Fix bugs in RedundantNamespaceUsageIssue and CreatePropertyAction.
|
14 years ago |
Mike Krüger
|
9e622c1997
|
Create class action can now generate interface implementation.
Need to think about that feature, maybe just adding the base type is
better and letting the user choose implicit/explicit implementation ?
|
14 years ago |
Mike Krüger
|
69a7136d45
|
Fixed remove brace action tests.
|
14 years ago |
Mike Krüger
|
8444dffd81
|
Startet exctract method action.
|
14 years ago |
Mike Krüger
|
b4b3e6454f
|
Improved type guessing.
|
14 years ago |
Mike Krüger
|
ceef571315
|
Added introduce constant action.
|
14 years ago |
Mike Krüger
|
4644a07dd7
|
Fixed method declaration case.
|
14 years ago |
Mike Krüger
|
048a4b944a
|
Updated Fdg rules.
|
14 years ago |
Daniel Grunwald
|
4f47170535
|
Fixed type inference bug introduced in 2e40a34 - array covariance was ignored.
|
14 years ago |
Mike Krüger
|
b21e85f00e
|
Updated indent engine.
|
14 years ago |
Mike Krüger
|
d85bb0ecbb
|
Fixed completion bug.
|
14 years ago |
Mike Krüger
|
acce74e885
|
Fixed bug in create method declaration action.
|
14 years ago |
Mike Krüger
|
5012f3f633
|
Handled static class <--> non static member clash in create
field/method/property actions.
|
14 years ago |
Mike Krüger
|
89ee8bcdca
|
Allow '_' and 'm_' as field prefix name.
|
14 years ago |
Mike Krüger
|
256dae882e
|
Fixed create method declaration case.
|
14 years ago |
Mike Krüger
|
34b3e18c2a
|
Adjusted default Fdg rules a bit (private static fields are now
camelCase).
|
14 years ago |
Mike Krüger
|
62ebfc7fb0
|
Disabled out name filter for create field,property and method.
|
14 years ago |
Mike Krüger
|
b1dfdba7aa
|
Added create delegate action.
|
14 years ago |
Mike Krüger
|
718dfe4685
|
Added more cases for create class declaration.
|
14 years ago |
Mike Krüger
|
93fb7777b5
|
Added flag to specify if explict types should be used or not.
|
14 years ago |