121 Commits (ec8557da3d8ff126dd1e7225baf1602ce31eb7cb)

Author SHA1 Message Date
Daniel Grunwald ec8557da3d Fixed SD2-1628 - Incorrect folding for VB.NET functions 16 years ago
Daniel Grunwald 6a8bf3b680 Fixed forum-10660: make EndOfStatement between "Else" and the following block optional. It isn't according to the VB spec, but the MS VB compiler allows such code. 16 years ago
Daniel Grunwald 1bab5625a5 Fix SD2-1584 - VB .NET snippet parser crashes on invalid syntax 16 years ago
Daniel Grunwald 363aced498 Fixed SD2-1499: Parser null reference exception when parsing an incomplete VB.NET class 17 years ago
Daniel Grunwald 2921e6f48b NRefactory: ensure Parent property is correctly set for all nodes 17 years ago
Daniel Grunwald 2c30b55515 NRefactory: Fixed end position of multiline tokens. 17 years ago
Daniel Grunwald 7181ed1237 NRefactory: set parent property on PropertyGetSetRegion, EventAddRemoveRegion, TemplateDefinition. 17 years ago
Daniel Grunwald 7cd399e8d2 Fixed forum-8567: "invalid EmbeddedStatement" when using Dim in single-line-if "If a Then Dim b As String" 17 years ago
Daniel Grunwald c816abee89 NRefactory: Remove TypeReference.SystemType. TypeReference.Type now always represents the system type for primitive types. 17 years ago
Daniel Grunwald a8570d9287 Fixed snippet converter C# -> VB (references to unknown properties like "this.Font" were seen as method groups, causes the converter to incorrectly add "AddressOf") 17 years ago
Daniel Grunwald 37537f28bf Fixed forum-8242: VB.NET parser does not support "For Expression = Start To End" syntax. 17 years ago
Markus Palme 585c7519f4 finished AST generation for VB.NET query expressions 17 years ago
Markus Palme 91f3864fc6 started work on VB.NET queryexpression AST 17 years ago
Markus Palme 082b2f4bd4 VB.NET: grammar (no AST generation yet!) for query expressions 17 years ago
Markus Palme d5333fe80f VB.NET tokens for QueryExpression 17 years ago
Markus Palme 98f4e6aacc VB.NET lambda expressions 17 years ago
Markus Palme 5add8e0921 VB.Net: "Option Infer" statement 17 years ago
Markus Palme ead3e0d612 added "Infer" keyword; 17 years ago
Markus Palme 90197b2101 VB.NET: Identifier expression can have type arguments; 17 years ago
Markus Palme 7a09eef396 VB.NET nullable value types 17 years ago
Markus Palme e7df280557 anonymous types for VB.NET 17 years ago
Markus Palme e3733a8709 member initialization for VB.NET object creation expressions 17 years ago
Markus Palme 16fcc4255f conditional operator and null coalescing operator for VB.NET 17 years ago
Markus Palme 6c370efeeb VB.NET partial methods 17 years ago
Markus Palme b96cbb193a set location for AST elements (fixes unit tests) 17 years ago
Markus Palme a1d947d5cd run CheckParentVisitor on VB.NET unit tests; 17 years ago
Daniel Grunwald dd5c96bee3 Implemented SD2-1431: C# <-> VB converter: hexadecimal literals should stay hexadecimal 17 years ago
Daniel Grunwald f9bf7d61cd r3143@daniel-notebook: daniel | 2008-06-26 22:55:25 +0200 17 years ago
Daniel Grunwald b373049a0b r3142@daniel-notebook: daniel | 2008-06-26 22:16:56 +0200 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 fc91d0fdd7 Fixed forum-7883: exception when converting "a += b" from C# to VB when "a" is a pointer type. 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 44fcb45530 FxCop AddIn: allow suppressing assembly-wide messages (e.g. AssembliesShouldHaveValidStrongNames) 18 years ago
Daniel Grunwald 0c51983690 NRefactory: Support parsing statements like "SomeDelegate d = GenericMethod<string>;" 18 years ago
Daniel Grunwald 1ea9ac7b61 More improvements for the C#->VB converter. 18 years ago
Daniel Grunwald 64e7f0645d Fixed SD2-803: Implicit interface implementations are not converted correctly to VB 18 years ago
Daniel Grunwald 4b8d80a68b Fixed SD2-1363: Exception is thrown using incorrect VB syntax. 18 years ago
Daniel Grunwald 97342e3d49 Fixed snippet parser bugs. 18 years ago
Daniel Grunwald 2586fed6ff Add SnippetParser class. 18 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. 19 years ago
Daniel Grunwald ccb13e5b9d Fixed SD2-1027: #Develop closes while typeing VB 'ReDim' statement. 19 years ago