1540 Commits (5ae6c44d8c391488e8ca96e10481242c397a72a8)

Author SHA1 Message Date
Mike Krüger fdfdffb42d Fixed several query expression locations. 14 years ago
Mike Krüger a360992cef Fixed type parameter comma locations. 14 years ago
Mike Krüger 12c0472ece Fixed incorrect parser positions in FixedStatement test. 14 years ago
Mike Krüger 5a9d33f74b Fixed attribute empty arglist parens. 14 years ago
Mike Krüger d6d1f08492 Fixed ignored unit test. 14 years ago
Mike Krüger b4c19465bd Added CancellationToken support for the context actions. 14 years ago
Daniel Grunwald d0618b4101 Set version number to 5.0.0.5. 14 years ago
Daniel Grunwald eba021814c FindReferences for IEnumerator.Current now finds foreach statements. 14 years ago
Mike Krüger 5dfe563bba Fixed naming. 14 years ago
Mike Krüger 96e434efbc Added GenerateProperty context action. 14 years ago
Daniel Grunwald 3e7244197c Fix icsharpcode/NRefactory#16: Resolve the GetEnumerator call inside a foreach 14 years ago
Daniel Grunwald fb0dbc9bee Fix icsharpcode/NRefactory#17: Resolving "is" and "as" expressions loses the semantics 14 years ago
mike 2ede14a80b Disabled loction changes by the #line directive. 14 years ago
mike 1503054b29 TextReplace actions can now depend on each other. 14 years ago
mike 4499d32fda Fixed IsInsideDocComment method. 14 years ago
Mike Krüger e058867fee Fixed interface return type tests. 14 years ago
Mike Krüger 6eaa0fd45a Fixed interface return type test. 14 years ago
Mike Krüger 36456b4d15 Updated mcs & improved try context handling. 14 years ago
Mike Krüger fa2db3bb41 Fixed anonymous method brace style formatting. 14 years ago
mike b13dad1436 Resolve visitor change: If the type of an object create expression 14 years ago
Mike Krüger 11ab326cc3 Readded the 'IsInside' function that checks the position inclusive the 14 years ago
mike a55cbb43f7 Semantic change: Contains now excludes the end location. 14 years ago
Mike Krüger d284cbb726 Remove region context action is now more efficient in choosing the 14 years ago
Mike Krüger de443b715f Fixed possible exception in create event incocation context action. 14 years ago
Daniel Grunwald a353f23d70 Combine AttributedNode and MemberDeclaration into EntityDeclaration. 14 years ago
Daniel Grunwald b416f38f78 CSharpAmbience: allow passing in a custom IOutputFormatter. 14 years ago
Daniel Grunwald d6f3c841ce Replace ConversionFlags.UseFullyQualifiedMemberNames with ConversionFlags.ShowDeclaringType. 14 years ago
mike e43634786e * AstFormattingVisitor.cs: Fixed bug in binary operator expression. 14 years ago
mike 7451607834 Added "RemoveRegion" context action. 14 years ago
mike b91ed7e2de Fixed get current parameter index. 14 years ago
Mike Krüger c0deae7fee Fixed 2 mcs issues. 14 years ago
Mike Krüger 381334489e Updated mcs & added unit test. 14 years ago
mike 670975c924 Parameter data providers now contain the start offset of their 14 years ago
mike 4575266b1d Filter out members that are not suited for code completion. 14 years ago
mike c1a777b828 Applied a similiar handling for field initializers than for the binary 14 years ago
mike 47c5b9fae1 Improved binary operator line break handling. 14 years ago
mike e2b304397c Fixed using declaration context. 14 years ago
Mike Krüger 95ebebc2cb Updated mcs. 14 years ago
mike ab7a24e2f7 Removed code duplication. 14 years ago
mike 338bedcb45 Used simpler Identifier.Create calls. 14 years ago
mike b0de87339a Fixed some more attribute completion tests. 14 years ago
mike e394fb5efc Added some more attribute context tests & fixes. 14 years ago
mike 288ab73621 Fixed some completion tests. 14 years ago
mike f49f142ed8 Fixed parameter completion unit test. 14 years ago
mike 47d00e1cf9 Added banner style brace output format. 14 years ago
mike c22e11db8a Added banner style brace style. 14 years ago
Daniel Grunwald a993df9090 Use simpler IAstVisitor for InsertParenthesesVisitor and TypeSystemConvertVisitor. 14 years ago
Daniel Grunwald 2f859148f0 Use simpler IAstVisitor for ResolveVisitor. 14 years ago
Daniel Grunwald 3eee3466a4 CSharpOutputVisitor is now using the IAstVisitor with void return type. 14 years ago
Daniel Grunwald a0f7de3f1c Fixed modifier issues in TypeSystemAstBuilder 14 years ago