Peter Forstmeier
5f1c1b8b46
WpfTestView
12 years ago
Mike Krüger
8d4352b5d9
Disabled remove field action.
...
The action may destroy code therefore I disable it.
12 years ago
Mike Krüger
3cdd45e7b4
Added test for formatting bug.
12 years ago
Siegfried Pammer
8a65c372cb
fixed some bugs in XAML code completion
12 years ago
Mike Krüger
5f982b4774
Fixed bug in formatting engine.
12 years ago
Mike Krüger
ba13e28750
Fixed bug in redundant assignment issue.
12 years ago
Mike Krüger
1ad8c17390
Fixed completion bug.
12 years ago
Mike Krüger
05c5931a05
Disabled convert to static method issue.
...
It's not clear to me how the body analyzation is working - it seems to
be missing at all. Therefore I disable this issue until it's
implemented.
12 years ago
Mike Krüger
aec8e62922
Fixed formatting tests.
12 years ago
Mike Krüger
f40346db06
Fixed some issues in convert to static method issue.
12 years ago
Mike Krüger
fa671aacff
Fixed duplicate if chain issue tests.
12 years ago
Mike Krüger
5f867c5321
Ignore duplicate body method issue.
...
I take that one out for now - tests are failing and that's a very
unlikely issue to happen.
12 years ago
Mike Krüger
78442bb33a
Fixed static constructor access modifier issue tests.
12 years ago
Mike Krüger
9029b9717a
Merge pull request #180 from ciplogic/master
...
Added fix for bug #11856
12 years ago
Ciprian Khlud
c43a3ee9c3
Remove duplicate ifs, in if/else chains in case that the expression is duplicated. It can happen in copy/paste cases.
...
Fixes formatting of the previous commit to match K&R style.
12 years ago
Peter Forstmeier
dd58109d39
TestView for .Reporting
...
MeasurementService and MeasureStrategy
12 years ago
Ciprian Khlud
6e4f648b48
Added code issue to address bug #11856
...
https://bugzilla.xamarin.com/show_bug.cgi?id=11856
This works for expressions by doing the following:
- it looks if the expression is the first in a sequence of conditional expressions
- if is first, it extracts all expressions in the chained expressions
- after that it compares all expressions and if two are found as duplicates, the first duplicate is shown
The code fix will remove the duplicate expression.
This bug will also look to bit operations ( & and | ) as they have similar semantics
12 years ago
Mike Krüger
9ad9d69e3e
Merge pull request #179 from luiscubal/tdd
...
Handle type inference ExtractFieldAction
12 years ago
Luís Reis
e287bdb020
Fixed bug in TestRefactoringContext that attempted to put fields inside properties
12 years ago
Luís Reis
94cfe777b4
Improved ExtractFieldAction for static getters and setters.
12 years ago
Luís Reis
8602033a04
Improved ExtractField. Tests currently fail for variables in getters.
12 years ago
Luís Reis
3ea78f887a
Added (currently failing) tests for static fields. Minor formatting fixes.
12 years ago
Luís Reis
2710510610
Fixed ExtractFieldAction to handle type inference better and added unit tests that failed with the previous version.
12 years ago
Mike Krüger
3a0c2ce8a7
Merge pull request #178 from ciplogic/master
...
Remove "Remove field refactory", and get fixes in other actions
12 years ago
Mike Krüger
124240e5c9
Merge pull request #176 from luiscubal/tdd
...
Added unit tests and fixed additional bug in UseExplicitTypeAction
12 years ago
Luís Reis
eee49d9d35
Fixed bug in UseExplicitTypeAction. Now, anonymous arrays are correctly excluded.
12 years ago
Luís Reis
d57537f061
Added additional tests. One of new ones is failing.
12 years ago
Mike Krüger
137d2f86bf
Merge pull request #175 from luiscubal/lambda-fix
...
Fix to ConvertLambdaToAnonymousDelegate
12 years ago
Luís Reis
962ba311d4
Fixed bug in ConvertLambdaToAnonymousDelegates to handle () => VoidMethod()
12 years ago
Matt Ward
164a546985
Support NuGet packages containing MSBuild targets and props files.
...
MSBuild props files are added to the top of the project whilst
targets files are added to the end.
12 years ago
Peter Forstmeier
43bec54390
PrintExporter
12 years ago
Ciprian Khlud
e7a6a4da9e
Merge commit '19e5dbf0ec44dd61ec6dad8bae5d6a3f1188e38e'
...
Conflicts:
ICSharpCode.NRefactory.CSharp/ICSharpCode.NRefactory.CSharp.csproj
ICSharpCode.NRefactory.Tests/CSharp/CodeIssues/ConvertToStaticMethodIssueTests.cs
ICSharpCode.NRefactory.Tests/ICSharpCode.NRefactory.Tests.csproj
12 years ago
Ciprian Khlud
3dcad69810
Remove "Remove Field Refactory" as it is dangerous.
12 years ago
Ciprian Khlud
bd486b50b0
Code updates
12 years ago
Ciprian Khlud
19e5dbf0ec
WIP on master: 9a482c2
Remove unused field
12 years ago
Ciprian Khlud
fe53dec615
untracked files on master: 9a482c2
Remove unused field
12 years ago
Ciprian Khlud
804fb5d0d8
index on master: 9a482c2
Remove unused field
12 years ago
Ciprian Khlud
9a482c2653
Remove unused field
12 years ago
Ciprian Khlud
9db3f46cbc
Support non void arguments
12 years ago
Ciprian Khlud
046734eb37
Merge git://github.com/icsharpcode/NRefactory
12 years ago
Mike Krüger
b323947506
Merge pull request #173 from luiscubal/anonymous-var
...
Prevent UseExplicitTypeAction for anonymous types.
12 years ago
Mike Krüger
6ccb6e363b
Merge pull request #174 from luiscubal/lambda-to-delegate
...
ConvertLambdaToAnonymousDelegates now works correctly for lambdas with a...
12 years ago
Luís Reis
cf7c55dae3
ConvertLambdaToAnonymousDelegates now works correctly for lambdas with an expression on the right side.
12 years ago
Matt Ward
87fd34a1de
Fix exception when there is a file conflict installing jQuery.
...
Always use UI thread when opening FileConflictResolver dialog
when running PowerShell scripts.
12 years ago
Luís Reis
33725e3f82
Prevent UseExplicitTypeAction for anonymous types.
12 years ago
Matt Ward
64f2ec885e
Use WPF for file conflict dialog.
...
MessageService.ShowCustomDialog() does not set focus
to the accept button.
Extract common code from the NuGet addin dialogs.
12 years ago
Matt Ward
ae02e5fb3f
Add file conflict dialog.
12 years ago
Matt Ward
b0767b8518
Update to NuGet 2.5
12 years ago
Siegfried Pammer
c0680b4e33
fix issues with member value completion, event completion etc.
12 years ago
Siegfried Pammer
dfb8847e34
finished implementation of CompletionDataGenerator
12 years ago