Mike Krüger
|
4805ac3b65
|
Added unit test for a reported bug.
|
14 years ago |
Mike Krüger
|
c829bd6c27
|
[Completion] Refactored the completion data factory (shortType no
longer required - should be done lazy in the GUI).
|
14 years ago |
Mike Krüger
|
da2bdcfcbe
|
Fixed completion bug.
|
14 years ago |
Mike Krüger
|
eb2d78e29a
|
Used new GetAccessibleMembers method in code completion.
|
14 years ago |
Mike Krüger
|
1ed352ca30
|
[Completion] Added a case to prevent recursive constructor calls:
'public A() : this()'.
|
14 years ago |
Mike Krüger
|
979151a7c2
|
Added indexer parameter name test.
|
14 years ago |
Daniel Grunwald
|
5670248de8
|
Add 'FullTypeName' struct, and use it to represent type names.
Contains some breaking API changes:
- Renamed 'FullNameAndTypeParameterCount' to 'TopLevelTypeName'.
- IAssembly.GetTypeDefinition(string, string, int) -> IAssembly.GetTypeDefinition(TopLevelTypeName)
- IAssembly.GetTypeDefinition(IUnresolvedTypeDefinition) -> IAssembly.GetTypeDefinition(FullTypeName)
- GetClassTypeReference now supports nested types
|
14 years ago |
Mike Krüger
|
90bea8ed51
|
Fixed Issue #109 'Code Completion shows 'ushort' in global scope'.
|
14 years ago |
Mike Krüger
|
fa3cf3b6e1
|
Fixed completion bug.
|
14 years ago |
Mike Krüger
|
637a7daae2
|
Updated mcs (fixed parser bug).
|
14 years ago |
mkrueger
|
740a30c929
|
[Completion] CreateNamespace completion data now takes a INamespace
instead of a string.
|
14 years ago |
Mike Krüger
|
eeb5c3fb8f
|
Added unit test to check completion in #if regions.
|
14 years ago |
Daniel Grunwald
|
16aa0c6c28
|
Rename IParsedFile -> IUnresolvedFile to make clear it belongs to the unresolved type system.
|
14 years ago |
Daniel Grunwald
|
273178a141
|
Rename CompilationUnit to SyntaxTree.
|
14 years ago |
Mike Krüger
|
0eaf61ea30
|
[Completion] Fixed wrong delegate signature.
|
14 years ago |
Mike Krüger
|
23d282d884
|
[Completion] Only check browsable attribute inside the same assembly.
|
14 years ago |
Mike Krüger
|
a08bde615a
|
Fixed tests.
|
14 years ago |
Mike Krüger
|
bea810b157
|
[Completion] Recognized browsable attributes / streamlined completion
API a bit.
|
14 years ago |
Mike Krüger
|
0a7fdcd833
|
[CodeCompletion] No longer show static enum members on enum types
(even if the call is theoretical valid).
|
14 years ago |
Mike Krüger
|
461d5dabd0
|
[Completion] Fixed completion bug.
|
14 years ago |
Mike Krüger
|
f01a4b2c8d
|
[Resolver] Interfere extension method type arguments from the target
type if no parameter is given.
|
14 years ago |
Mike Krüger
|
8a80ae0375
|
[Completion] Added pointer reference completion.
|
14 years ago |
Mike Krüger
|
08636dbabc
|
[Completion] Fixed named argument completion bug.
|
14 years ago |
Mike Krüger
|
e058d6103b
|
[Completion] Improved xml document completion.
|
14 years ago |
Mike Krüger
|
81c7daa563
|
[Completion] Renamed IMemberProvider -> ICompletionContextProvider.
|
14 years ago |
Mike Krüger
|
6cbda46563
|
[Completion] It's no longer needed to specify a parsed file for the
completion engine.
|
14 years ago |
Mike Krüger
|
39ac51cf09
|
[Completion] Made API a bit simpler.
|
14 years ago |
Mike Krüger
|
d60aaebc8a
|
[Completion] Member provider now needs to be given in the constructor.
|
14 years ago |
mike
|
7fb257f5ea
|
Fixed completion bug.
|
14 years ago |
Mike Krüger
|
0cc7a4e0b7
|
[Completion] Fixed delegate context bug.
|
14 years ago |
Mike Krüger
|
7b21777e0d
|
[Completion] Fixed 'this' keyword for extension method declarations.
|
14 years ago |
Mike Krüger
|
9e7c9be52b
|
[Completion] Fixed enum completion bug.
|
14 years ago |
Mike Krüger
|
a1e4b07da6
|
[Completion] Fixed enum completion in binary operator expressions.
|
14 years ago |
Mike Krüger
|
4b3bb7e8a7
|
Fixed completion bug.
|
14 years ago |
Mike Krüger
|
e0e30ae520
|
[Completion] Improved object initializer case.
|
14 years ago |
mike
|
7a03092fac
|
[Completion] Fixed parameter completion for static methods.
|
14 years ago |
mike
|
73396ed20d
|
Improved named parameter completion case.
|
14 years ago |
mike
|
cff1fb2711
|
[Completion] Fixed member lookup.
|
14 years ago |
Mike Krüger
|
8ff1e4c5b0
|
Fixed completion bug.
|
14 years ago |
mike
|
93f0d717fe
|
Fixed completion bug.
|
14 years ago |
mike
|
bc77559aea
|
[Completion] Fixed catch context completion.
|
14 years ago |
mike
|
85230686b7
|
[Completion] Fixed object initializer unit tests.
|
14 years ago |
mike
|
c32e988de6
|
[Completion] Fixed unit test.
|
14 years ago |
Mike Krüger
|
7bf1b4a850
|
Added some unit tests.
|
14 years ago |
Mike Krüger
|
63009ac085
|
Fixed 'Bug 4604 - [Resolver] Attribute Properties are not offered
valid autocomplete choices'.
|
14 years ago |
Mike Krüger
|
94a8fdea36
|
Added unit test for Bug 4525 - Unexpected code completion exception
|
14 years ago |
Mike Krüger
|
da56a5bbfa
|
Fixed completion bug.
|
14 years ago |
Mike Krüger
|
2aec1be700
|
Improved the handling of delegate contexts.
|
14 years ago |
Mike Krüger
|
45c8d0eb50
|
Fixed object creation completion issue.
|
14 years ago |
Mike Krüger
|
ecbc616d23
|
Added unit test for bug report.
(use case already works)
|
14 years ago |