Ciprian Khlud
ad0c12d1da
Sample implementation for bug #11866
...
https://bugzilla.xamarin.com/show_bug.cgi?id=11866
The test fails because EOLN issues for now, and it works just for methods that return void for now. But it does look for methods inside the classes that have same: arguments, return type and modifiers (so are duplicates)
12 years ago
Siegfried Pammer
2fc1b20a96
first working version of XAML code completion
12 years ago
Peter Forstmeier
39957473aa
Cleanup
12 years ago
Peter Forstmeier
23d38d0864
Cleanup Interfaces and BaseClasses
12 years ago
Mike Krüger
425be7ccc6
Fix create changed event action.
12 years ago
Mike Krüger
1c86d72523
Revert "Simplified the scrip API a bit (insert cursor/links are no longer task"
...
I do it different.
This reverts commit 4fa3c33d6b
.
12 years ago
Ciprian Khlud
eca73de6e4
ExpressionOfCompatibleTypeCodeIssue will not convert class types any longer.
12 years ago
Ciprian Khlud
17b26e4ce0
Added more unit tests to:
...
https://bugzilla.xamarin.com/show_bug.cgi?id=10728
There is a bug in conversion between double and float (in Convert part of the base classes)
12 years ago
Ciprian Khlud
d225305f0d
Fixed the range of the ConvertToStaticMethodIssue
12 years ago
Mike Krüger
9425107fc9
Turned off expression of compatibile type cast issue.
...
It doesn't really work correctly - what is that supposed to do and why
?
12 years ago
Peter Forstmeier
7568743d2a
Rework Interfaces, test's for ContainerConverter
12 years ago
Ciprian Khlud
3fae6d6cd6
Fixed description
12 years ago
Ciprian Khlud
0d391896fb
Fixes bug #10731
...
https://bugzilla.xamarin.com/show_bug.cgi?id=10731
It will look as a separate issue checker for basic interfaces and it will give the first implementation that works as base (so it will not give 5 possible conversions, even all are possible). In practice works really well. It is losely based on the ParameterCanbeDemotedIssue so I exposed the code to not duplicate it. Yet the code is much simpler this action.
12 years ago
Ciprian Khlud
dd8caea759
Fixes bug 11709 part of Xamarin's bugzilla: https://bugzilla.xamarin.com/show_bug.cgi?id=11709
...
It makes ConvertToStaticMethod as an issue.
12 years ago
Ciprian Khlud
c965df75ab
Adds a refactor that removes fairly accurate a field in all places (it is based on FindReferences).
12 years ago
Mike Krüger
4fa3c33d6b
Simplified the scrip API a bit (insert cursor/links are no longer task
...
based).
12 years ago
Mike Krüger
05dfb9eada
fixed bug in create changed event.
12 years ago
Mike Krüger
de0b7ddff6
Fixed bug in create changed event.
12 years ago
Mike Krüger
b632cece34
Fixed formatting bug in create changed event.
12 years ago
Mike Krüger
fab9ac629c
Merge pull request #169 from leoowen19/master
...
[ContextAction] Add more constraints with DecToHex action
12 years ago
leoowen19
bb3001bc37
[ContextAction] Added more contraint with DecToHex Action
...
Constraints of bool, float, double and char were added.
12 years ago
Mike Krüger
9397fc1987
Fixed some issues in wrapping formatting.
12 years ago
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
Siegfried Pammer
b471c96557
fix SD-1920 - NumericUpDown does not work properly when typing a number
...
The value should be validated and saved when the control loses the focus.
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
13 years ago
ciplogic
d420c33cfe
Merge git://github.com/icsharpcode/NRefactory
...
Conflicts:
ICSharpCode.NRefactory.Tests/CSharp/CodeActions/ConvertToStaticMethodActionTests.cs
13 years ago
ciplogic
4fe454fd59
Fixes bug 11710 based on review of Daniel Grunwald
13 years ago
Daniel Grunwald
d1be453e2a
Fix return value conversion within async lambda.
13 years ago
Peter Forstmeier
f6d0678531
TextItem, Exporter's
13 years ago
Daniel Grunwald
d25b2dba4b
Add unit test that verifies that all AddIns shipping with SharpDevelop are addInManagerHidden="preinstalled"
13 years ago
Daniel Grunwald
7bfda47572
Fix moving projects between solution folders.
13 years ago
Mike Krüger
267ae7d2c7
Merge pull request #164 from leoowen19/master
...
[CodeIssue]PublicConstructorInAbstractClass
13 years ago
leoowen19
579d2aca48
[CodeIssue]PublicConstructorInAbstractClass
...
Convert modifiers of constructors in Abstract class from "public" to
"protected".
13 years ago
Mike Krüger
3259ee91ac
Merge pull request #163 from leoowen19/master
...
[CodeIssue]Reformatted three code issue source files
13 years ago