Mike Krüger
|
3ffbaa278a
|
Refactored c# token representation, it's now more consistent with the
other nodes and takes up a bit less memory.
|
14 years ago |
Mike Krüger
|
73e63ddca1
|
Added GetText function to AstNode.
|
14 years ago |
Mike Krüger
|
196e6184d6
|
Added some Parse methods to the compilation unit.
|
14 years ago |
Siegfried Pammer
|
f747c4d337
|
fix SD-1871 - Duplicate code completion entries after adding project reference
|
14 years ago |
Mike Krüger
|
72d1381995
|
Provided IAstVisitor and IAstVisitor<T> visitor patterns.
|
14 years ago |
Siegfried Pammer
|
bcc9fa34ae
|
implemented SD-1890 - WPF Designer does not support WPF Page
|
14 years ago |
Daniel Grunwald
|
c180304f38
|
Fix DocumentationElement.IsTextNode for the root element.
|
14 years ago |
Daniel Grunwald
|
d47cb9dfe6
|
Fix icsharpcode/NRefactory#15
|
14 years ago |
Siegfried Pammer
|
d01ae06ee0
|
improve information provided in WpfDocumentError
|
14 years ago |
Mike Krüger
|
944ba9c62b
|
Fixed formatting bug.
|
14 years ago |
Daniel Grunwald
|
ea79ed656e
|
Merge NRefactory commit '14bf452879f47a243a106fa2d12d18e90ab6c034' into SharpDevelop newNR branch.
|
14 years ago |
Daniel Grunwald
|
14bf452879
|
Rename InterfaceImplementations -> ImplementedInterfaceMembers.
|
14 years ago |
Daniel Grunwald
|
274fe417f5
|
Add "XmlDocumentationElement", a simplified tree for XML documentation comments that expands "<inheritdoc/>"
|
14 years ago |
Daniel Grunwald
|
18c96e089d
|
Add support for multiline XML documentation comments.
|
14 years ago |
Daniel Grunwald
|
59c9e99921
|
DefaultResolvedTypeDefinition: lazily initialize the list of members.
This makes creating a DefaultResolvedTypeDefinition much cheaper, so we no longer need to use Lazy<ITypeDefinition> in CSharpAssembly.
|
14 years ago |
Daniel Grunwald
|
e52e57e20a
|
Fixed crash in CSharpAmbience on delegate declarations.
|
14 years ago |
Daniel Grunwald
|
00743d5f10
|
Fix project options.
|
14 years ago |
Daniel Grunwald
|
def9943063
|
Add AXmlObject.CreateReader() method.
|
14 years ago |
Mike Krüger
|
2c7c1c7ee7
|
Fixed failing unit test, added a test to document a wrong parser
behaviour.
|
14 years ago |
Mike Krüger
|
54b6c5714f
|
Added some bounds checking.
|
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 |
Mike Krüger
|
a21ee0699b
|
Added easier string translation for documentation comment class.
|
14 years ago |
Mike Krüger
|
d757e48fe5
|
Fixed possible null reference exception.
|
14 years ago |
Mike Krüger
|
c74577ab6a
|
Updated mcs.
|
14 years ago |
Mike Krüger
|
d8d65fc9d9
|
Fixed code completion bug.
|
14 years ago |
Daniel Grunwald
|
ca41af40b5
|
Add TagMatchingHeuristics.
|
14 years ago |
Mike Krüger
|
ea14dc823b
|
Updated parameter data provider interface.
|
14 years ago |
Daniel Grunwald
|
d2806842da
|
Put properly nested elements into AXmlElement.
|
14 years ago |
Daniel Grunwald
|
d62f36694e
|
Add null node for VariableInitializer.
|
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
|
2faf35e6fc
|
Add ICSharpCode.NRefactory.Xml.
|
14 years ago |
Siegfried Pammer
|
8ffb5462d8
|
fix SD-1816 - Forms Designer generates invalid code when targeting previous versions of .NET
|
14 years ago |
PeterForstmeier
|
65f1038a9a
|
OverviewReport
|
14 years ago |
PeterForstmeier
|
e354ea523c
|
Fix Report1.srd
|
14 years ago |
Siegfried Pammer
|
385ea9eaaa
|
fix SD-1863 - Localize "local variable" in insight tooltips
|
14 years ago |
Siegfried Pammer
|
85774f1d77
|
fix build
|
14 years ago |
Siegfried Pammer
|
2f0119463b
|
remove catch all from PerformanceCounterDescriptor.GetProcessInstanceName and add explanations for the different exception types
|
14 years ago |
Daniel Grunwald
|
29c1b59c10
|
Add ICompilation.Assemblies.
|
14 years ago |
Daniel Grunwald
|
2bebee46a1
|
C# XML documentation support.
|
14 years ago |
Siegfried Pammer
|
710f64ae45
|
fix Unit Tests
|
14 years ago |
Siegfried Pammer
|
e599712287
|
fix SD-1876 - Removing reference after changing target framework causes InvalidOperationException
|
14 years ago |
Daniel Grunwald
|
b31e10489f
|
Protect against [InternalsVisibleTo] stack overflow and fixed a possible cause for that stack overflow
|
14 years ago |
Daniel Grunwald
|
bd9348d588
|
Add documentation about XML documentation.
|
14 years ago |
Daniel Grunwald
|
ec225c160d
|
Fixed bugs related to ID strings.
|
14 years ago |
Daniel Grunwald
|
ee92c68d5e
|
TypeParameterReference now resolves to a dummy type parameter instead of UnknownType when no ITypeParameter is available in the resolve context.
|
14 years ago |
Daniel Grunwald
|
7a76a805a0
|
Add DocumentationComment class that allows looking up 'cref' attributes.
|
14 years ago |
Siegfried Pammer
|
b5c482d4c2
|
reviewed patch by aleksoft
|
14 years ago |
Matt Ward
|
17afd007e0
|
Debugging with IIS Express and IIS now working.
Fix breakpoints in Application_Start not being hit by running IIS Express with the debugger instead of attaching.
|
14 years ago |