114 Commits (37537f28bfd651874c21efab1e1dc5b00918e899)

Author SHA1 Message Date
Daniel Grunwald 37537f28bf Fixed forum-8242: VB.NET parser does not support "For Expression = Start To End" syntax. 18 years ago
Markus Palme 585c7519f4 finished AST generation for VB.NET query expressions 18 years ago
Markus Palme 91f3864fc6 started work on VB.NET queryexpression AST 18 years ago
Markus Palme 082b2f4bd4 VB.NET: grammar (no AST generation yet!) for query expressions 18 years ago
Markus Palme d5333fe80f VB.NET tokens for QueryExpression 18 years ago
Markus Palme 98f4e6aacc VB.NET lambda expressions 18 years ago
Markus Palme 5add8e0921 VB.Net: "Option Infer" statement 18 years ago
Markus Palme ead3e0d612 added "Infer" keyword; 18 years ago
Markus Palme 90197b2101 VB.NET: Identifier expression can have type arguments; 18 years ago
Markus Palme 7a09eef396 VB.NET nullable value types 18 years ago
Markus Palme e7df280557 anonymous types for VB.NET 18 years ago
Markus Palme e3733a8709 member initialization for VB.NET object creation expressions 18 years ago
Markus Palme 16fcc4255f conditional operator and null coalescing operator for VB.NET 18 years ago
Markus Palme 6c370efeeb VB.NET partial methods 18 years ago
Markus Palme b96cbb193a set location for AST elements (fixes unit tests) 18 years ago
Markus Palme a1d947d5cd run CheckParentVisitor on VB.NET unit tests; 18 years ago
Daniel Grunwald dd5c96bee3 Implemented SD2-1431: C# <-> VB converter: hexadecimal literals should stay hexadecimal 18 years ago
Daniel Grunwald f9bf7d61cd r3143@daniel-notebook: daniel | 2008-06-26 22:55:25 +0200 18 years ago
Daniel Grunwald b373049a0b r3142@daniel-notebook: daniel | 2008-06-26 22:16:56 +0200 18 years ago
Daniel Grunwald 134fd3a2f9 Fixed SD2-1405: VB ! operator does not parse 18 years ago
Daniel Grunwald f57361a316 Fixed SD2-1422: VB Parser throws exception dealing with some attributes 18 years ago
Daniel Grunwald fc91d0fdd7 Fixed forum-7883: exception when converting "a += b" from C# to VB when "a" is a pointer type. 18 years ago
Daniel Grunwald 03a8ae3612 Fixed forum-7902: VB parser incorrectly added attribute sections on parameter declarations to all parameters. 18 years ago
Daniel Grunwald 44fcb45530 FxCop AddIn: allow suppressing assembly-wide messages (e.g. AssembliesShouldHaveValidStrongNames) 19 years ago
Daniel Grunwald 0c51983690 NRefactory: Support parsing statements like "SomeDelegate d = GenericMethod<string>;" 19 years ago
Daniel Grunwald 1ea9ac7b61 More improvements for the C#->VB converter. 19 years ago
Daniel Grunwald 64e7f0645d Fixed SD2-803: Implicit interface implementations are not converted correctly to VB 19 years ago
Daniel Grunwald 4b8d80a68b Fixed SD2-1363: Exception is thrown using incorrect VB syntax. 19 years ago
Daniel Grunwald 97342e3d49 Fixed snippet parser bugs. 19 years ago
Daniel Grunwald 2586fed6ff Add SnippetParser class. 19 years ago
Daniel Grunwald 3b20e9e076 VB parser: "Off" and "Explicit" are not reserved words. 19 years ago
Daniel Grunwald 39bfcc0013 Fixed SD2-1338: VB "Handles" cause cannot be parsed when handling an event on "Me" 19 years ago
Daniel Grunwald e6bdcac3ae Fixed SD2-1282: Completion inside Select Case statement 19 years ago
Daniel Grunwald 7dfd63273a Improved VB -> C# converter. 19 years ago
Daniel Grunwald 137ebabd5a Fixed SD2-1040: External subs declarations not converted correctly from VB to C# 19 years ago
Daniel Grunwald 9b7a082e24 Add partial C# 3.0 support. 19 years ago
Daniel Grunwald a745c607d5 Fixed SD2-1110: Conversion of Microsoft generic sample project between C#<-->VB throws exception. 19 years ago
Markus Palme 73f0c70429 SD2-1201: IfElseStatement does not have Location and Parent set 19 years ago
Markus Palme a0db909e8f SD2-1161: Refactor icons don't show for VB generic interface declarations in the editor. 20 years ago
Markus Palme 2a40620a58 fixed parser generation 20 years ago
Markus Palme af50fcaf60 removed sharpcoco binary because it's not used. removed sharpcoco source code because it doesn't match the version used. 20 years ago
Markus Palme a1543c981e removed unused import statements 20 years ago
Daniel Grunwald ccb13e5b9d Fixed SD2-1027: #Develop closes while typeing VB 'ReDim' statement. 20 years ago
Daniel Grunwald 66acc25b3b Fixed SD2-992: C# Interface public elements are converted to VB as Privates ones. 20 years ago
Daniel Grunwald d8cc294df5 Fixed SD2-968: C# to VB conversion error for generic structures. 20 years ago
Daniel Grunwald de05357b9e Fixed SD2-971: Correct VB arrays declaration and redim-statements are recognized as code errors. 20 years ago
Daniel Grunwald 821cae6ee3 Remove unnecessary usage of Assembly.GetEntryAssembly 20 years ago
Daniel Grunwald 19d999cf82 SD2-945: Typing a declaration of two or more variables in the same line (VB) throws exception 20 years ago
Daniel Grunwald ae6de2495e Improved NRefactory public API (moving classes to other namespaces etc.) 20 years ago
Daniel Grunwald 3df97ea2d9 Fixed SD2-891: Content of VB 'With' statement not converted correctly to C# 20 years ago