Mike Krüger
|
a1e4b07da6
|
[Completion] Fixed enum completion in binary operator expressions.
|
13 years ago |
Daniel Grunwald
|
cbb1fe5008
|
Fixed some issues resolving members.
|
13 years ago |
Mike Krüger
|
4b3bb7e8a7
|
Fixed completion bug.
|
13 years ago |
Mike Krüger
|
e0e30ae520
|
[Completion] Improved object initializer case.
|
13 years ago |
Mike Krüger
|
293af2e2c9
|
[Resolver] Fixed resolve at location bug.
|
13 years ago |
Daniel Grunwald
|
282d3c3423
|
Fix icsharpcode/NRefactory#32: ResolveResult for anonymous type creation
|
13 years ago |
Daniel Grunwald
|
4d07b33b44
|
CSharpAstResolver now can resolve type members even when no parsedFile is specified.
This is useful for analyzing generated code that does not have accurate StartLocation/EndLocation assigned.
|
13 years ago |
mike
|
7d89302a83
|
[Tests] Added test case for a parser bug.
|
13 years ago |
Nieve
|
99b856a5ee
|
added extract field code action
|
13 years ago |
Simon Lindgren
|
a300c56147
|
GeneratePropertyAction: Handle fields named like properties by renaming them before creating the property.
|
13 years ago |
mike
|
b9780fbad8
|
[CodeAction] Fixed check if parameter is null bug.
|
13 years ago |
mike
|
7a03092fac
|
[Completion] Fixed parameter completion for static methods.
|
13 years ago |
Mike Krüger
|
1852a3d43a
|
[Refactoring] Fixed some bugs in create code actions in conjunction
with enums.
|
13 years ago |
mike
|
73396ed20d
|
Improved named parameter completion case.
|
13 years ago |
mike
|
cff1fb2711
|
[Completion] Fixed member lookup.
|
13 years ago |
Mike Krüger
|
8ff1e4c5b0
|
Fixed completion bug.
|
13 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 |