2744 Commits (17c4315974c3fe4eed56b81865f87229bf661307)
 

Author SHA1 Message Date
Mike Krüger 49eb79e970 Merge pull request #160 from ciplogic/master 13 years ago
Mike Krüger 0882827229 Fixed failing unit test. 13 years ago
ciplogic ce7ba9ad64 Fasten the search visitor by ignoring some top level constructs 13 years ago
Daniel Grunwald 4a11a13672 Documentation fixes. 13 years ago
Daniel Grunwald 46fb6ce473 Fix crash in CSDemo when nodes use TextLocation.Empty. 13 years ago
Daniel Grunwald d9076125a3 Add ConstructorInitializerType.Any for more flexible pattern matching on constructor initializers. 13 years ago
Mike Krüger da89feb228 Added missing formatting option. 13 years ago
Mike Krüger 574f4290b5 Merge branch 'ciplogic-master' 13 years ago
Mike Krüger ce506cc09a Merge pull request #159 from leoowen19/master 13 years ago
leoowen19 0d99a1c634 Two new code issues 13 years ago
ciplogic 619cffddae Added Resharper disable keyword 13 years ago
ciplogic 78dbc96610 Merge git://github.com/icsharpcode/NRefactory 13 years ago
ciplogic 4990bc3155 Fixed issues based on great feedback of dgrunwald . 13 years ago
ciplogic e5f2c0bfd6 Add the capability to remove base call if is not needed. It exposes some classes so maybe I'm not using the proper APIs. But it works good for practical the test case I wrote. 13 years ago
Mike Krüger 1550fa1195 Added test for the delegate/constructor bug. 13 years ago
Mike Krüger 4a9475457b Fixed delegate maching constructors/operators etc. 13 years ago
Mike Krüger d22b96f12c Fixed formatting bug. 13 years ago
Mike Krüger b342171a1e Operations can now be named. 13 years ago
Mike Krüger 5a5e54bf41 ConvertToStaticMethodAction now converts member reference expressions 13 years ago
Mike Krüger 07da20180e Added method for solution wide code actions. 13 years ago
Mike Krüger 2555ee9ae2 Merge pull request #157 from ciplogic/master 13 years ago
ciplogic ac9732776c Makes not static methods 13 years ago
Mike Krüger 04399085bd Merge pull request #156 from ciplogic/master 13 years ago
ciplogic f806f635be Auto-Fix for remove redundant assignment have issues in some cases (Part II) fixes 13 years ago
Mike Krüger 74ea8505b8 Added fix from Ciprian Khlud<ciprian.mustiata@yahoo.com>: Fix in 13 years ago
Mike Krüger ebe7045d05 Added some tests to the redundant null check. 13 years ago
Mike Krüger 01d4361350 Reformatted redundant null check. 13 years ago
Mike Krüger 09556b4586 Merge pull request #155 from leoowen19/master 13 years ago
leoowen19 ee3c6e89ed [CodeIssue] Redundant Null Check 13 years ago
Mike Krüger 1f1793e907 Changed resolver logging in mcs. 13 years ago
Mike Krüger e573cff18a Only check attributes, when check id is set. 13 years ago
Mike Krüger d8314d7e49 Implemented array initializer formatting. 13 years ago
Mike Krüger d9317cbc6e Removed debug code. 13 years ago
Daniel Grunwald 28b623840b Add unit test demonstrating that the DepthFirstVisitor optimization was invalid. 13 years ago
Daniel Grunwald 94f4e15e11 Revert "DepthFirstAstVisitor no longer tries to visit the children of non C#" 13 years ago
Mike Krüger 1d5c85f3f1 Implemented resharper disableing for redundant using directive. 13 years ago
Mike Krüger 020128ba58 CanBeDemotedIssue now respects the 13 years ago
Mike Krüger 158b5176a2 DepthFirstAstVisitor no longer tries to visit the children of non C# 13 years ago
Mike Krüger 63daebebd6 Language version can now be set. 13 years ago
Mike Krüger e0df113833 Fixed async lambda/delegate completion. 13 years ago
Mike Krüger b2c93ac979 CodeDom visitor now skips new lines & white spaces. 13 years ago
Mike Krüger 538f016c46 Implemented code issue message suppression. 13 years ago
Mike Krüger 6ca65346ea Removed debug message. 13 years ago
Mike Krüger 9b2bd8059e Fixed completion bug. 13 years ago
Mike Krüger a6e4150637 Added distinct color for the 'var' context sensitive keyword. 13 years ago
Mike Krüger 7224bedbc6 CSharpParser now seeds the AST with new line nodes when not in type 13 years ago
Mike Krüger 610f0bfe2a Refactored formatter (it needs now an ast seeded with new line 13 years ago
Mike Krüger fdab2395f0 Removed brace forcement formatting options. 13 years ago
Mike Krüger 8704de6646 Implemented composed type formatting. 13 years ago
Mike Krüger a96c0b75cf Fixed issue with InvertIfAndSimplify. 13 years ago