233 Commits (2921e6f48bec154fede0fb22a360c5a09e585a6a)

Author SHA1 Message Date
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 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 0bc307d4eb Mark .exe, .dll and .bat files as executable (required for cygwin). 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 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
Daniel Grunwald 4a08f70497 Fixed build. 17 years ago
Daniel Grunwald 5ebc8f15f1 r7318@daniel-notebook (orig r3349): daniel | 2008-08-14 14:44:42 +0200 17 years ago
Daniel Grunwald 62d696d1ee r7317@daniel-notebook (orig r3348): daniel | 2008-08-14 13:28:28 +0200 17 years ago
Daniel Grunwald c1c5eb636d r7313@daniel-notebook (orig r3344): daniel | 2008-08-14 11:22:02 +0200 17 years ago
Daniel Grunwald dd5c96bee3 Implemented SD2-1431: C# <-> VB converter: hexadecimal literals should stay hexadecimal 17 years ago
Daniel Grunwald 02bfd85792 Implemented code-completion for pointer types. 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 92ca3a3a40 Make end of block a synchronizing token. This fixes the end location of blocks with simple syntax errors, improving code completion in some cases. 17 years ago
Daniel Grunwald fa9d4b17a3 Improved handling of incomplete lambda expressions. 18 years ago
Daniel Grunwald f5913a8d1d Worked on lambda expression support. 18 years ago
Daniel Grunwald 420b068acd Rewrote type inference and overload resolution. The new version has support for implicitly typed lambda expressions. 18 years ago
Daniel Grunwald 34bac66a8f Fixed resolving when a generic class derived from a non-generic class with the same name. 18 years ago
Daniel Grunwald 9b4679edf1 NRefactoryResolver rewrite: remove code duplication between NRefactoryResolver and TypeVisitor. Changed handling of method groups to follow C# specification more closely. 18 years ago
Daniel Grunwald 635d791b96 Fixed forum-7172: NullReferenceException in C# parser when "fixed" keyword was used incorrectly. 18 years ago
Daniel Grunwald 44fcb45530 FxCop AddIn: allow suppressing assembly-wide messages (e.g. AssembliesShouldHaveValidStrongNames) 18 years ago
Daniel Grunwald cf79e8fa40 Disabled COM registration for MyMeta. 18 years ago
Daniel Grunwald 2d94d3128c Update to Cecil 0.6. 18 years ago
Daniel Grunwald 9afa0e7ebe RunProject command: compile project before running it. 18 years ago
Daniel Grunwald 0c51983690 NRefactory: Support parsing statements like "SomeDelegate d = GenericMethod<string>;" 18 years ago