leoowen19
511439be30
[CodeIssue] Reformatted three code issue files
13 years ago
Mike Krüger
db4a4ee299
Corrected some settings in the allman formatting style.
13 years ago
Mike Krüger
827a7f38d4
Use OfType to find constructor declarations.
13 years ago
Mike Krüger
1a81e9fbc5
Merge branch 'master' of git://github.com/leoowen19/NRefactory into leoowen19-master
...
Conflicts:
ICSharpCode.NRefactory.CSharp/ICSharpCode.NRefactory.CSharp.csproj
ICSharpCode.NRefactory.Tests/ICSharpCode.NRefactory.Tests.csproj
13 years ago
Mike Krüger
1fd82fcc35
Merge branch 'master' of git://github.com/ciplogic/NRefactory into ciplogic-master
...
Conflicts:
ICSharpCode.NRefactory.CSharp/Refactoring/CodeIssues/RedundantNullCheckIssue.cs
13 years ago
leoowen19
42921dca18
[CodeIssue] Redundant Constructor issue
...
Do not need an empty constructor
13 years ago
Matt Ward
5d4d80c79c
Add child elements menu in WiX setup files view now working.
13 years ago
ciplogic
afe570f1fb
Give the same names for code issues to their R# equivalents to make possible disabling them
13 years ago
Mike Krüger
49eb79e970
Merge pull request #160 from ciplogic/master
...
Based on feedback on pull request #158
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
Daniel Grunwald
bc7425f998
Add FormsDesigner project to solution.
...
Several important classes are not ported to SD5 yet and are commented out; so the designer is not yet usable.
13 years ago
Mike Krüger
da89feb228
Added missing formatting option.
13 years ago
Daniel Grunwald
1229e35d23
Use class FileName for the ProjectItem.FileName property.
13 years ago
Peter Forstmeier
4a4ef4bfcb
Sections in ReportModel.cs
13 years ago
Mike Krüger
574f4290b5
Merge branch 'ciplogic-master'
...
Conflicts:
ICSharpCode.NRefactory.CSharp/ICSharpCode.NRefactory.CSharp.csproj
ICSharpCode.NRefactory.Tests/ICSharpCode.NRefactory.Tests.csproj
13 years ago
Mike Krüger
ce506cc09a
Merge pull request #159 from leoowen19/master
...
Two new Code issues added.
13 years ago
leoowen19
0d99a1c634
Two new code issues
...
1. Static contructor cannot take parameters.
2. Static constructor cannot take access modifier.
13 years ago
Daniel Grunwald
de381fe654
Better ProcessRunner that supports using the same pipe for stdout+stderr, and provides async APIs.
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
Daniel Grunwald
6ebf10f939
Fix error handling for invalid solution files.
...
Fix crash when using cut/paste to move a project between solution folders.
13 years ago
Daniel Grunwald
8848eab4e0
Fix crash when creating a new solution.
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
...
as well.
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
...
Basic fix for bug #10730
13 years ago
Peter Forstmeier
a0edef754c
FormPageBuilder.cs including test's
13 years ago
ciplogic
ac9732776c
Makes not static methods
...
A better than nothing implementation of Bug #10730 .
https://bugzilla.xamarin.com/show_bug.cgi?id=10730
When multi-file tracking of methods is implemented, the change should change the usages of variables.Call(...) to ClassName.Call(...)
13 years ago
Mike Krüger
04399085bd
Merge pull request #156 from ciplogic/master
...
Fixes Bug #11579 in NRefactory bug tracker
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
...
hoping to address the issues regarding some edge cases of remove
redundant variables in relation with functions.
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
...
[CodeIssue] Redundant Null Reference check
13 years ago
leoowen19
ee3c6e89ed
[CodeIssue] Redundant Null Check
...
No need to check null where is keyword exits.
13 years ago
Mike Krüger
1f1793e907
Changed resolver logging in mcs.
13 years ago
Daniel Grunwald
571a8d08bb
Move all code related to file/project templates to SharpDevelop.Templates.
13 years ago
Daniel Grunwald
7041571019
Fix bug introduced by FileUtility changes.
13 years ago
Daniel Grunwald
83d6c5efd7
Separate NewFileDialog from the FileTemplate implementation (use only the abstract base class).
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