126 Commits (aef001350cc6f46ce38da73c8d880cdae5d4419c)

Author SHA1 Message Date
Siegfried Pammer aef001350c - fixed VB Unit Tests 15 years ago
Siegfried Pammer 17f9b913f7 current state of NRefactory additions (broken) 15 years ago
Siegfried Pammer 8b0e9bb861 added experimental parser for VB .NET expression finder 15 years ago
Siegfried Pammer 782a0cb08d - updated parser to support automatic properties 15 years ago
Siegfried Pammer 40ef20a177 created branch for VB.NET 9 and 10 15 years ago
Daniel Grunwald 91e9ba0b9e C# parser: add support for named arguments in attributes. 15 years ago
Siegfried Pammer 2fd5c0d873 replaced IndexerDeclaration by PropertyDeclaration with IsIndexer property (uses Default modifier) 15 years ago
Siegfried Pammer dd93e8bf9a [VB9] 15 years ago
Daniel Grunwald b58f8075bb C# parser: added support for method invocations with named arguments. 16 years ago
Daniel Grunwald 84f0895b3b Added support for default parameters and variance annotations to C# parser. 16 years ago
Daniel Grunwald 93c1198fd4 NRefactory C# parser: fixed parse error for unknown attribute targets - the C# compiler only emits a warning for those 16 years ago
Daniel Grunwald 41e2c36afa Fixed C# parser bug that caused InvocationExpressions to have no or incorrect locations. 16 years ago
Daniel Grunwald d3bfe7a542 Fixed forum-10060: CSharp Parser not setting EndLocation on some LocalVariableDeclaration objects 16 years ago
Daniel Grunwald c5a371dd2c Fixed SD2-1572 - operators are shown as nameless methods in code completion 16 years ago
Daniel Grunwald d23af1f02a Fixed parsing of try statements with multiple catch clauses (bug introduced in r4526). 16 years ago
Mike Krüger ffc41d4a7c * Src/Parser/CSharp/cs.ATG: 16 years ago
Daniel Grunwald 6ace8895af NRefactory: Fixed incorrect end column in C# type declarations. 16 years ago
Mike Krüger ebc2f1b64f * Src/Parser/gen.sh: 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 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 7181ed1237 NRefactory: set parent property on PropertyGetSetRegion, EventAddRemoveRegion, TemplateDefinition. 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 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 fc91d0fdd7 Fixed forum-7883: exception when converting "a += b" from C# to VB when "a" is a pointer type. 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 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
Daniel Grunwald b355b23dba Worked on event support in WPF designer. 18 years ago
Daniel Grunwald 64e7f0645d Fixed SD2-803: Implicit interface implementations are not converted correctly to VB 18 years ago
Daniel Grunwald 670b0d5212 Fixed C# parser bug regarding integer literals between long.MaxValue + 1 and ulong.MaxValue. 18 years ago
Daniel Grunwald 2586fed6ff Add SnippetParser class. 18 years ago
Daniel Grunwald 57a8cfebb2 Improved C# 3.0 code-completion. 18 years ago