Daniel Grunwald
|
7c388ba920
|
Rename EntityType -> SymbolKind
|
12 years ago |
Mike Krüger
|
0845f3ee03
|
Fixed completion bug.
|
13 years ago |
Mike Krüger
|
23fb23ca46
|
[CodeCompletion] Fixed variable hiding bug.
|
13 years ago |
Mike Krüger
|
a98a6dc045
|
Improved type category comparison (was messed up with extension
methods).
|
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
|
2bd3e6d904
|
[CodeCompletion] Fixed type hints for enumerations.
|
13 years ago |
Mike Krüger
|
c0972c8c95
|
[Completion] Filter out namespaces that only contain inaccessible
types.
|
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
|
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
|
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
|
2c98a2c8f2
|
[Completion] Filter out System.Void type
|
13 years ago |
Mike Krüger
|
9b256fb876
|
[Completion] Only show public enum members.
|
13 years ago |
Mike Krüger
|
68e12e4a74
|
[Completion] Filtered double added enums.
|
13 years ago |
mike
|
ad0ae7afcf
|
[Completion] Improved handling of named parameters.
|
13 years ago |
mike
|
73396ed20d
|
Improved named parameter completion case.
|
13 years ago |
Mike Krüger
|
aa111adafe
|
Added completion categories for derived types.
|
13 years ago |
Mike Krüger
|
1c46d7d4c5
|
Added unit test for category sorting.
|
14 years ago |
Mike Krüger
|
01233b42bc
|
Fixed comparison of completion categories.
|
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
|
f7b309420c
|
Merged with md master.
|
14 years ago |
Mike Krüger
|
b3d07d8493
|
Ported over the monodevelop completion engine to nrefactory.
|
14 years ago |
Mike Krüger
|
4e8b01df03
|
[Completion] Fixed type 'overloads'.
|
13 years ago |