mike
|
49e1b67a3a
|
[Completion] GetParameterCompletionCommandOffset is now
reusable/removed code duplication of GetCurrentParameterIndex.
|
14 years ago |
mike
|
93f0d717fe
|
Fixed completion bug.
|
14 years ago |
Mike Krüger
|
c2e912af34
|
[Completion] Fixed bug in pre processor directive context detection.
|
14 years ago |
Mike Krüger
|
64ca5a01cb
|
Fixed completion bug.
|
14 years ago |
Mike Krüger
|
90eadb387f
|
Fixed completion bug.
|
14 years ago |
Mike Krüger
|
374f1cb716
|
Fixed parameter completion bug.
|
14 years ago |
Mike Krüger
|
193a153070
|
Fixed completion bug.
|
14 years ago |
Mike Krüger
|
e2828378fb
|
Fixed parameter completion issue.
|
14 years ago |
mike
|
afbf9c9624
|
Fixed for variable initializer name context.
|
14 years ago |
mike
|
54b3baee81
|
Fixed possible null reference exception.
|
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
|
40a00e7f86
|
GetMemberTextToCaret now gives back the correct member start location.
|
14 years ago |
mike
|
08e6a88db0
|
AppendMissingClosingBrackets is now reusable.
|
14 years ago |
Mike Krüger
|
6a0a96ce31
|
Moved some roles to the Roles class.
|
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
|
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 |