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
|
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
|
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
|
3b682d43b1
|
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
|
72258ae41b
|
Implemented type parameter type completion.
|
14 years ago |
Mike Krüger
|
ddc245e78b
|
Fixed "LINQ" context unit tests.
|
14 years ago |
Mike Krüger
|
45fb111271
|
Fixed anonymous type null reference exception.
|
14 years ago |
Mike Krüger
|
912908767c
|
Fixed type expected context.
|
14 years ago |
Mike Krüger
|
6a9564d048
|
Added member provider to give the completion engine more context from
outside.
|
14 years ago |
Mike Krüger
|
eb5f2577eb
|
Fixed constructor this/base unit test.
|
14 years ago |
Mike Krüger
|
2d49624c9b
|
Ignored failing tests.
|
14 years ago |
Mike Krüger
|
850776fabc
|
Fixed completion test case.
|
14 years ago |
Mike Krüger
|
f8eed16fb9
|
Worked on completion engine API.
|
14 years ago |
mike
|
0a71c80a06
|
Fixed some more array initializer context bugs.
|
14 years ago |
Mike Krüger
|
3a15d36603
|
Fixed some code completion unit tests.
|
14 years ago |
Mike Krüger
|
d78d5f1727
|
Fixed "type too fast" issue in code completion.
|
14 years ago |
Mike Krüger
|
77a75818d6
|
Fixed constraints parsing #2.
|
14 years ago |
Mike Krüger
|
78ac5bb6f5
|
Fixed some code completion unit tests.
|
14 years ago |
Mike Krüger
|
51986c4379
|
Worked on code completion unit tests.
|
14 years ago |
Mike Krüger
|
c453405dcf
|
Updated code completion to the latest type system changes.
|
14 years ago |
Mike Krüger
|
e69e9f13f5
|
Fixed enum context.
|
14 years ago |
Mike Krüger
|
bcde6f1af6
|
Worked on enum context.
|
14 years ago |
Mike Krüger
|
7e5380551b
|
Updated mcs/fixed some code completion cases.
|
14 years ago |
Mike Krüger
|
5069b98f17
|
Fixed code completion bug.
|
14 years ago |
Mike Krüger
|
057c0beee2
|
Fixed "partial" bug.
|
14 years ago |
Mike Krüger
|
1bc609ff79
|
Added pre processor "if"/"elif" contexts.
|
14 years ago |
Mike Krüger
|
03ee478b96
|
Improved current member recognition.
|
14 years ago |
Mike Krüger
|
d461987839
|
Improved comment & string context recognition.
|
14 years ago |
Daniel Grunwald
|
f631199013
|
Type system refactoring: split unresolved/resolved type systems.
|
14 years ago |
Mike Krüger
|
1ebf83544b
|
Fixed parameter completion issue.
|
14 years ago |
Mike Krüger
|
b74cfbb11a
|
Added switch context handling.
|
14 years ago |
Mike Krüger
|
fa5e7e5045
|
Fixed potential resolve issue.
Note: That doesn't really fix the problem - only 90% of the cases. The
partial class representation could need a change.
|
14 years ago |
Mike Krüger
|
c498bc888e
|
Fixed completion inside try ... catch bodies.
|
14 years ago |
Mike Krüger
|
03407fd54c
|
Fixed failing unit test.
|
14 years ago |
Mike Krüger
|
98ad3bacc4
|
Fixed unit test.
|
14 years ago |
Mike Krüger
|
f3ea71ac68
|
Fixed some completion tests.
|
14 years ago |
Mike Krüger
|
7f697b373b
|
Fixed resolver usage.
|
14 years ago |
Mike Krüger
|
b3d07d8493
|
Ported over the monodevelop completion engine to nrefactory.
|
14 years ago |