136 Commits (f1beb21aa52aab2240f94b8ba229922dc2401524)

Author SHA1 Message Date
Daniel Grunwald f1beb21aa5 Fixed C# parser: multiple event declarations on the same line. 15 years ago
Siegfried Pammer dbbb9d1d9a fixed build 15 years ago
Siegfried Pammer 4874ab7d77 regenerated Parser.cs files 15 years ago
Siegfried Pammer 5cb2e48423 fixed BinaryOperatorExpressionTests 15 years ago
Siegfried Pammer c35500dd23 fixed AttributeSectionTests 15 years ago
Siegfried Pammer dc058ae3a9 fixed http://community.sharpdevelop.net/forums/t/12016.aspx 15 years ago
Siegfried Pammer a93d3be956 fixed http://community.sharpdevelop.net/forums/p/11898/32504.aspx 15 years ago
Daniel Grunwald 8b052cb414 Fix forum-11540: C# parser fails on "using global::System;" 15 years ago
Siegfried Pammer 01daa6db99 - removed BlockEnd/BlockEnd from CompilationUnit 15 years ago
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) 16 years ago
Siegfried Pammer dd93e8bf9a [VB9] 16 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. 18 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