mike
|
f78b052fb1
|
Fixed bug in override completion.
|
14 years ago |
Mike Krüger
|
c51a5f6222
|
Fixed stub mechanic.
|
14 years ago |
mike
|
29da952623
|
Fixed some warnings.
|
14 years ago |
Mike Krüger
|
6f4a46c066
|
Fixed failing unit test.
|
14 years ago |
mike
|
837d48d50a
|
Completion engine now works on freezed compilation units.
|
14 years ago |
Mike Krüger
|
0907829b0e
|
Fixed ref/out/params keywords.
|
14 years ago |
Mike Krüger
|
a798d1a622
|
Fixed override completion data bug.
|
14 years ago |
Mike Krüger
|
4ea7ebc517
|
Moved more roles to the Roles class/Changed TypeDeclaration
representation (saves some memory and class type is now always
defined).
|
14 years ago |
Mike Krüger
|
90bf204c7f
|
Moved the roles class out of AstNode.
|
14 years ago |
mike
|
4499d32fda
|
Fixed IsInsideDocComment method.
TODO: Move the detection of comments & string regions to the
IMemberProvider (needs rename) and handle that with a tree on IDE
level.
|
14 years ago |
Mike Krüger
|
e058867fee
|
Fixed interface return type tests.
|
14 years ago |
Mike Krüger
|
6eaa0fd45a
|
Fixed interface return type test.
|
14 years ago |
Mike Krüger
|
36456b4d15
|
Updated mcs & improved try context handling.
|
14 years ago |
Daniel Grunwald
|
a353f23d70
|
Combine AttributedNode and MemberDeclaration into EntityDeclaration.
|
14 years ago |
mike
|
4575266b1d
|
Filter out members that are not suited for code completion.
|
14 years ago |
mike
|
e2b304397c
|
Fixed using declaration context.
|
14 years ago |
mike
|
b0de87339a
|
Fixed some more attribute completion tests.
|
14 years ago |
mike
|
e394fb5efc
|
Added some more attribute context tests & fixes.
|
14 years ago |
mike
|
288ab73621
|
Fixed some completion tests.
|
14 years ago |
Daniel Grunwald
|
3eee3466a4
|
CSharpOutputVisitor is now using the IAstVisitor with void return type.
Removed default value for 'data' on AcceptVisitor() methods.
|
14 years ago |
Mike Krüger
|
2c7c1c7ee7
|
Fixed failing unit test, added a test to document a wrong parser
behaviour.
|
14 years ago |
Mike Krüger
|
d757e48fe5
|
Fixed possible null reference exception.
|
14 years ago |
Mike Krüger
|
d8d65fc9d9
|
Fixed code completion bug.
|
14 years ago |
Mike Krüger
|
4632c42a7a
|
Fixed unit test.
|
14 years ago |
Mike Krüger
|
de6870b067
|
Fixed completion unit test.
|
14 years ago |
Mike Krüger
|
3c3840b8c3
|
Cleaned up code a bit.
|
14 years ago |
Mike Krüger
|
789e0cced3
|
Cleaned up code a bit.
|
14 years ago |
Mike Krüger
|
c3b136b156
|
Fixed attribute context cases.
|
14 years ago |
Mike Krüger
|
0983e854ea
|
Fixed some keyword contexts.
|
14 years ago |
Mike Krüger
|
8d5b268fdf
|
Fixed completion bug.
|
14 years ago |
Mike Krüger
|
17a8d4394a
|
Fixed completion bug.
|
14 years ago |
Mike Krüger
|
27a91ccd69
|
Fixed bug in protected member logic.
|
14 years ago |
Mike Krüger
|
dce53cb312
|
Fixed code completion bug.
|
14 years ago |
Daniel Grunwald
|
3d21a80e7d
|
Fixed the ResolveVisitor scanning logic and several related issues.
|
14 years ago |
Mike Krüger
|
510d58a28b
|
Fixed parameter test case.
|
14 years ago |
Mike Krüger
|
8b32926d67
|
Fixed const field access.
|
14 years ago |
Mike Krüger
|
e7833ba973
|
Added some more naming contexts.
|
14 years ago |
Mike Krüger
|
3a4eeb49fa
|
Merged with monodevelop engine.
|
14 years ago |
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
|
2cfed41833
|
Fixed primitive type keywords.
|
14 years ago |
Mike
|
bd39c22cc3
|
Removed some debug messages.
|
14 years ago |
Mike Krüger
|
6a85f2a5e3
|
Fixed AST builder.
|
14 years ago |
Mike Krüger
|
93bea6d4d1
|
Fixed failing unit test.
|
14 years ago |
Mike Krüger
|
72258ae41b
|
Implemented type parameter type completion.
|
14 years ago |
Mike Krüger
|
a126210ec5
|
Improved anonymous type context.
|
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
|
9fea0d07fe
|
Implemented eligibility check for extension methods.
|
14 years ago |
Mike Krüger
|
7431897ae7
|
Implemented 'partial' completion.
|
14 years ago |