131 Commits (17f9b913f71e2673be93dc2e960cca370b28686a)

Author SHA1 Message Date
Siegfried Pammer 17f9b913f7 current state of NRefactory additions (broken) 16 years ago
Siegfried Pammer 96488a9045 Partially implemented Imports for XML Namespaces. See remarks in VBNET.ATG for details. 16 years ago
Siegfried Pammer bb1c643db3 fixed some unit tests 16 years ago
Siegfried Pammer 8b0e9bb861 added experimental parser for VB .NET expression finder 16 years ago
Siegfried Pammer 782a0cb08d - updated parser to support automatic properties 16 years ago
Siegfried Pammer bb59db87f2 [VB10] 16 years ago
Siegfried Pammer 85381fae41 recreated branch for VB.NET 9 and 10 16 years ago
Siegfried Pammer 40ef20a177 created branch for VB.NET 9 and 10 16 years ago
Siegfried Pammer dd93e8bf9a [VB9] 16 years ago
Siegfried Pammer 7741361936 [VB9] 16 years ago
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 17 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") 18 years ago
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