Daniel Grunwald
|
ce2e5281e1
|
Documentation update.
|
14 years ago |
Daniel Grunwald
|
e80f142381
|
Fixed bug in CSharpAstResolver.GetExpectedType().
|
14 years ago |
Daniel Grunwald
|
c3d00d1045
|
Add StringBuilderDocument to NR.Editor.
|
14 years ago |
Daniel Grunwald
|
def9943063
|
Add AXmlObject.CreateReader() method.
|
14 years ago |
Mike Krüger
|
cb576fb78d
|
* ICSharpCode.NRefactory.csproj:
* IdStringProvider.cs:
* IDStringTests.cs:
* DocumentationComment.cs:
* IdStringMemberReference.cs:
* XmlDocumentationProvider.cs:
* IDStringConsistencyCheck.cs:
* CSharpCrefLookupTests.cs: Renamed IDString -> IdString to follow
.NET naming guidelines.
* IDStringProvider.cs:
* IDStringMemberReference.cs:
|
14 years ago |
Daniel Grunwald
|
d2806842da
|
Put properly nested elements into AXmlElement.
|
14 years ago |
Daniel Grunwald
|
32626ace69
|
Implemented incremental tag soup parser.
|
14 years ago |
Daniel Grunwald
|
06bf2f4c2f
|
Add consistency check for incremental tag soup parser
|
14 years ago |
Daniel Grunwald
|
191ac7c9df
|
Use GlobalAssemblyInfo.cs for all projects.
|
14 years ago |
Daniel Grunwald
|
ec225c160d
|
Fixed bugs related to ID strings.
|
14 years ago |
Daniel Grunwald
|
cfe807ab73
|
Fix "find references" for method group conversions in delegate creation expressions "new Action(MyMethod)"
|
14 years ago |
Daniel Grunwald
|
a7245affe6
|
Fixed finding references to method group conversions.
|
14 years ago |
Daniel Grunwald
|
194b33438b
|
Add FindReferencesConsistencyCheck.
|
14 years ago |
Daniel Grunwald
|
311df2bbb2
|
CSharpAstResolver: add cancellation support
|
14 years ago |
Daniel Grunwald
|
e5217c2c13
|
Fixed bug in 'BetterConversion' implementation - converting to Func<> delegates is better than converting to Action<> delegates.
|
14 years ago |
Daniel Grunwald
|
9f5f18eeb2
|
Fixed resolving "condition ? byte : 0".
|
14 years ago |
Daniel Grunwald
|
aa2e97f564
|
When copying type parameters into inner classes, re-use the same ITypeParameter instance.
|
14 years ago |
Daniel Grunwald
|
c5c1337aee
|
Add failing unit test for using-statement with multiple variable declarations.
|
14 years ago |
Daniel Grunwald
|
cdfa794e37
|
Add some ToString() overrides for easier debugging
|
14 years ago |
Daniel Grunwald
|
d44077aa59
|
Add CSharpAstResolver.GetResolverStateAfter() and fixed an issue with the scanning logic in ResolveVisitor.
|
14 years ago |
Daniel Grunwald
|
3d21a80e7d
|
Fixed the ResolveVisitor scanning logic and several related issues.
|
14 years ago |
Daniel Grunwald
|
f788f91421
|
Ignore AssemblyInfo in RoundtripTest.
|
14 years ago |
Daniel Grunwald
|
90c0758bb0
|
Update roundtrip test.
|
14 years ago |
Daniel Grunwald
|
dd59e41de2
|
Add missing mscorlib reference
|
14 years ago |
Daniel Grunwald
|
f1a1ab32ad
|
Added ResolverTest to consistency check and fixed some crashing bugs in the resolver.
|
14 years ago |
Daniel Grunwald
|
3e8eb1e55d
|
Add NRefactory.ConsistencyCheck with round-tripping test.
Added parser unit tests for bugs discovered by the round-tripping test.
|
14 years ago |