Mike Krüger
|
9acb174b5e
|
Changed directory name 'Mono.Cecil' to 'cecil' - that makes it easier
to set up nrefactory with the cecil git version.
|
13 years ago |
Daniel Grunwald
|
8728c08c68
|
Add project configurations for .NET 4.5.
|
13 years ago |
Daniel Grunwald
|
7e3e016802
|
Add back WinForms-based NRefactory.Demo.
|
13 years ago |
Mike Krüger
|
d888899482
|
Solution: Set correct indent width.
|
13 years ago |
Alex Mizuki
|
a34aaa85c3
|
project compilation
|
13 years ago |
Mike Krüger
|
53acb15563
|
* ICSharpCode.NRefactory.CSharp.csproj:
* SpecializedCodeAction.cs:
* ConvertDecToHexAction.cs:
* GeneratePropertyAction.cs:
* CheckIfParameterIsNullAction.cs:
* NRefactory.sln: Added specialized code action class.
|
14 years ago |
Mike Krüger
|
6c5b43964b
|
Added little command line tool to test the AST roundtrip.
|
14 years ago |
Daniel Grunwald
|
2faf35e6fc
|
Add ICSharpCode.NRefactory.Xml.
|
14 years ago |
Daniel Grunwald
|
bb822e94d4
|
Allow using AstType.ToTypeReference().Resolve(compilation.TypeResolveContext) - this will now resolve in the global namespace.
Fixed increment operator on System.Char.
|
14 years ago |
Daniel Grunwald
|
54168d5c0f
|
Add nuspec.
Changed project settings to produce xml-doc and debug symbols in release configuration.
|
14 years ago |
Daniel Grunwald
|
942b4f70ef
|
Move ConversionResoleResult to ICSharpCode.NRefactory.Semantics.
Boxing conversion for attribute arguments is now used consistently in C# type system and Cecil-loaded type system.
|
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 |
Daniel Grunwald
|
4ccc313d46
|
Normalize newlines
|
14 years ago |
Mike Krüger
|
bcde6f1af6
|
Worked on enum context.
|
14 years ago |
Mike Krüger
|
7e5380551b
|
Updated mcs/fixed some code completion cases.
|
14 years ago |
Daniel Grunwald
|
f631199013
|
Type system refactoring: split unresolved/resolved type systems.
|
14 years ago |
Daniel Grunwald
|
dfc98609ce
|
Move ICSharpCode.Editor into NRefactory.
|
14 years ago |
Daniel Grunwald
|
b5b2408cbc
|
Move NRefactory.CSharp to separate assembly.
|
14 years ago |
Daniel Grunwald
|
e37dc4b6c7
|
Move ResolveResults to NR.Semantics
|
14 years ago |
Daniel Grunwald
|
ea42e6354b
|
Fix bug that caused the wrong part to be removed from a compound class.
|
14 years ago |
Daniel Grunwald
|
3fdf0ee6c6
|
Implemented resolver for LINQ queries.
|
14 years ago |
Daniel Grunwald
|
fb8d152fcf
|
Fixed deserialization of XmlDocumentationProvider.
|
14 years ago |
Daniel Grunwald
|
2c49c71081
|
Report resolve results back to the navigator.
|
14 years ago |
Matt Ward
|
b0819ac4f9
|
Supporting installing a NuGet package into selected projects in one step.
|
14 years ago |
Daniel Grunwald
|
b4bcc8036f
|
Add ICSharpCode.Editor assembly.
|
14 years ago |
Siegfried Pammer
|
cb5a17366b
|
deactivated uncompilable unit tests; added XmlIdentifier; removed old classes
|
14 years ago |
Siegfried Pammer
|
e1ee10ae10
|
start implementing new VB AST; remove AST generator
|
14 years ago |
Daniel Grunwald
|
d4eaffbb42
|
Make pattern matching AST independent from C# AST.
|
15 years ago |
Siegfried Pammer
|
8c36dd80cb
|
renamed VB.Dom to VB.Ast
|
15 years ago |
Daniel Grunwald
|
41b4385d7c
|
Port NRefactory to .NET 3.5.
|
15 years ago |
Daniel Grunwald
|
28d8b3a794
|
Include Mono.Cecil in solution.
|
15 years ago |
Daniel Grunwald
|
0f01f3be17
|
C# Ast refactoring: introduce Role<T> and add setters.
|
15 years ago |
Daniel Grunwald
|
3bcab64569
|
Type inference stuff
|
15 years ago |
Daniel Grunwald
|
716a5f51fe
|
Add NRefactory.Demo (TreeView for visualization of C# DOM)
|
15 years ago |
Daniel Grunwald
|
9b0435065e
|
Add parser unit tests for expressions.
|
15 years ago |
Mike Krüger
|
9ad9030e29
|
Added some mono compatibility changes.
|
15 years ago |
Siegfried Pammer
|
9502cdafe3
|
removed subdirectory "VB"
|
15 years ago |
Siegfried Pammer
|
561062526a
|
NRefactory.VB: cleaned Parser API and removed old C# constructs
|
15 years ago |
Siegfried Pammer
|
789ec0d31c
|
removed some C#-specific Dom classes
|
15 years ago |
Siegfried Pammer
|
8a419bac43
|
NRefactory.VB: removed C# specific Dom classes
|
15 years ago |
Siegfried Pammer
|
913d531355
|
initial commit of NRefactory.VB
|
15 years ago |
Daniel Grunwald
|
db8619113e
|
Add C# resolver.
|
15 years ago |
Daniel Grunwald
|
02674949a0
|
Move ArrayType/ConstructedType/PointerType from TypeSystem/Implementation to TypeSystem.
Added unit tests for assembly attributes.
|
15 years ago |
Daniel Grunwald
|
96edce867c
|
Add ConstructedType.
|
15 years ago |
Daniel Grunwald
|
0035f34051
|
Add CecilProjectContent
|
15 years ago |
Daniel Grunwald
|
2b4cea9ae8
|
Create empty project
|
15 years ago |