Daniel Grunwald
38fd088674
Initial implementation of CSharpAmbience.
14 years ago
Daniel Grunwald
f31bca1de7
newNR: fixed build errors in AvalonEdit.AddIn and CSharpBinding.
14 years ago
Daniel Grunwald
a2add0b62e
WIP
14 years ago
Daniel Grunwald
9c244880fb
WIP: new NRefactory
...
ICSharpCode.SharpDevelop.dll now compiles again, though with tons of commented-out code.
Most AddIns removed from solution, and still plenty of compiler errors left in the remaining AddIns.
14 years ago
Daniel Grunwald
9ffb95566b
Merge NRefactory '06b143bea649c7623e7162573a67bb25b18b02f3' into SharpDevelop.
14 years ago
Daniel Grunwald
fea3b5aed9
WIP: newNR integration
14 years ago
Daniel Grunwald
06b143bea6
Member lookup: Fix IsAccessible bug for protected static members.
...
Make CSharpResolver.ResolveMemberType() return a non-parameterized type when all type arguments are UnboundTypeArgument.
14 years ago
Daniel Grunwald
ea3e312438
Implemented grouping overloads by declared type.
...
Return overrides in most-derived class (necessary for determining the correct parameter names/IsOptional value), but keep them in the group where the virtual/abstract base method was.
14 years ago
Daniel Grunwald
7a2c59ae4a
Add GetMemberOptions.
14 years ago
Daniel Grunwald
f79b0a77f3
Resolver: array create expressions
14 years ago
Daniel Grunwald
2c49c71081
Report resolve results back to the navigator.
14 years ago
Daniel Grunwald
69ae15aee3
Add support for partial classes.
14 years ago
Daniel Grunwald
c9c204439f
Fix type inference and overload resolution when a class type parameter gets substituted by a method type parameter.
14 years ago
Daniel Grunwald
5c585e110b
Apply license header to unit tests.
...
Add parser unit tests for ObjectCreateExpression.
14 years ago
Daniel Grunwald
a1f613e274
ResolveVisitor: skip tokens and comments
...
Make the resolver's debug output more readable.
14 years ago
Daniel Grunwald
4372b610ee
Fixed lambda type inference for nested (curried) lambdas.
14 years ago
Daniel Grunwald
b52a348373
More work on lambda expressions.
14 years ago
Daniel Grunwald
cd99dce77b
Fix bugs caused by the introduction of user-defined operators.
14 years ago
Daniel Grunwald
43b5897b21
Add support for user-defined operators.
14 years ago
Daniel Grunwald
37626e1bc7
Expose conversions as part of the ResolveResult.
14 years ago
Daniel Grunwald
f86a014b9c
Put MIT license into the file headers.
14 years ago
Daniel Grunwald
e51e3a95cb
Add InvocationResolveResult.
14 years ago
Daniel Grunwald
8c8caf76f6
Implemented type inference for implicitly typed lambdas.
14 years ago
Daniel Grunwald
6792a0c76a
Report which kind of conversion was found.
14 years ago
Daniel Grunwald
d59fd2bc56
C# Resolver: preparations for lambda support
14 years ago
Daniel Grunwald
e17ba7462a
Add unit tests for TypeSystemAstBuilder.
14 years ago
Daniel Grunwald
fd8050a035
Merge changes from SharpDevelop into the main NRefactory repository.
14 years ago
Daniel Grunwald
c61a9b1afd
A few small API changes for NRefactory.
14 years ago
Daniel Grunwald
b97543acb2
A few small API changes for NRefactory.
14 years ago
Daniel Grunwald
a9a6e1680d
Add ID string provider + a few resolver bugfixes
14 years ago
Daniel Grunwald
77c7d08b9a
Implemented disambiguation for identical simple names and type names. (e.g. "public Color Color;")
14 years ago
Daniel Grunwald
21d2121ae5
CecilLoader: add support for reading module attributes, security declarations and marshal information.
14 years ago
Daniel Grunwald
18fb49ca7c
Add TypeKind enum.
14 years ago
Daniel Grunwald
bb2f93a24b
NRefactory bug fixes:
...
- Use IType.Equals() instead of == operator
- Change handling of partially parameterized types in IType.GetNestedTypes so that we don't leak type parameters from the wrong context
- Add support for unbound types to C# resolver (e.g. in attribute arguments)
- C# Parser: preserve variance modifier
- Ensure all interface members are marked as 'abstract'
- Add support for [TypeForwardedTo] and [ComImport] to CecilLoader.
14 years ago
Daniel Grunwald
3e75554294
gitignore for ICSharpCode.Editor
14 years ago
Daniel Grunwald
849ed04c0a
Merge NRefactory changes from ILSpy into the main NRefactory repository.
14 years ago
Daniel Grunwald
89ba05f335
C# calls indexers "Item", not "Items".
14 years ago
Daniel Grunwald
0f8ef2289f
Merge branch 'master' into newNR
14 years ago
Daniel Grunwald
5f66310a16
Change version to 4.2
14 years ago
Eusebiu Marcu
8496217ca6
Show message when process is running and step action is requested.
14 years ago
Eusebiu Marcu
87ef097306
rename dlls from installer.
14 years ago
Eusebiu Marcu
46a8d90bb2
add decompiler and NRefactory to debugger addin folder
14 years ago
Eusebiu Marcu
39dc676162
fix build - debugger tests
14 years ago
Eusebiu Marcu
d659ae9061
fix build - add files to installer.
14 years ago
Eusebiu Marcu
fa846214c6
remote old ILSpy addin from sln
14 years ago
Eusebiu Marcu
4b2d091c7d
remove old ILSpy addin from sln
14 years ago
Eusebiu Marcu
359ededfb7
Merge branch 'decompiler' of https://github.com/icsharpcode/SharpDevelop
14 years ago
Matt Ward
96e2386569
Change version name from alpha to beta.
14 years ago
Matt Ward
d00cd04e67
Merge branch '4.0'
14 years ago
Daniel Grunwald
811784e303
Re-implemented IType.GetMembers() to avoid redundant specialization.
14 years ago