Erik Källén
867dc8b407
Improved handling of sizeof(x)
...
Resolving sizeof(x) will now return a specialized ResolveResult that contains information about which type's size is investigated. Also fixed a bug that caused sizeof() to not work when initializing fields. Also made sizeof(SomeEnum) resolve to the size of the underlying type which is illegal according to the spec, but mcs allows it.
13 years ago
David Srbecký
86b779a8f0
Re-implemented fast property evaluation
13 years ago
Daniel Grunwald
b3c2b0ce9d
ResolveAtLocation: when resolving a method name within a delegate creation, produce MemberResolveResult instead of MethodGroupResolveResult.
13 years ago
Daniel Grunwald
9378cd19f0
Fix bug in ParameterizedType.VisitChildren() when replacing the generic type definition.
...
Fix some typos in XmlDoc.
13 years ago
Daniel Grunwald
f159810013
Remove unresolved references from new Alias*ResolveResult.
13 years ago
Siegfried Pammer
aba3a7a1ca
fix unit tests
13 years ago
Siegfried Pammer
7eb5641bcf
add WPF designer back
13 years ago
Siegfried Pammer
93565945b1
fixed serialization of breakpoints and bookmarks
13 years ago
Siegfried Pammer
ae7aec8d8c
move textmarker tooltip support to AddIn tree
13 years ago
Siegfried Pammer
281f3e17b3
fix NRE in ExpressionEvaluationVisitor when trying to evaluate non-static field from static context.
13 years ago
Matt Ward
ab5982d2e0
Fix NullReferenceException for incorrect SubstitutionGroup in XML schema.
...
Handle XML schema that defines an element that uses a SubstitutionGroup
element but does not define the corresponding element.
13 years ago
Matt Ward
d8e27befb9
Fix xml completion for SubstitutionGroup elements.
13 years ago
David Srbecký
ce93c593ad
Re-implement support for IEnumerable<T> in tooltips
13 years ago
Matt Ward
50fd47ee9a
Add Data addin.
13 years ago
Matt Ward
4589048d23
Return class position if member not found with FxCop.
13 years ago
Matt Ward
b350936869
Fix NotImplementedException when checking project with FxCop.
...
Implement class and member search to get position.
Nested classes are not currently found (works in SD 4.3).
SD 4.3 does not match constructors, generics and indexers.
13 years ago
Matt Ward
ddd6946569
Enable folding for Razor and .aspx files.
13 years ago
David Srbecký
81f6f66a33
Do not suspend other threads while stepping
13 years ago
David Srbecký
7d1735c54f
Refactor handling of debuggee exceptions
13 years ago
Siegfried Oleg Pammer
f14ca6ce9f
Merge pull request #35 from Rpinski/master
...
A "Git Show Log..." menu command
13 years ago
Mike Krüger
eae3641201
Corrected namespace.
13 years ago
Mike Krüger
11aa873815
Added alias resolve results that allows it to handle aliases more
...
easily. (for example showing them in the text editor UI or tooltips)
13 years ago
Mike Krüger
9c2c544061
Added a way to get the underlying method definition of a specialized
...
method.
13 years ago
Mike Krüger
2b83d7c4d0
Removed debug message
13 years ago
Andreas Weizel
f6aeb7859a
Added a "show log" menu command in Git AddIn.
13 years ago
Mike Krüger
4e104efc65
ParameterCanBeDemotedIssue no longer tries to demote arrays to ILists.
13 years ago
Mike Krüger
ecc15dde9a
Fixed bug in type system conversion (interface members can shadow
...
other members) & implement interface action bug.
13 years ago
Mike Krüger
ee0479e2ff
Remove redundant empty argument list is now much less intrusive.
13 years ago
Mike Krüger
a3edf1ac62
Fixed position of unbound type arguments.
13 years ago
Mike Krüger
25445fcd55
DeclareLocalVariable can now remove redundant parens.
13 years ago
Mike Krüger
5c45761c90
Fixed variable inlining missing parentheses issues.
13 years ago
Mike Krüger
eab84734b2
Fixed bug in create constructor action & implemented create enum value
...
action.
13 years ago
Mike Krüger
91ee675380
Added some null checks.
13 years ago
Mike Krüger
9ad0a08e78
Fixed potential ArgumentOutOfRangeException.
13 years ago
Mike Krüger
e00a9b8696
Fixed member lookup bug.
13 years ago
Matt Ward
f21be253f2
Add Asp.NET MVC addin.
...
Code completion and folding currently disabled for
Razor and Web Forms (.aspx) files.
13 years ago
Daniel Grunwald
9a405f1499
Merge branch 'master' into newNR.
13 years ago
Daniel Grunwald
b0fb6a4a73
GitStatusCache: calling ClearCachedStatus() shouldn't wait for running GetStatusSet() calls in the background.
...
This fixes a performance issue when running "Include In Project" on a folder with many files (when using git).
13 years ago
Daniel Grunwald
ec95374d67
GitStatusCache: calling ClearCachedStatus() shouldn't wait for running GetStatusSet() calls in the background.
...
This fixes a performance issue when running "Include In Project" on a folder with many files (when using git).
13 years ago
Daniel Grunwald
574d69cd6f
BuildModifiedProjectsOnlyService: remove static state
13 years ago
Matt Ward
5d51ca5a3c
Add commented out TestResultsReader test.
13 years ago
Matt Ward
ba0ebf5a6e
Fix unit test line number not displayed in Errors window.
...
Send the test result from the custom NUnit console after
the message and stack trace so all the information is
added to the test result before the TestFinished event
is fired.
13 years ago
Siegfried Pammer
7fbd6683c8
fix AcceptsReturn in EditStandardHeaderPanel
13 years ago
Matt Ward
61c6ca7a50
Add StyleCop addin.
13 years ago
Matt Ward
768a0c81aa
Fix FxCop failing to find rules defined in project.
...
Setting two or more FxCop rules to be flagged as errors instead of
warnings was adding the rules into the CodeAnalysisRules element of
the MSBuild project file with the semi-colon separators being escaped.
This escaping then causes FxCopCmd.exe to fail.
13 years ago
Daniel Grunwald
0eb8e20dbc
Adjust SharpDevelop to NRefactory update.
...
I removed the Mono.Cecil reference from SD.Base as it was only used in the broken debugger-decompiler code, which doesn't really belong into Base anyways.
13 years ago
Daniel Grunwald
7884b0ec4e
Rename Mono.Cecil -> cecil to match the original repository name.
13 years ago
Daniel Grunwald
51675a7180
Update to NRefactory 5.3.0-37-g52d116e
13 years ago
Matt Ward
135a4730b5
Fix build.
13 years ago
Matt Ward
cc2cc44463
Add FxCop addin.
13 years ago