52 Commits (254bf370118b183c9ac3f0894f09b6dddefc835f)

Author SHA1 Message Date
Daniel Grunwald 254bf37011 Fixed exception when parsing incomplete Select Case statement. 20 years ago
Daniel Grunwald 73a9ab7d0c Fixed SD2-752: Exception when classes use "global::" as base class reference 20 years ago
Daniel Grunwald c020c5848d C# parser bugfix: casts to non-builtin nullable types 20 years ago
Daniel Grunwald 2a2745948d Fixed C# parser bug (casts to nullables). 20 years ago
Daniel Grunwald 9833db1c49 Fixed NRefactory bugs regarding "else if"-statements. 20 years ago
Daniel Grunwald fd3cc63664 Fixed C# parser bug: cast followed by anonymous method. 20 years ago
Daniel Grunwald 8cd3f6d81c Added generator application to generate the NRefactory AST. 20 years ago
Daniel Grunwald e0d0b12338 Fixed SD2-635: Code completion does not work for VB array access. 20 years ago
Daniel Grunwald 02d57c4611 Improved C# <-> VB conversion. 20 years ago
Daniel Grunwald c24a108bb4 Improved C# lexer performance. 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 91104f4152 Fixed SD2-559: Jagged arrays don't parse 20 years ago
Daniel Grunwald ae264e9aff Fixed two bugs in the C# to VB converter. 20 years ago
Daniel Grunwald 2e819f05f1 Use List<SwitchSection> and List<CatchClause> instead of ArrayLists. 20 years ago
Daniel Grunwald d9df3a65dd Fixed SD2-504: Explicit implementations of generic interfaces cause parser error 21 years ago
Markus Palme 6205a7f110 fixed SD2-445 C# parser fails on default value expression in variable initializer 21 years ago
Daniel Grunwald 51ee84424e Fixed SD2-460: Parse error (inner classes in generic types) 21 years ago
Daniel Grunwald 8afa7cc805 Allow references to unbound types in typeof/GetType expressions. 21 years ago
Daniel Grunwald 46038417a5 Fixed NRefactory bugs: VB partial class declarations and attributes with "Global." or "global::" caused parser errors. 21 years ago
Daniel Grunwald a3cca20f00 Renamed InvocationExpression.Parameters to InvocationExpression.Arguments. 21 years ago
Mike Krüger 452b741835 Fixed SD2-419:C# Parser bug (methodBase is ConstructorInfo ? #ctor : methodBase.Name). 21 years ago
Mike Krüger 0e42d49abe SharpRefactory tests are now running under MbUnit. 21 years ago
Daniel Grunwald 08c23a51d9 Fixed bug: ParseExpression could not parse "a >>= b" 21 years ago
Daniel Grunwald 87b75008b7 Add "default(Type)" expression to C# parser. 21 years ago
Daniel Grunwald 041bf1f1b8 Fixed SD2-423: Cast to array types cause parser error. 21 years ago
Daniel Grunwald d4f2825721 Added support for accessor modifiers to C# parser (public int Property { get {} protected set {}}) 21 years ago
Daniel Grunwald 1dcf29e24d Add null coalescing operator to C# lexer and parser. 21 years ago
Daniel Grunwald ced99d3ba0 Fixed C# parser bug: anonymous methods without parameter list were not supported. 21 years ago
Daniel Grunwald b3ec9593b8 NRefactory bugfixes (C#: For initializers added twice and VB: Custom event regions not stored in AST) 21 years ago
Daniel Grunwald 3d4f0a78f7 Fixed SD2-400: Importing classes (VB.NET). 21 years ago
Daniel Grunwald 8bc61f3898 Fixed SD2-398: Add support for nullables to the C# parser. 21 years ago
Daniel Grunwald 20199d196a Fixed SD2-401: Using aliases for classes. 21 years ago
Markus Palme 0ca4a6c4be inserted operator declartions into DOM. fixed locations of operator declarations, this enabled folding for them 21 years ago
Markus Palme ed2a438995 correct positions of type members with modifiers 21 years ago
Andrea Paatz 4409a2e4e0 go to definition now works for parameters too 21 years ago
Daniel Grunwald b414c2c33a Fixed some resolver bugs. 21 years ago
Daniel Grunwald 39e4a95f2d Fixed C# parser (added support for generic methods inside interfaces). 21 years ago
Daniel Grunwald 3d3b57eec6 Fixed parser crash introduced in last revision. 21 years ago
Daniel Grunwald 80c70338c7 Fixed code completion bugs regarding "global::"/"Global". 21 years ago
Daniel Grunwald 6dbad22c85 Added support for My.Forms. 21 years ago
Daniel Grunwald ef076ee060 Improved C# <-> VB.Net conversion. 21 years ago
Daniel Grunwald 69dd3ca12d Fixed some C# <-> VB conversion bugs. 21 years ago
Daniel Grunwald 45bead5f28 C# <-> VB.Net converters now convert comments. 21 years ago
Daniel Grunwald 973804ccb4 Fixed C# ExpressionFinder to support generics. 21 years ago
Daniel Grunwald 79e5c60dcf Added invocation of generic methods to c# parser. 21 years ago
Daniel Grunwald 059e7e904f Added anonymous methods to c# parser. 21 years ago
Daniel Grunwald b78ab08cfb Fixed code completion bugs regarding generic methods. 21 years ago
Daniel Grunwald c3c5d155d3 Fixed generic class and method declarations in C# parser. 21 years ago
Daniel Grunwald 8ec53afcbd Improved performance of parser run after opening a solution (really big improvement!!). 21 years ago