PeterForstmeier
|
140a616230
|
Merge branch 'master' of github.com:icsharpcode/SharpDevelop
|
14 years ago |
Siegfried Pammer
|
32f9a25ed3
|
make IsAutomaticProperty an extension method. Now named IsAutoImplemented.
|
14 years ago |
Matt Ward
|
9ef2ad0992
|
Merge branch 'master' of github.com:icsharpcode/SharpDevelop into aspnetmvc
|
14 years ago |
Alex
|
7907c844e7
|
Allow multi-line build events scripts
|
14 years ago |
Siegfried Pammer
|
7c1698f123
|
update README.txt
|
14 years ago |
Siegfried Pammer
|
20e4e01eef
|
add README.txt
|
14 years ago |
Siegfried Pammer
|
8db12b246d
|
add correct behaviour of Backspace/Delete in virtual space
|
14 years ago |
Siegfried Pammer
|
03bc938456
|
add support for auto-implemented properties to override ToString code generator and adjust behaviour of dialog if list of available properties/fields is empty
|
14 years ago |
Siegfried Pammer
|
fa18fc7315
|
add support for auto-implemented properties in Equals/GetHashCode code generator
|
14 years ago |
Siegfried Pammer
|
d4ce5d75e8
|
fix NullReferenceException if IEnumerable contains no elements
|
14 years ago |
Siegfried Pammer
|
d4e447ab81
|
small adjustments for virtual space mode
|
14 years ago |
Siegfried Pammer
|
ed4a263c9d
|
fix crash in NRefactoryResolver when compilation unit language and selected language do not match
|
14 years ago |
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 |