36 Commits (fe47d5f46099f2aa519d5c4b1b66c2e6de3b58ca)

Author SHA1 Message Date
Daniel Grunwald c1ca7b1e36 Fixed C#->VB code converter issues with casts between char and integers. 16 years ago
Daniel Grunwald aa877491c1 Added object initializers support to VB output visitor. 16 years ago
Daniel Grunwald 34e76133c3 Fixed SD2-1465 - Convert integer casts correctly between VB and C# 16 years ago
Daniel Grunwald c197764697 Fixed SD2-1476: Return value attributes not converted correctly 17 years ago
Daniel Grunwald 37537f28bf Fixed forum-8242: VB.NET parser does not support "For Expression = Start To End" syntax. 17 years ago
Daniel Grunwald dd5c96bee3 Implemented SD2-1431: C# <-> VB converter: hexadecimal literals should stay hexadecimal 17 years ago
Daniel Grunwald 134fd3a2f9 Fixed SD2-1405: VB ! operator does not parse 17 years ago
Daniel Grunwald f57361a316 Fixed SD2-1422: VB Parser throws exception dealing with some attributes 17 years ago
Daniel Grunwald 03a8ae3612 Fixed forum-7902: VB parser incorrectly added attribute sections on parameter declarations to all parameters. 17 years ago
Daniel Grunwald b78656bd6f Fixed forum-18391 and forum-18392 (pretty printer bugs). 18 years ago
Daniel Grunwald d8cc294df5 Fixed SD2-968: C# to VB conversion error for generic structures. 19 years ago
Daniel Grunwald ae6de2495e Improved NRefactory public API (moving classes to other namespaces etc.) 19 years ago
Daniel Grunwald 3df97ea2d9 Fixed SD2-891: Content of VB 'With' statement not converted correctly to C# 19 years ago
Daniel Grunwald 720d93d03f Fixed SD2-930: VB exponential operator not converted to C# 19 years ago
Daniel Grunwald 9fa1b07c0c Fixed some FxCop warnings in NRefactory. 19 years ago
Daniel Grunwald 89e34175cf Fixed SD2-885: Folding breaks using 'ReferenceEquals()' method in VB (Parser error for member access on VB "Object") 19 years ago
Daniel Grunwald 80d967e240 Fixed parsing of the VB "Custom" keyword (it is valid variable identifier but not valid field identifier) 19 years ago
Daniel Grunwald 79f22303b6 Fixed VB parser bug: Using statement can have multiple variable declaration expressions. (forum-8651) 19 years ago
Daniel Grunwald 515b955432 Lock access to DefaultProjectContent.ReferencedContents - can be modified by main thread and solution loading thread. 19 years ago
Daniel Grunwald 29b56d32d0 Fixed forum-8723: exception when loading designer for form containing enum TypeDeclarations. 19 years ago
Daniel Grunwald b2a3cc4ead More bugfixes for the C# <-> VB converter. 19 years ago
Daniel Grunwald df43c0eef7 Fixed SD2-816: Output visitor does not output implicit/explicit operators 19 years ago
Daniel Grunwald 9833db1c49 Fixed NRefactory bugs regarding "else if"-statements. 20 years ago
Daniel Grunwald e23de4ea60 Fixed VB output visitor: Named attribute arguments 20 years ago
Daniel Grunwald de20032c48 Fixed VB interface implementation code generator. 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 10e90d3769 Fixed enumerations with base type in VB output visitor. 20 years ago
Daniel Grunwald 28dfc752a6 Fixed a few minor bugs. 20 years ago
Daniel Grunwald 288234d0c4 Fixed some bugs in NRefactory. 20 years ago
Daniel Grunwald a6852502a4 The Boo AddIn now supports code completion for generics. The C# -> Boo converter now supports converting generic type references. 20 years ago
Daniel Grunwald 951b9bf716 Fixed some C# output visitor bugs. 20 years ago
Daniel Grunwald 0cd63b78df Fixed SD2-554: Enum members in output visitor 20 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. 20 years ago
Mike Krüger 0e42d49abe SharpRefactory tests are now running under MbUnit. 20 years ago
Daniel Grunwald b1bfc258c3 Fixed some NRefactory bugs (Generic method invocations in VB.NET and output visitor bugs) 20 years ago
Daniel Grunwald ae5a3110b1 Core bugfixes: 20 years ago
Daniel Grunwald 9a246da449 Add unit tests for CSharpOutputVisitor. 20 years ago
Daniel Grunwald 331c44292e Applied new header to all source files. 20 years ago
Mike Krüger c4336b038c created trunk folder. 21 years ago