Mike Krüger
|
42f6bfbe8a
|
Fixed completion bug.
|
13 years ago |
Mike Krüger
|
64ca5a01cb
|
Fixed completion bug.
|
13 years ago |
Mike Krüger
|
0326e93e02
|
Fixed other enum base type context.
|
13 years ago |
Mike Krüger
|
bd201520a1
|
Fixed enum base type bug.
|
13 years ago |
Mike Krüger
|
3eff925c8f
|
Fixed code completion exception.
|
14 years ago |
Mike Krüger
|
90eadb387f
|
Fixed completion bug.
|
14 years ago |
Mike Krüger
|
666963643f
|
Fixed bug in parameter completion.
|
14 years ago |
Mike Krüger
|
3932a6ef9d
|
Fixed failing completion tests.
|
14 years ago |
Mike Krüger
|
374f1cb716
|
Fixed parameter completion bug.
|
14 years ago |
Mike Krüger
|
075ffe3168
|
Fixed completion category bug.
|
14 years ago |
Mike Krüger
|
e5d6452d4a
|
Code completion name propsoal now uses the word parser to break words.
|
14 years ago |
Mike Krüger
|
d85bb0ecbb
|
Fixed completion bug.
|
14 years ago |
Mike Krüger
|
a1797827e4
|
Fixed code 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
|
8e66275c97
|
Fixed unit test.
|
14 years ago |
mike
|
bf71bafe3b
|
Implemented redundant using inspector.
|
14 years ago |
Mike Krüger
|
7474cdb8b6
|
Fixed member reference expression bug.
|
14 years ago |
mike
|
afbf9c9624
|
Fixed for variable initializer name context.
|
14 years ago |
Mike Krüger
|
be4e8bb34e
|
Added function to get the word segment at caret position.
|
14 years ago |
mike
|
54b3baee81
|
Fixed possible null reference exception.
|
14 years ago |
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
|
40a00e7f86
|
GetMemberTextToCaret now gives back the correct member start location.
|
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
|
08e6a88db0
|
AppendMissingClosingBrackets is now reusable.
|
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
|
6a0a96ce31
|
Moved some roles to the Roles class.
|
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
|
b91ed7e2de
|
Fixed get current parameter index.
|
14 years ago |
mike
|
670975c924
|
Parameter data providers now contain the start offset of their
expression (makes it easier to count the correct parameter number).
|
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 |
mike
|
f49f142ed8
|
Fixed parameter completion unit test.
|
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 |