22 Commits (c816abee8960c090a93e4fcf76f4241b35d78c21)

Author SHA1 Message Date
Daniel Grunwald c816abee89 NRefactory: Remove TypeReference.SystemType. TypeReference.Type now always represents the system type for primitive types. 17 years ago
Daniel Grunwald bcb4ace39a Fixed NRefactory bug when detecting cast expressions: If the tokens in the parenthesis look like a pointer type, don't check the cast follower. 17 years ago
Daniel Grunwald 137ebabd5a Fixed SD2-1040: External subs declarations not converted correctly from VB to C# 19 years ago
Daniel Grunwald ae6de2495e Improved NRefactory public API (moving classes to other namespaces etc.) 20 years ago
Daniel Grunwald 9fa1b07c0c Fixed some FxCop warnings in NRefactory. 20 years ago
Daniel Grunwald 30d6d5f7fa Fixed forum-8128: C# parser bug when type parameter is a fully qualified name. 20 years ago
Daniel Grunwald 7c58827869 Sort ExtTreeView only when expanding a node for the first time instead of every time a node is expanded. 20 years ago
Daniel Grunwald 32abb6ee5a Change file header. 20 years ago
Daniel Grunwald e8a8828662 Fixed SD2-600 (Can't convert for loop). VB parser now accepts zero as lower array bound. 20 years ago
Daniel Grunwald b8720c2bac Fixed SD2-564: Code always generated for c#. 21 years ago
Daniel Grunwald 91104f4152 Fixed SD2-559: Jagged arrays don't parse 21 years ago
Daniel Grunwald 7eabc20547 Fixed SD2-558 (Override as variable name) and the first half of SD2-559 (Jagged arrays don't parse) 21 years ago
Daniel Grunwald 625fa7f119 Use ParseUtil.ParseX<T>(string) instead of ParseUtil.ParseX(string, Type) for the NRefactory unit tests. 21 years ago
Daniel Grunwald 51ee84424e Fixed SD2-460: Parse error (inner classes in generic types) 21 years ago
Daniel Grunwald f4fa1ef613 Switched to NUnit for the NRefactory tests because Mike failed to tell me why he switched to MbUnit and broke ~20 Tests. 21 years ago
Mike Krüger 0e42d49abe SharpRefactory tests are now running under MbUnit. 21 years ago
Daniel Grunwald 9a246da449 Add unit tests for CSharpOutputVisitor. 21 years ago
Daniel Grunwald e0676ea1c7 VB parser: Declarations in the form "Dim a(10) As Integer" were not recognized as array declarations. 21 years ago
Daniel Grunwald 8bc61f3898 Fixed SD2-398: Add support for nullables to the C# parser. 21 years ago
Daniel Grunwald 331c44292e Applied new header to all source files. 21 years ago
Daniel Grunwald 5b197228c4 Added generics support to the VB.Net parser. 21 years ago
Mike Krüger c4336b038c created trunk folder. 21 years ago