mike
|
7a03092fac
|
[Completion] Fixed parameter completion for static methods.
|
14 years ago |
Mike Krüger
|
1852a3d43a
|
[Refactoring] Fixed some bugs in create code actions in conjunction
with enums.
|
14 years ago |
mike
|
73396ed20d
|
Improved named parameter completion case.
|
14 years ago |
mike
|
cff1fb2711
|
[Completion] Fixed member lookup.
|
14 years ago |
Mike Krüger
|
8ff1e4c5b0
|
Fixed completion bug.
|
14 years ago |
Mike Krüger
|
1ade7c4996
|
[Resolver] Fixed using statement.
|
14 years ago |
mike
|
93f0d717fe
|
Fixed completion bug.
|
14 years ago |
mike
|
bc77559aea
|
[Completion] Fixed catch context completion.
|
14 years ago |
mike
|
85230686b7
|
[Completion] Fixed object initializer unit tests.
|
14 years ago |
mike
|
c32e988de6
|
[Completion] Fixed unit test.
|
14 years ago |
Daniel Grunwald
|
4fe7c72b16
|
Fixed context for determining accessibility of protected inner classes when resolving a base type reference (NameLookupTests.InheritFromProtectedInnerClassTest)
|
14 years ago |
Mike Krüger
|
f7fb29804d
|
Implemented better solution for the array initializer workaround hack.
|
14 years ago |
Mike Krüger
|
121c786499
|
Removed duplicate unit test.
|
14 years ago |
Mike Krüger
|
f5b7f574b3
|
[UnitTest] Added failing unit test.
|
14 years ago |
Mike Krüger
|
7bf1b4a850
|
Added some unit tests.
|
14 years ago |
Mike Krüger
|
63009ac085
|
Fixed 'Bug 4604 - [Resolver] Attribute Properties are not offered
valid autocomplete choices'.
|
14 years ago |
Mike Krüger
|
89be9aad27
|
[UnitTest] Enabled broken unit test.
|
14 years ago |
Mike Krüger
|
7a69c6544b
|
Fixed Issue #38: Parser Regression in ObjectCreate initialization
|
14 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
|
14 years ago |
Mike Krüger
|
ef726be8c9
|
[UnitTests] Disabled broken tests.
|
14 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.
|
14 years ago |
Mike Krüger
|
94a8fdea36
|
Added unit test for Bug 4525 - Unexpected code completion exception
|
14 years ago |
Mike Krüger
|
cf9d360be7
|
[CodeActions] Worked on implement interface.
|
14 years ago |
Mike Krüger
|
0581a41bf2
|
Ignored failing unit test.
|
14 years ago |
Mike Krüger
|
805e0721d9
|
Started implement interface/abstract members code action.
|
14 years ago |
Mike Krüger
|
da56a5bbfa
|
Fixed completion bug.
|
14 years ago |
Mike Krüger
|
2aec1be700
|
Improved the handling of delegate contexts.
|
14 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 |