Mike Krüger
|
a796caa828
|
Fixed bug in wrapping options.
|
12 years ago |
Mike Krüger
|
0d576c4791
|
Removed some duplicate code.
|
12 years ago |
Siegfried Pammer
|
813ddc20e7
|
fix OpenCommandPrompt implementation: now works if target path is on a drive other than the current working directory
|
12 years ago |
Erik Källén
|
02cc0a38c6
|
Added property Conversion.IsExtensionMethodGroupConversion to determine whether a method group conversion is being performed on an extension method using extension method invocation syntax (eg. Func<int> f = myEnumerable.Single).
|
12 years ago |
Mike Krüger
|
c2ca95ac63
|
Fixed some formatting bugs.
|
12 years ago |
Mike Krüger
|
02bf0ba580
|
Added alignment options for declarations.
|
12 years ago |
Mike Krüger
|
985ebe36a6
|
Added alignment tests / fixed failing wrapping unit tests.
|
12 years ago |
Mike Krüger
|
37e401152f
|
Fixed formatting tests.
|
12 years ago |
Mike Krüger
|
55a0f5326e
|
Added some formatting options.
TODO: More wrapping tests!
|
12 years ago |
Mike Krüger
|
1994d5b21e
|
Reformatted some files.
|
12 years ago |
Mike Krüger
|
93285cc053
|
Public constructor issue now marks the name token.
|
12 years ago |
Mike Krüger
|
62aaf41af6
|
Fixed failing built.
|
12 years ago |
Mike Krüger
|
dd449ac3ec
|
Fixed project.
|
12 years ago |
Mike Krüger
|
36a773d6b0
|
Merge pull request #166 from ciplogic/master
It helps user to fix errors when explicit conversion exists
|
12 years ago |
Mike Krüger
|
8ed13e2813
|
Merge pull request #167 from leoowen19/master
[CodeIssue] Modified Public Constructor in Abstract Class Issue
|
12 years ago |
leoowen19
|
73f679e6c3
|
[CodeIssue] Modified PublicConstructorInAbstractClass issue to support Resharper disable comment
|
12 years ago |
ciplogic
|
d1196a8ffb
|
Fixes bug #10728 (Auto-Fix regarding control flow: "Convert to correct type")
|
12 years ago |
Mike Krüger
|
75d8e95c83
|
Merge pull request #165 from ciplogic/master
Fixes bug #11710
|
12 years ago |
ciplogic
|
d420c33cfe
|
Merge git://github.com/icsharpcode/NRefactory
Conflicts:
ICSharpCode.NRefactory.Tests/CSharp/CodeActions/ConvertToStaticMethodActionTests.cs
|
12 years ago |
ciplogic
|
4fe454fd59
|
Fixes bug 11710 based on review of Daniel Grunwald
|
12 years ago |
Daniel Grunwald
|
d1be453e2a
|
Fix return value conversion within async lambda.
|
12 years ago |
Daniel Grunwald
|
d25b2dba4b
|
Add unit test that verifies that all AddIns shipping with SharpDevelop are addInManagerHidden="preinstalled"
|
12 years ago |
Daniel Grunwald
|
7bfda47572
|
Fix moving projects between solution folders.
|
12 years ago |
Mike Krüger
|
267ae7d2c7
|
Merge pull request #164 from leoowen19/master
[CodeIssue]PublicConstructorInAbstractClass
|
12 years ago |
leoowen19
|
579d2aca48
|
[CodeIssue]PublicConstructorInAbstractClass
Convert modifiers of constructors in Abstract class from "public" to
"protected".
|
12 years ago |
Mike Krüger
|
3259ee91ac
|
Merge pull request #163 from leoowen19/master
[CodeIssue]Reformatted three code issue source files
|
12 years ago |
leoowen19
|
511439be30
|
[CodeIssue] Reformatted three code issue files
|
12 years ago |
Mike Krüger
|
db4a4ee299
|
Corrected some settings in the allman formatting style.
|
12 years ago |
Mike Krüger
|
827a7f38d4
|
Use OfType to find constructor declarations.
|
12 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
|
12 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
|
12 years ago |
leoowen19
|
42921dca18
|
[CodeIssue] Redundant Constructor issue
Do not need an empty constructor
|
12 years ago |
Matt Ward
|
5d4d80c79c
|
Add child elements menu in WiX setup files view now working.
|
12 years ago |
ciplogic
|
afe570f1fb
|
Give the same names for code issues to their R# equivalents to make possible disabling them
|
12 years ago |
Mike Krüger
|
49eb79e970
|
Merge pull request #160 from ciplogic/master
Based on feedback on pull request #158
|
12 years ago |
Mike Krüger
|
0882827229
|
Fixed failing unit test.
|
12 years ago |
ciplogic
|
ce7ba9ad64
|
Fasten the search visitor by ignoring some top level constructs
|
12 years ago |
Daniel Grunwald
|
4a11a13672
|
Documentation fixes.
|
12 years ago |
Daniel Grunwald
|
46fb6ce473
|
Fix crash in CSDemo when nodes use TextLocation.Empty.
|
12 years ago |
Daniel Grunwald
|
d9076125a3
|
Add ConstructorInitializerType.Any for more flexible pattern matching on constructor initializers.
|
12 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.
|
12 years ago |
Mike Krüger
|
da89feb228
|
Added missing formatting option.
|
12 years ago |
Daniel Grunwald
|
1229e35d23
|
Use class FileName for the ProjectItem.FileName property.
|
12 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 |