Siegfried Pammer
860a1432ae
fix SD-1888 - NullReferenceException in ExpressionNode.EvaluateExpression
14 years ago
Alex Ivanov
c34ce8ddc3
Debugger: try harder to resolve cast expressions
14 years ago
Matt Ward
c4afa0ea5b
Fix failing unit test.
14 years ago
Matt Ward
d4d5a3cad0
Fix build.
14 years ago
Siegfried Pammer
4155482892
fix possible NullReferenceException in SearchManager
14 years ago
Siegfried Pammer
2a3100024f
Merge branch 'projectbehaviors' of github.com:icsharpcode/SharpDevelop
...
Conflicts:
SharpDevelop.sln
14 years ago
Siegfried Pammer
be4aed03f8
correct typo in string resource name and add Web options as separate project options page
14 years ago
Siegfried Pammer
e2d61ab0ae
add note to AspNet.Mvc.addin
14 years ago
Siegfried Pammer
4c7aefdf7a
move WebProjectService to AspNet.Mvc.csproj
14 years ago
Siegfried Pammer
4188272c0e
reduced code duplication in WebBehavior.Start
14 years ago
Siegfried Pammer
7c3e361c79
starting a project with/without debugger works again
14 years ago
Siegfried Pammer
23907c2d2c
move XAML-related Behaviors to XAML binding
14 years ago
Siegfried Pammer
80160c1c19
finished implementation of Behaviors
14 years ago
Daniel Grunwald
adda0ee18d
C# code completion
14 years ago
Mike Krüger
4632c42a7a
Fixed unit test.
14 years ago
Mike Krüger
de6870b067
Fixed completion unit test.
14 years ago
Mike Krüger
d89d25c11d
Added failing unit test.
14 years ago
Mike Krüger
a6fa72ef93
Fixed constructor initializer parameter completion.
14 years ago
Mike Krüger
3c3840b8c3
Cleaned up code a bit.
14 years ago
Mike Krüger
789e0cced3
Cleaned up code a bit.
14 years ago
Mike Krüger
c3b136b156
Fixed attribute context cases.
14 years ago
Mike Krüger
0983e854ea
Fixed some keyword contexts.
14 years ago
Daniel Grunwald
c6662f71f6
Merge NRefactory commit 'd03d17bbe4f137615c230371b3301b490c466dea' into SharpDevelop newNR branch.
14 years ago
Daniel Grunwald
d03d17bbe4
Use lazy initialization for C# resolved type definitions.
...
This speeds up creating a new compilation for a single resolve operation by a factor of 10 (for NRefactory.sln; potentially more for larger solutions).
14 years ago
Daniel Grunwald
9df7940231
Normalize newlines.
14 years ago
Daniel Grunwald
49ea0a14bc
Make the Ctrl+F search box a bit wider.
14 years ago
Daniel Grunwald
01b538f97e
Fix CSharpToVBConverterVisitor (use Pattern.AnyString).
14 years ago
Daniel Grunwald
b374e40758
Don't insert space in front of brace if the brace is the first token in the line.
14 years ago
Daniel Grunwald
9f809bc729
Use IOutputFormatter.StartNode() instead of OutputStarted event.
14 years ago
Daniel Grunwald
f30ceb5b4c
Set version number to 5.0.0.4.
14 years ago
Mike Krüger
8d5b268fdf
Fixed completion bug.
14 years ago
Daniel Grunwald
d2f2feb994
Remove the thread-local cache; it seems to cause massive memory leaks.
14 years ago
Siegfried Pammer
8527075b41
initial implementation of the ProjectBehavior-API
14 years ago
PeterForstmeier
698bd2e873
Very simple Report in CQA
14 years ago
Daniel Grunwald
cfe807ab73
Fix "find references" for method group conversions in delegate creation expressions "new Action(MyMethod)"
14 years ago
Daniel Grunwald
5f8dcf4f7a
Implement 'ToMemberReference()' and 'InterfaceImplementations' on specialized members.
14 years ago
Daniel Grunwald
33b57d590d
Fixed IMember.ToMemberReference() for explicit interface implementations.
14 years ago
Daniel Grunwald
9859dce24f
Improve ResolveAtLocation.
14 years ago
Daniel Grunwald
a7245affe6
Fixed finding references to method group conversions.
14 years ago
Daniel Grunwald
194b33438b
Add FindReferencesConsistencyCheck.
14 years ago
Daniel Grunwald
d0bd4faa6b
Merge changes from SharpDevelop 'newNR' branch into NRefactory main repository.
14 years ago
Daniel Grunwald
311df2bbb2
CSharpAstResolver: add cancellation support
14 years ago
Mike Krüger
17a8d4394a
Fixed completion bug.
14 years ago
Mike Krüger
3b682d43b1
Fixed code completion bug.
14 years ago
Mike Krüger
e2bf1e41d4
Worked on unattached attribute handling.
14 years ago
Mike Krüger
b0332c6d9d
Added IsInside methods to the AstNode.
14 years ago
Daniel Grunwald
e5217c2c13
Fixed bug in 'BetterConversion' implementation - converting to Func<> delegates is better than converting to Action<> delegates.
14 years ago
Daniel Grunwald
c6ecab1c48
Implemented support for InternalsVisibleToAttribute.
14 years ago
Daniel Grunwald
cb84adabc6
Fixed parsing undocumented expressions.
14 years ago
Daniel Grunwald
46254b3b0d
Add support for resolving "operator true".
14 years ago