Mike Krüger
|
925de642b5
|
Code actions can now be bound to an ast node.
|
13 years ago |
Mike Krüger
|
ecc15dde9a
|
Fixed bug in type system conversion (interface members can shadow
other members) & implement interface action bug.
|
13 years ago |
Mike Krüger
|
191c33d7b1
|
[CodeAction] Fixed bug in implement interface action.
|
13 years ago |
Daniel Grunwald
|
4a337b8ed1
|
[CodeActions] fixed bug implemented 'protected internal abstract' members.
The 'internal' modifier is necessary in overrides if they are inside the same assembly as the abstract member.
|
13 years ago |
Mike Krüger
|
a2e370fe2d
|
[CodeActions] Fixed implement abstract members bug.
|
13 years ago |
Daniel Grunwald
|
56114fe865
|
Simplify ImplementInterfaceAction by using the TypeSystemAstBuilder.
|
13 years ago |
Mike Krüger
|
c7de3dabcb
|
[CodeAction] Fixed getter/setters of the implemented
interface/abstract class properties & indexers.
|
13 years ago |
Mike Krüger
|
4f70f16149
|
[CodeActions] Implemented abstract members action/Improved implement
interface action & fixed unit tests.
|
13 years ago |
Mike Krüger
|
1863ed6f16
|
[CodeAction] Implement interface now tends to implement the more
specialized members non explicit.
|
13 years ago |
Mike Krüger
|
286091be90
|
[CodeActions] Finished first implement interface implementation.
|
13 years ago |
Mike Krüger
|
cf9d360be7
|
[CodeActions] Worked on implement interface.
|
13 years ago |
Mike Krüger
|
805e0721d9
|
Started implement interface/abstract members code action.
|
13 years ago |