Mike Krüger
58c4ec8010
[Resolver] Fixed type inference use case.
...
Daniel: The fix may not be correct - it's hard to tell which side
effects that change will cause.
14 years ago
Mike Krüger
c7de3dabcb
[CodeAction] Fixed getter/setters of the implemented
...
interface/abstract class properties & indexers.
14 years ago
Mike Krüger
4f70f16149
[CodeActions] Implemented abstract members action/Improved implement
...
interface action & fixed unit tests.
14 years ago
Mike Krüger
1863ed6f16
[CodeAction] Implement interface now tends to implement the more
...
specialized members non explicit.
14 years ago
Mike Krüger
286091be90
[CodeActions] Finished first implement interface implementation.
14 years ago
Mike Krüger
a4344c8737
Checked for possible null refrence exception.
14 years ago
Mike Krüger
461d5dabd0
[Completion] Fixed completion bug.
14 years ago
Mike Krüger
d4209d09dd
[CodeAction] Fixed extract method unit test.
14 years ago
Mike Krüger
4a5d1e851b
[CodeAction] Fixed most extract method tests.
14 years ago
Mike Krüger
2c98a2c8f2
[Completion] Filter out System.Void type
14 years ago
Erik Källén
3963b40a4e
Fix
14 years ago
Erik Källén
0bc0d09007
Failing test.
14 years ago
Mike Krüger
cf69275dd3
[Completion] Fix enum method list.
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
62283e2640
[TypeSystem] Made error message more verbose.
14 years ago
Mike Krüger
68aa35aed5
[Ast] Added MemberNameToken property for pointer reference
...
expressions.
14 years ago
Daniel Grunwald
e62a04692b
Fixed resolving compile-time operations on enum types with an underlying type smaller than int. (always use unchecked context for the cast back to enum)
14 years ago
Daniel Grunwald
459a2ef9f5
Fixed bug resolving indexer parameter declarations (was introduced with #66 [ 9476183]).
14 years ago
Daniel Grunwald
807e9c5fce
Allow multiple occurrences of UnknownError.
14 years ago
Daniel Grunwald
0aa37bcf44
Add lazy-loading support to CecilLoader.
14 years ago
Daniel Grunwald
5f6f27434b
Merge pull request #70 from erik-kallen/DynamicResolveResults
...
ResolveResults for dynamic expressions
14 years ago
Daniel Grunwald
a7816c2f51
Fixed handling of user-defined conversions between primitive types.
...
Closes icsharpcode/NRefactory#68 .
14 years ago
Mike Krüger
8a80ae0375
[Completion] Added pointer reference completion.
14 years ago
Mike Krüger
2de50218e7
Fixed failing unit test.
14 years ago
Erik Källén
0bf9891a8e
ResolveResults for dynamic expressions
14 years ago
Daniel Grunwald
77283dc2f1
Merge minor changes from SharpDevelop repository (mostly additional documentation for ResolveResults).
14 years ago
Daniel Grunwald
2b41cda674
Simplify Demo app.
14 years ago
Daniel Grunwald
5d2fee1b90
Add CompilerSettings class instead of using the one from Mono.CSharp.
...
Added ResolveResult-treeview to NR.Demo.
14 years ago
Mike Krüger
6ba62c6740
[Formatting] Fixed override.
14 years ago
Mike Krüger
3e2fe59188
[CodeActions] Added Task async excecution for insertion & link modes.
14 years ago
Daniel Grunwald
585ae50c2f
CSharpAstResolver: don't return the same ResolveResult for two different nodes.
...
(make clones when using caches)
Closes icsharpcode/NRefactory#46 .
14 years ago
Mike Krüger
08636dbabc
[Completion] Fixed named argument completion bug.
14 years ago
Mike Krüger
fbc1cfd0c9
Fixed some failing unit tests.
14 years ago
Mike Krüger
6e5b973924
[ContextAction] Added null check to create method.
14 years ago
Mike Krüger
fadffd3939
[Completion] Improved the closing tag insertion (xml documentation).
14 years ago
Mike Krüger
3dc44639dd
[Resolver] Array initalizers no longer show up in ResolveAtLocation.
14 years ago
Daniel Grunwald
84c092c1eb
Merge pull request #67 from erik-kallen/UserDefinedExplicitConversionBetweenReferenceTypes
...
User defined explicit conversion between reference types
14 years ago
Daniel Grunwald
25cf612417
Merge pull request #66 from erik-kallen/ParameterIdentity
...
Parameter identity
14 years ago
Erik Källén
951d9a6bb0
Fix for the issue that user-defined explicit conversions don't work.
14 years ago
Erik Källén
0fec8d3474
Failing test that demonstrates that explicit user-defined conversions don't work.
14 years ago
Mike Krüger
e058d6103b
[Completion] Improved xml document completion.
14 years ago
Mike Krüger
95bc695e51
[Completion] Be more general when providing type level keywords in
...
members.
14 years ago
Mike Krüger
839b19e814
[TyeSystem] Fixed bug in nested type property.
14 years ago
Mike Krüger
3ded985188
[Formatting] Fixed overlapping changes issue.
14 years ago
Mike Krüger
d355b0f84b
[CodeIssues] Added indexer case.
14 years ago
Mike Krüger
da2eea8353
[CodeIssues] Improved naming check (skipp overriden members).
14 years ago
Mike Krüger
4c875208f4
[CodeAction] Create field now works on member reference expressions
...
with 'this.' target.
14 years ago
Erik Källén
9476183889
Fix for the parameter identity in accessors issue.
14 years ago
Erik Källén
1363faf788
Tests demonstrating issues with parameter identity in accessors.
14 years ago
Daniel Grunwald
806869e563
Add IType.GetAccessors().
...
Accessors now use EntityType.Accessor instead of EntityType.Method.
Added accessors support to DefaultMemberReference and ExplicitInterfaceImplementationMemberReference.
Removed hacky code from CecilLoader - we now allow IsExplicitInterfaceImplementation=true on accessors.
14 years ago