677 Commits (efba806bb0466553ca7760ceee81645733f4c6a6)

Author SHA1 Message Date
Siegfried Pammer f5211322eb extended ExpressionFinder: now works with local variables and member variables 16 years ago
Siegfried Pammer 17f9b913f7 current state of NRefactory additions (broken) 16 years ago
Siegfried Pammer b2371e3df2 fixed FormatException and possibly thrown NotSupportedException in Token 16 years ago
Daniel Grunwald 3d04de0098 Fixed C# parser when casting the result of a default-expression "(int)default(short)". 16 years ago
Siegfried Pammer 62b5ddf531 replaced BuildKeywords.pl by KeywordGenerator.cs 16 years ago
Siegfried Pammer 96488a9045 Partially implemented Imports for XML Namespaces. See remarks in VBNET.ATG for details. 16 years ago
Siegfried Pammer dceee20409 started with implementation of expressions in VB .NET ExpressionFinder Parser 16 years ago
Siegfried Pammer bb1c643db3 fixed some unit tests 16 years ago
Siegfried Pammer 5f4ab30f4d fixed build (hopefully) 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
Daniel Grunwald 91e9ba0b9e C# parser: add support for named arguments in attributes. 16 years ago
Daniel Grunwald 2b5707a349 Fixed VBNetOutputVisitor bug on "WithEvents" modifier. 16 years ago
Daniel Grunwald d8de6b3927 Fixed NullReferenceException in CodeCompletionItem.Complete. 16 years ago
Siegfried Pammer 2fd5c0d873 replaced IndexerDeclaration by PropertyDeclaration with IsIndexer property (uses Default modifier) 16 years ago
Daniel Grunwald 5843430b26 Fixed C# parser bug when CheckedExpression occurs in an ExpressionStatement. 16 years ago
Daniel Grunwald 14b4c930c2 Fixed SD2-1633: Designer cannot open forms using FolderBrowserDialog with RootFolder property set 16 years ago
Daniel Grunwald d6067bfc4c Fixed conversion of VB 'static' variables to C#. 16 years ago
Daniel Grunwald 24bf6cb70d Fixed position of EOF token. 16 years ago
Siegfried Pammer dd93e8bf9a [VB9] 16 years ago
Siegfried Pammer 7741361936 [VB9] 16 years ago
Daniel Grunwald 05660f70af Fixed tests 16 years ago
Daniel Grunwald 493ea45a5d Close InsightWindow when typing ')'. 16 years ago
Daniel Grunwald ec8557da3d Fixed SD2-1628 - Incorrect folding for VB.NET functions 16 years ago
Daniel Grunwald 2f6ade9faf Fixed NullReferenceException in ShowErrorHelpCommand.Run. 16 years ago
Siegfried Pammer 0ed2835ba1 applied improvements suggested by Daniel: 16 years ago
Daniel Grunwald b58f8075bb C# parser: added support for method invocations with named arguments. 16 years ago
Daniel Grunwald edd3fb4a0a "Normalize" file headers. 16 years ago
Daniel Grunwald 84f0895b3b Added support for default parameters and variance annotations to C# parser. 16 years ago
Siegfried Pammer d111238f33 - added CSharpBackgroundCompiler 16 years ago
Daniel Grunwald a7764d92d1 Improvements to C#->VB code converter (see forum-10353). 16 years ago
Daniel Grunwald 21fbbd06a7 Fixed forum-10403: several bugs in VBNetOutputVisitor 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 550c9f7702 Fixed forum-10596: C# to VB.NET conversion problems 16 years ago
Daniel Grunwald 81e6acf794 Fixed forum-10453: NRefactory VBNetOutputVisitor writes incorrect "AS" keyword 16 years ago
Daniel Grunwald 80fb379076 Fixed forum-10436: bugs in VBNetOutputVisitor. 16 years ago
Daniel Grunwald 0824719cc9 Fixed SD2-1625 - Forms Designer corrupts field declarations with inner class type references 16 years ago
Daniel Grunwald b87a337213 Fixed conversion of inner class type references to CodeDom. 16 years ago
Daniel Grunwald aa877491c1 Added object initializers support to VB output visitor. 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 17 years ago
Daniel Grunwald 39efc1c363 Fixed NRefactory C# parser bug with method calls on InnerClassTypeReferences ("A<T>.B.C<U>.Foo();") 17 years ago
Daniel Grunwald 41e2c36afa Fixed C# parser bug that caused InvocationExpressions to have no or incorrect locations. 17 years ago
Daniel Grunwald d3bfe7a542 Fixed forum-10060: CSharp Parser not setting EndLocation on some LocalVariableDeclaration objects 17 years ago
Daniel Grunwald ff2e75afb8 Revert r4902. 17 years ago
Mike Krüger 7772c03684 * Src/PrettyPrinter/IOutputAstVisitor.cs: Exposed some properties 17 years ago
Daniel Grunwald 1bab5625a5 Fix SD2-1584 - VB .NET snippet parser crashes on invalid syntax 17 years ago
Daniel Grunwald 85c0da5716 Fix SD2-1587 - Duplicate sections added to solution file on each save 17 years ago