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 |
mkrueger
|
a2787c89c4
|
[Completion] Fixed completion bug.
|
13 years ago |
Mike Krüger
|
8cee8f532c
|
Fixed some compiler warnings.
|
13 years ago |
Mike Krüger
|
28611497dc
|
Fixed declaration begin for partial methods.
|
13 years ago |
Mike Krüger
|
a19009e322
|
[CodeCompletion] Fix bug with pre processor directives.
|
13 years ago |
Mike Krüger
|
a98a6dc045
|
Improved type category comparison (was messed up with extension
methods).
|
13 years ago |
Mike Krüger
|
4fd39aab6c
|
Fixed possible upcast exception.
|
13 years ago |
Mike Krüger
|
a12bfaf997
|
[Completion] GetCurrentParameterIndex can now identify the names of
the named parameters that are used as well.
|
13 years ago |
Mike Krüger
|
c6b1dea442
|
[Completion] Improved enum context handling.
|
13 years ago |
Mike Krüger
|
24e26d337c
|
[Completion] Improved enum context handling.
|
13 years ago |
Mike Krüger
|
c15e30de17
|
[NRefactory] Fixed completion bug.
|
13 years ago |
Mike Krüger
|
584eb443b7
|
[Completion] Fixed completion bug.
|
13 years ago |
Mike Krüger
|
64e0edd04b
|
Revert "Fixed duplicate type issue."
- I choosed to handle the ambiguous types on IDE level.
This reverts commit b99b871ccb .
|
13 years ago |
Mike Krüger
|
b99b871ccb
|
Fixed duplicate type issue.
|
13 years ago |
Mike Krüger
|
5f00fe3a45
|
[Completion] Better guarding against duplicate types.
|
13 years ago |
Mike Krüger
|
354582cc5e
|
[Completion] Don't insert ';' in delegate handlers created as
parameters.
|
13 years ago |
Mike Krüger
|
2bd3e6d904
|
[CodeCompletion] Fixed type hints for enumerations.
|
13 years ago |
Mike Krüger
|
c48fe90874
|
[Completion] Fixed bug.
|
13 years ago |
Mike Krüger
|
ef23a05edf
|
Fixed unit tests.
|
13 years ago |
Mike Krüger
|
f44398f038
|
Fixed potential code completion problem where completion could show up
on invalid keys.
|
13 years ago |
Mike Krüger
|
c0972c8c95
|
[Completion] Filter out namespaces that only contain inaccessible
types.
|
13 years ago |
Mike Krüger
|
eeec368713
|
Fixed completion bug.
|
13 years ago |
Mike Krüger
|
f5cd8851cc
|
[CodeCompletion] Fixed completion bug.
|
13 years ago |
Mike Krüger
|
5d8db35d10
|
Fixed ignored unit test.
|
13 years ago |
Mike Krüger
|
be113cf37b
|
Fixed bug in parameter completion.
|
13 years ago |
Mike Krüger
|
307999c599
|
Fixed duplicate types in completion list.
|
13 years ago |
Mike Krüger
|
b8fce0c557
|
[CodeCompletion] Fixed ctrl+space behavior (it's now more intrusive -
but it should be it, the user requests it).
|
13 years ago |
Mike Krüger
|
539db3bb43
|
[Completion] Fixed bug in object initializer context.
|
13 years ago |
Mike Krüger
|
1f8b45f8d9
|
Fixed failing unit test.
|
13 years ago |
Mike Krüger
|
3658c34d34
|
[Completion] Filter out unknown types
|
13 years ago |
Mike Krüger
|
43641dc5a1
|
[Completion] Types with different type parameters are now added as
overloads again.
|
13 years ago |
Mike Krüger
|
0802ed7564
|
Fixed completion bug.
|
13 years ago |
Mike Krüger
|
057818f135
|
[Completion] Fixed bug in indexer context.
|
13 years ago |
Mike Krüger
|
c829bd6c27
|
[Completion] Refactored the completion data factory (shortType no
longer required - should be done lazy in the GUI).
|
13 years ago |
Mike Krüger
|
da2bdcfcbe
|
Fixed completion bug.
|
13 years ago |
Daniel Grunwald
|
980a367bad
|
Merged some changes from SharpDevelop to NRefactory.
|
13 years ago |
Mike Krüger
|
eb2d78e29a
|
Used new GetAccessibleMembers method in code completion.
|
13 years ago |
Mike Krüger
|
1ed352ca30
|
[Completion] Added a case to prevent recursive constructor calls:
'public A() : this()'.
|
13 years ago |
mkrueger
|
02ff35d187
|
[Completion] Cleaned up some code.
|
13 years ago |
mkrueger
|
72f6449a5e
|
[Completion] Fixed little completion issue.
|
13 years ago |
Mike Krüger
|
904af4bfd2
|
[Completion] Paremeter completion offset checks now for comments.
|
13 years ago |