Daniel Grunwald
|
92c8bd671a
|
Fix NullReferenceException in DefaultResolvedField.ConstantValue when the field is not a constant.
|
14 years ago |
Daniel Grunwald
|
1464b5d0b7
|
For IAssembly.GetTypeDefinition, treat ns==null the same as ns==string.Empty.
|
14 years ago |
Mike Krüger
|
3b486325c2
|
Fixed bug in constraints parsing.
|
14 years ago |
Mike Krüger
|
a78160412e
|
Corrected parameter index.
|
14 years ago |
Mike Krüger
|
e90bf1cbf3
|
fixed "Bug 2072 - Duplicate entries in the code completion list".
|
14 years ago |
Mike Krüger
|
fa5ec27072
|
Resolve object create expression, if the parent is one.
That causes a jump/tooltip for the constructor rather than the class
on a object create expression.
|
14 years ago |
Mike Krüger
|
831c0599b9
|
Added unit test for reported md bug.
|
14 years ago |
Mike Krüger
|
4bf1ddbce8
|
Updated Gtk demo.
|
14 years ago |
Mike Krüger
|
d7d9a55a5b
|
Added mono compiler bug workaround.
|
14 years ago |
Mike Krüger
|
48b696888c
|
Updated mcs sources.
|
14 years ago |
Mike Krüger
|
63367b955b
|
Fixed some keyword cc tests.
|
14 years ago |
Mike Krüger
|
0e92f47433
|
Prevented a key already exists exception (but it's not a real fix for
the problem).
|
14 years ago |
Mike Krüger
|
d5880aa58e
|
Fixed possible null reference exception.
|
14 years ago |
Mike Krüger
|
27f18d79b4
|
Fixed possible null reference exception.
|
14 years ago |
Mike Krüger
|
ae54fd5d6f
|
Added GetTypeResolveContext implementation.
|
14 years ago |
Mike Krüger
|
9606b56130
|
Added GetTypeResolveContext to IParsedFile.
|
14 years ago |
Mike Krüger
|
b1bfe5c8b1
|
Added full name constructor to defaultunresolvedTypeDefinition.
|
14 years ago |
Daniel Grunwald
|
36c9caec10
|
Add ICompilation.Import() extension methods.
|
14 years ago |
Daniel Grunwald
|
1467ce3b5b
|
Fixed accessibility check for protected members in outer classes.
|
14 years ago |
Daniel Grunwald
|
f410a2b5d5
|
Enum members are implicitly cast to the underlying type when used in an enum member initializer.
|
14 years ago |
Daniel Grunwald
|
a9c743c0ec
|
Fixed type inference for "condition ? someEnum : 0"
|
14 years ago |
Daniel Grunwald
|
42ce4ca6e1
|
Fixed type inference in foreach when the collection type does not implement IEnumerable.
|
14 years ago |
Mike Krüger
|
45bcad49fb
|
Added getsubtype definitions helper method.
|
14 years ago |
Mike Krüger
|
78ac5bb6f5
|
Fixed some code completion unit tests.
|
14 years ago |
Mike Krüger
|
ff2a11b00a
|
Worked on unit tests.
|
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
|
a564ebbd37
|
Added easy to access enumerables for various member types.
|
14 years ago |
Daniel Grunwald
|
a71670f2bc
|
Fixed some issues with code round-tripping; and added unit tests for some parser failures.
|
14 years ago |
Daniel Grunwald
|
4db74d9da0
|
Fixed roundtripping of preprocessor directives.
|
14 years ago |
Daniel Grunwald
|
bf88746a7a
|
Added some failing parser tests for bugs discovered trying to roundtrip NRefactory itself.
|
14 years ago |
Daniel Grunwald
|
a6433d43f3
|
Do not try to infer a type from the null literal.
|
14 years ago |
Daniel Grunwald
|
b0b9942522
|
Add ISolutionSnapshot for creating compilations for multiple projects from a single consistent snapshot.
|
14 years ago |
Daniel Grunwald
|
7e95cb7446
|
Add CSharpAstResolver.GetResolverStateBefore
|
14 years ago |
Daniel Grunwald
|
4ccc313d46
|
Normalize newlines
|
14 years ago |
Daniel Grunwald
|
9ffbdb8cca
|
Merge type system refactoring into NRefactory master.
|
14 years ago |
Daniel Grunwald
|
4d4f1f42b7
|
Fixed various resolver bugs.
|
14 years ago |
Daniel Grunwald
|
c4ce9344f0
|
Fixed bug when resolving base constructor calls.
|
14 years ago |
Daniel Grunwald
|
0b263b0b74
|
TypeSystemConvertVisitor: implemented ConvertInterfaceImplementation for methods and properties.
Implemented 'goto case' support in control flow analysis.
|
14 years ago |
Daniel Grunwald
|
f11eed9d15
|
Introduce a named unknown type (this allows TypeSystemAstBuilder to work better when there are resolve errors).
|
14 years ago |
Daniel Grunwald
|
e2cb5467c2
|
Adjust CodeDomConvertVisitor and DefiniteAssignmentAnalysis to new type system.
|
14 years ago |
Mike Krüger
|
3d9b3ec31d
|
Improved enum parsing.
|
14 years ago |
Mike Krüger
|
e69e9f13f5
|
Fixed enum context.
|
14 years ago |
Mike Krüger
|
bf3a1d7fba
|
Added gtk text editor lib.
|
14 years ago |
Mike Krüger
|
9cc151d4c3
|
Started support for unclosed expression statements.
|
14 years ago |
Mike Krüger
|
bcde6f1af6
|
Worked on enum context.
|
14 years ago |
Mike Krüger
|
37798b0eba
|
Improved get/set keyword handling.
|
14 years ago |
Mike Krüger
|
2ec341e86c
|
Merged with mcs.
|
14 years ago |
Mike Krüger
|
7e5380551b
|
Updated mcs/fixed some code completion cases.
|
14 years ago |
Daniel Grunwald
|
73438b7288
|
Make CSharpResolveVisitor internal and expose CSharpAstResolver instead.
|
14 years ago |