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 |
mkrueger
|
740a30c929
|
[Completion] CreateNamespace completion data now takes a INamespace
instead of a string.
|
13 years ago |
Mike Krüger
|
eeb5c3fb8f
|
Added unit test to check completion in #if regions.
|
13 years ago |
Mike Krüger
|
d2038a429d
|
[Completion] Added conditional symbols to the completion engine
context.
|
13 years ago |
Daniel Grunwald
|
16aa0c6c28
|
Rename IParsedFile -> IUnresolvedFile to make clear it belongs to the unresolved type system.
|
13 years ago |
Daniel Grunwald
|
087aee7fe8
|
Simplify parser API.
|
13 years ago |
Daniel Grunwald
|
eaba9798d3
|
Rename 'cu' to 'syntaxTree'.
|
13 years ago |
Daniel Grunwald
|
273178a141
|
Rename CompilationUnit to SyntaxTree.
|
13 years ago |
Simon Lindgren
|
35475a2414
|
[Refactoring] Make NamingHelper less horrible and remove the helper from RefactoringContext.
|
13 years ago |
Mike Krüger
|
0eaf61ea30
|
[Completion] Fixed wrong delegate signature.
|
13 years ago |
Mike Krüger
|
23d282d884
|
[Completion] Only check browsable attribute inside the same assembly.
|
13 years ago |
Mike Krüger
|
6575de9f79
|
[Completion] Moved the browsable check helper methods to nrefactory.
The browsable state is a .NET feature and not C# specific.
|
13 years ago |
Mike Krüger
|
8dc6911609
|
[Completion] Generalized browsable state method.
|
13 years ago |
Mike Krüger
|
bea810b157
|
[Completion] Recognized browsable attributes / streamlined completion
API a bit.
|
13 years ago |
Mike Krüger
|
c60e01e3f6
|
[Completion] Show synthetic members again.
|
13 years ago |
Mike Krüger
|
58fea5211e
|
[Completion] Added more synthetic member checks/added forgotton
accessible check for nested types.
|
13 years ago |
Mike Krüger
|
40ba86a9d7
|
[Completion] Added some synthetic member checks.
|
13 years ago |
Mike Krüger
|
be9a3eda3f
|
[Completion] Fixed get extension method call in parameter completion.
|
13 years ago |