473 Commits (ec8557da3d8ff126dd1e7225baf1602ce31eb7cb)

Author SHA1 Message Date
Mike Krüger b978482653 * Src/PrettyPrinter/CSharp/OutputFormatter.cs: 17 years ago
Mike Krüger 1e6aefef7e * Src/PrettyPrinter/CSharp/CSharpOutputVisitor.cs: fixed bracket 17 years ago
Mike Krüger 175c1b9082 * Src/PrettyPrinter/CSharp/OutputFormatter.cs: 17 years ago
Mike Krüger 92086ff64b * Src/PrettyPrinter/CSharp/CSharpOutputVisitor.cs: Respected the 17 years ago
Mike Krüger c16eaaff79 * NRefactory.csproj: 17 years ago
Mike Krüger f514596684 * Src/PrettyPrinter/CSharp/PrettyPrintOptions.cs: 17 years ago
Mike Krüger f71ba19cae * Src/Parser/IParser.cs: 17 years ago
Mike Krüger 594359f77f * Src/PrettyPrinter/VBNet/VBNetOutputFormatter.cs: Use 17 years ago
Christian Hornung 066ef2d4c3 Fixed SD2-1529 - Forms designer rewrites array field declarations. 17 years ago
Daniel Grunwald f80ca05e61 New feature: Edit > Insert > Paste as comment/string. 17 years ago
Daniel Grunwald 30c368da42 Fixed namespace handling in Boo code completion. 17 years ago
Mike Krüger 21d4f3cfc5 * cs.ATG: 17 years ago
Mike Krüger cc5006261d checked in some changes from monodevelop. 17 years ago
Daniel Grunwald aa5981c5c8 Make DisplayBindingService public. 17 years ago
Daniel Grunwald 9b1d4e2476 Fixed a few cases where "IsKeyword" was not set correctly. 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 a9a5a21b9a Fixed SD2-1481: C# parser does not support extern aliases 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 abdf370ea4 Fixed SD2-1469: Argument out of range exception in expression finder 17 years ago
Daniel Grunwald c197764697 Fixed SD2-1476: Return value attributes not converted correctly 17 years ago
Daniel Grunwald e9eba2d44b 'default' keyword was missing in completion list in field initializers. 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 356b72f930 Fixed handling of query continuations. 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 bcb4ace39a Fixed NRefactory bug when detecting cast expressions: If the tokens in the parenthesis look like a pointer type, don't check the cast follower. 17 years ago
Daniel Grunwald d64c3db0da Fixed forum-8572: scoping of query continuation variables (thanks to Joseph Albahari) 17 years ago
Daniel Grunwald 0bc307d4eb Mark .exe, .dll and .bat files as executable (required for cygwin). 17 years ago
Daniel Grunwald eaca0978dc Rename category for WPF project templates from ".NET 3.0" to "WPF". 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
Siegfried Pammer e0c660f7bb Improved "Extract Method" and added IsReferenceType to IReturnType 17 years ago
Daniel Grunwald 690d353d37 Fixed forum-8290: Do not add "static" to constants when converting a VB module to a C# class. 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 7778023f03 cleanup 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