56 Commits (64971ec4214bc505791c1957ee282b95f15c63d2)

Author SHA1 Message Date
Daniel Grunwald 64971ec421 Implemented SD2-446: Support skipping method bodies in VB Lexer. 19 years ago
Daniel Grunwald 835c7dedbd NRefactory: use Location structure instead of System.Drawing.Point for source positions. 19 years ago
Daniel Grunwald a4894539d4 Some FxCop suggestions to 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 29b56d32d0 Fixed forum-8723: exception when loading designer for form containing enum TypeDeclarations. 19 years ago
Daniel Grunwald 8d441d6f05 Fixed forum-8452: VB parser bug 19 years ago
Daniel Grunwald df43c0eef7 Fixed SD2-816: Output visitor does not output implicit/explicit operators 19 years ago
Daniel Grunwald dd4e5f9ea9 Fixed crash when parsing incomplete Imports statement. 20 years ago
Daniel Grunwald db253755b8 Fixed SD2-571: Folding classes hides the declaration line 20 years ago
Daniel Grunwald 254bf37011 Fixed exception when parsing incomplete Select Case statement. 20 years ago
Daniel Grunwald 1538282335 C# <-> VB converter now converts P/Invoke declarations. 20 years ago
Daniel Grunwald 8cd3f6d81c Added generator application to generate the NRefactory AST. 20 years ago
Daniel Grunwald 77020dbcce Fixed Visual Basic operator precedence and added unit tests for operator precedence. 20 years ago
Daniel Grunwald 02d57c4611 Improved C# <-> VB conversion. 20 years ago
Daniel Grunwald 66a4289544 Fixed parser crash on incomplete ReDimStatement. 20 years ago
Daniel Grunwald c24a108bb4 Improved C# lexer performance. 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 b8720c2bac Fixed SD2-564: Code always generated for c#. 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 7eabc20547 Fixed SD2-558 (Override as variable name) and the first half of SD2-559 (Jagged arrays don't parse) 20 years ago
Daniel Grunwald 50a9f45f25 Fixed NullReferenceException when typing an OptionStatement. 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 20 years ago
Daniel Grunwald 908db27ca2 - allow code completion bindings to handle ReturnEditAction by handling '\n'. 20 years ago
Daniel Grunwald 51ee84424e Fixed SD2-460: Parse error (inner classes in generic types) 20 years ago
Daniel Grunwald 8afa7cc805 Allow references to unbound types in typeof/GetType expressions. 20 years ago
Daniel Grunwald 46038417a5 Fixed NRefactory bugs: VB partial class declarations and attributes with "Global." or "global::" caused parser errors. 20 years ago
Daniel Grunwald 6af13353d5 Use InvariantCulture for string comparisons - fixes problems with Turkish locale settings. 20 years ago
Daniel Grunwald a3cca20f00 Renamed InvocationExpression.Parameters to InvocationExpression.Arguments. 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 21af77e33d Ported changes from Fidalgo rev 2038, ivokovacka. 20 years ago
Daniel Grunwald e0676ea1c7 VB parser: Declarations in the form "Dim a(10) As Integer" were not recognized as array declarations. 20 years ago
Daniel Grunwald b3ec9593b8 NRefactory bugfixes (C#: For initializers added twice and VB: Custom event regions not stored in AST) 20 years ago
Daniel Grunwald 0306c5af7e Improved C# -> VB converter (For-Statement is converted to ForNextStatement). 20 years ago
Daniel Grunwald 3d4f0a78f7 Fixed SD2-400: Importing classes (VB.NET). 20 years ago
Daniel Grunwald 20199d196a Fixed SD2-401: Using aliases for classes. 20 years ago
Markus Palme 0ca4a6c4be inserted operator declartions into DOM. fixed locations of operator declarations, this enabled folding for them 20 years ago
Markus Palme 8233ca63b0 unit tests for vb.net type level declarations 20 years ago
Markus Palme ed2a438995 correct positions of type members with modifiers 20 years ago
Markus Palme 18a9bd0a26 work on custom events 20 years ago
Markus Palme 94ae1cc253 added operator overload support to vb grammar 20 years ago
Markus Palme 271e00448d custom events support 20 years ago
Daniel Grunwald b414c2c33a Fixed some resolver bugs. 20 years ago
Daniel Grunwald 80c70338c7 Fixed code completion bugs regarding "global::"/"Global". 20 years ago
Daniel Grunwald e7682346e9 Added generic methods to VB.Net grammar. 20 years ago