Siegfried Pammer
|
4bf6937250
|
fix performance regression of local variables pad and watch pad
|
14 years ago |
Daniel Grunwald
|
f788f91421
|
Ignore AssemblyInfo in RoundtripTest.
|
14 years ago |
Daniel Grunwald
|
9fea0d07fe
|
Implemented eligibility check for extension methods.
|
14 years ago |
PeterForstmeier
|
e043f3eb5d
|
NodeDescription.xaml and NodeDescriptionViewModel.cs
|
14 years ago |
Mike Krüger
|
7431897ae7
|
Implemented 'partial' completion.
|
14 years ago |
Mike Krüger
|
45fb111271
|
Fixed anonymous type null reference exception.
|
14 years ago |
Mike Krüger
|
e0d4232751
|
Added unit test for "as" expression context.
|
14 years ago |
Mike Krüger
|
912908767c
|
Fixed type expected context.
|
14 years ago |
Mike Krüger
|
574994c01a
|
Updated/merged mcs.
|
14 years ago |
Mike Krüger
|
e492e804e8
|
Merge branch 'master' of github.com:icsharpcode/NRefactory
|
14 years ago |
Daniel Grunwald
|
75a42660ed
|
Merge NRefactory '90c0758bb07a651cbf7f7c78cb2bbfd282306c34' into SharpDevelop newNR branch.
|
14 years ago |
Daniel Grunwald
|
ea76a76db0
|
Merge NRefactory '90c0758bb07a651cbf7f7c78cb2bbfd282306c34' into SharpDevelop newNR branch.
|
14 years ago |
Matt Ward
|
8d5533a925
|
Updated icons from Michael Seeger for addins using their own images and a fix for the transparency of the method icon.
|
14 years ago |
Daniel Grunwald
|
90c0758bb0
|
Update roundtrip test.
|
14 years ago |
Daniel Grunwald
|
f2011680e9
|
Fixed resolving LINQ queries that involve transparent identifiers.
|
14 years ago |
Daniel Grunwald
|
418f7090cb
|
Fixed resolving NamedExpressions in anonymous type creation expressions.
|
14 years ago |
Daniel Grunwald
|
7779508e9f
|
Fixed lifting for built-in relational operators.
|
14 years ago |
Daniel Grunwald
|
040b841c3b
|
Fixed resolving equality and relational operators on nullable types.
|
14 years ago |
Siegfried Pammer
|
6b31a6f1dc
|
fix exception occurring after launching CQA
|
14 years ago |
Siegfried Pammer
|
93673a2945
|
finish implementation of Matrix <-> TreeView sync
|
14 years ago |
Siegfried Pammer
|
0ede6cfcb7
|
implemented TreeViews of DependencyMatrix
|
14 years ago |
Daniel Grunwald
|
b803d850f7
|
Do not report invalid conversion from int to void for this code:
void Run(Action<string> a) { }
int M() {
Run(x => $M()$);
}
|
14 years ago |
Daniel Grunwald
|
dac8c0fd35
|
Implement CSharpAstResolver.GetExpectedType() and CSharpAstResolver.GetConversion().
|
14 years ago |
Matt Ward
|
39891c3b4b
|
Generate WCF service reference proxy using the namespace in the Add Service Reference dialog.
|
14 years ago |
Matt Ward
|
c3026f02ca
|
Add Razor MVC project and file templates for C# and VB.NET.
|
14 years ago |
Daniel Grunwald
|
70e62f42a1
|
Fixed DefaultMemberReference for methods with parameters.
|
14 years ago |
Mike Krüger
|
d9fe4a3566
|
Worked on merging mcs.
|
14 years ago |
Mike Krüger
|
bd58ea7afc
|
Merged with mcs.
|
14 years ago |
Mike Krüger
|
dba7b479ae
|
Fixed operators show up in completion list.
|
14 years ago |
Mike Krüger
|
f92742bdad
|
Removed double "default" item in switch context.
|
14 years ago |
Mike Krüger
|
6a9564d048
|
Added member provider to give the completion engine more context from
outside.
|
14 years ago |
Mike Krüger
|
578bb6c062
|
Fixed parsing of switch statements.
|
14 years ago |
Matt Ward
|
04c89f4b55
|
Update icons in unit tests window. Commit updated files missing from previous commit.
|
14 years ago |
Matt Ward
|
9e420bc36d
|
Add Fugue Icons by Yusuke Kamiyamane - http://p.yusukekamiyamane.com/ and icons created by Michael Seeger.
|
14 years ago |
Siegfried Pammer
|
be15f5a0b2
|
fixing build
|
14 years ago |
Siegfried Pammer
|
b3e8bfc816
|
trying to fix build
|
14 years ago |
Siegfried Pammer
|
83e350afc5
|
started implementation of AssemblyAnalyzer
|
14 years ago |
Siegfried Pammer
|
82804565ac
|
started implementation of AssemblyNode
|
14 years ago |
Siegfried Pammer
|
17c5871d5f
|
initial commit of new CodeQuality.csproj
|
14 years ago |
Siegfried Pammer
|
127b080566
|
fix SD-1877 - Unable to remove solution item using context menu in Projects window
|
14 years ago |
Siegfried Pammer
|
08af7199ce
|
small changes to CQA DOM
|
14 years ago |
Siegfried Pammer
|
91a3fbbcc6
|
add dynamic keyword to C# code completion
|
14 years ago |
Siegfried Pammer
|
fb61f42af2
|
started implementation of new DOM based on NRefactory.TypeSystem
|
14 years ago |
Siegfried Pammer
|
21bc49b814
|
update NR5 in SharpDevelop
|
14 years ago |
Mike Krüger
|
a33b320958
|
Fixed failing unit test.
|
14 years ago |
Mike Krüger
|
b5c90d631c
|
Added unit test for "Finalizer" method not shown.
|
14 years ago |
Mike Krüger
|
b09fd7ff58
|
Find references tries now to detect delegate usages of methods.
TODO: Overload resolution.
|
14 years ago |
PeterForstmeier
|
92952d70c9
|
Extend ToolTip Text in TreeMapViewModel.cs
|
14 years ago |
Matt Ward
|
45908b905c
|
Make the Go button the default button on the Add Service Reference dialog.
|
14 years ago |
Matt Ward
|
fcb7abb0a7
|
Add reference to System.ServiceModel assembly when adding a service reference.
|
14 years ago |