Daniel Grunwald
|
d09dc0e10a
|
Fix compiler warnings
|
12 years ago |
Mike Krüger
|
1ad8c17390
|
Fixed completion bug.
|
12 years ago |
Mike Krüger
|
4a9475457b
|
Fixed delegate maching constructors/operators etc.
|
13 years ago |
Mike Krüger
|
63daebebd6
|
Language version can now be set.
|
13 years ago |
Mike Krüger
|
e0df113833
|
Fixed async lambda/delegate completion.
|
13 years ago |
Mike Krüger
|
1bac9a1ca5
|
Fixed some completion unit tests.
|
13 years ago |
Mike Krüger
|
669b5bc6fc
|
Fixed bug with missing primitive types in is/as type list.
|
13 years ago |
Mike Krüger
|
3e265a8e5c
|
Fixed failing unit test.
|
13 years ago |
Mike Krüger
|
f4daf2631e
|
Fixed completion bug.
|
13 years ago |
Mike Krüger
|
4496f95c82
|
Fixed parameter completion bug.
|
13 years ago |
Daniel Grunwald
|
5ae6c44d8c
|
Fix NullReferenceException when inserting space after 'in' modifier
|
13 years ago |
Mike Krüger
|
49540a6395
|
Fixed bug in completion mini lexer.
|
13 years ago |
Mike Krüger
|
7ebc4d1a10
|
Added property to give better control over the anonymous type creation
completion case.
|
13 years ago |
Mike Krüger
|
176a3a0540
|
[Completion] Fixed bug in anonymous type creation.
|
13 years ago |
Mike Krüger
|
7427e66a88
|
Fixed attribute completion bug.
|
13 years ago |
Mike Krüger
|
320f93990b
|
Fixed pre processor completion bug.
|
13 years ago |
Mike Krüger
|
bce7b74426
|
Fixed bug in GetCurrentParameterIndex + added unit tests for this
function.
|
13 years ago |
Mike Krüger
|
921c1f6e20
|
Fixed inconsistency between 'override' and 'partial' completion.
The begin of the declaration now always includes these keywords.
|
13 years ago |
Mike Krüger
|
29054ffd19
|
Fixed some completion cases with extension methods.
|
13 years ago |
Mike Krüger
|
8bd796eb7f
|
Revert "Revert "Implemented reduced method model.""
This reverts commit bdc1fde9d6 .
|
13 years ago |
Mike Krüger
|
765d917d60
|
Revert "Revert "Implemented better way to handle extension method invocations.""
This reverts commit c26f61e813 .
|
13 years ago |
Mike Krüger
|
4cac2f0b36
|
Fixed completion bug.
|
13 years ago |
Mike Krüger
|
c26f61e813
|
Revert "Implemented better way to handle extension method invocations."
This reverts commit d4afc75413 .
|
13 years ago |
Mike Krüger
|
bdc1fde9d6
|
Revert "Implemented reduced method model."
This reverts commit aaf2b919f5 .
|
13 years ago |
Mike Krüger
|
aaf2b919f5
|
Implemented reduced method model.
|
13 years ago |
Mike Krüger
|
d4afc75413
|
Implemented better way to handle extension method invocations.
|
13 years ago |
Mike Krüger
|
82fba3088f
|
Fixed pre processor context completion.
|
13 years ago |
Mike Krüger
|
a6c5926941
|
Expose the comment tags known by the completion engine.
|
13 years ago |
Mike Krüger
|
4eeb77a15e
|
Fixed potential exception. NOTE: The code completion engine isn't ment
to insert text - this functionality should be moved to the IDE
on-the-fly formatting/indentation backend.
|
13 years ago |
Mike Krüger
|
b7573edd66
|
Fixed broken unit test.
|
13 years ago |
Mike Krüger
|
9c49aaf383
|
Revert "Fixed potential xml comment bug."
Found better fix.
This reverts commit 8b7b3f708b .
|
13 years ago |
Mike Krüger
|
f49dfb66ac
|
Fixed XML comment bug.
|
13 years ago |
Mike Krüger
|
8b7b3f708b
|
Fixed potential xml comment bug.
|
13 years ago |
Mike Krüger
|
8972fdff77
|
Fixed completion bug.
|
13 years ago |
Mike Krüger
|
4152fc765f
|
Added unit test that shows an issue with dynamic resolve results &
code completion.
|
13 years ago |
Mike Krüger
|
92a62059de
|
Fixed constraint completion bug.
|
13 years ago |
Mike Krüger
|
65706761dd
|
Fixed completion bug.
|
13 years ago |
Mike Krüger
|
2b83d7c4d0
|
Removed debug message
|
13 years ago |
Mike Krüger
|
0845f3ee03
|
Fixed completion bug.
|
13 years ago |
Mike Krüger
|
1e980caf9f
|
Fixed completion unit tests.
|
13 years ago |
Mike Krüger
|
cb54c370bd
|
[Completion] Filtered shadowed members in parameter completion.
|
13 years ago |
Daniel Grunwald
|
60fc3694b7
|
Use StringComparison.Ordinal
|
13 years ago |
Mike Krüger
|
23fb23ca46
|
[CodeCompletion] Fixed variable hiding bug.
|
13 years ago |
Mike Krüger
|
f51623867f
|
[CodeCompletion] Added async to the type level keywords.
|
13 years ago |
Mike Krüger
|
4da0cc3265
|
[Completion] Added missing async/await keywords.
|
13 years ago |
Mike Krüger
|
92ad81deaa
|
[CodeCompletion] Completion engine now can generate import completion
data.
|
13 years ago |
Mike Krüger
|
43a8362c20
|
Fixed completion bug.
|
13 years ago |
Mike Krüger
|
340fd5e1d4
|
Fixed completion bug.
|
13 years ago |
Mike Krüger
|
b601407a92
|
[Completion] Added missing extern aliases to the completion list.
|
13 years ago |
mkrueger
|
a524d045ff
|
[CodeCompletion] Fixed code completion bug.
|
13 years ago |