Daniel Grunwald
|
33049ce242
|
Fix context actions popup disappearing when clicking the SharpDevelop title bar.
|
13 years ago |
Siegfried Pammer
|
7a033c8aca
|
implement code issue to display syntax errors found by the Mono C# parser
|
13 years ago |
Siegfried Pammer
|
ba0bb353af
|
make Document in SDRefactoringContext accessible from outside
|
13 years ago |
Siegfried Pammer
|
b0135e14a6
|
fix exception in FoldingManager when opening XAML files
|
13 years ago |
Siegfried Pammer
|
dccd899196
|
change monospace-detection in FontSelector
|
13 years ago |
Matt Ward
|
c7e1cece1a
|
Fix index out of range exception in Package Sources option panel.
Disable move buttons if no package source selected.
|
13 years ago |
Daniel Grunwald
|
804ea361d0
|
Fix NullReferenceException in ParameterCanBeDemotedIssue
|
13 years ago |
Daniel Grunwald
|
cfa01c3986
|
Fix HighlightingColorizer.OnHighlightStateChanged ignoring some change notifications.
|
13 years ago |
Daniel Grunwald
|
e24b3330ce
|
Use SD.Dom for entity context menu.
Note: this does not work yet because the DOM implementation is incomplete.
|
13 years ago |
Daniel Grunwald
|
7ebe773b5b
|
Fix crash when issues are reported on null nodes.
|
13 years ago |
Daniel Grunwald
|
27d2586752
|
Remove disabled context actions from AddInTree.
|
13 years ago |
Daniel Grunwald
|
60fc3694b7
|
Use StringComparison.Ordinal
|
13 years ago |
Daniel Grunwald
|
0cf742a339
|
Fix NullReferenceException in MoveToOuterScopeAction.FindCurrentScopeEntryNode
|
13 years ago |
Daniel Grunwald
|
4936107b26
|
Fix ArgumentOutOfRangeException in ReachabilityAnalysis.
|
13 years ago |
Daniel Grunwald
|
08ff4ab865
|
Fix ObjectDisposedException when aborting solution load.
|
13 years ago |
Daniel Grunwald
|
68d3de0097
|
Don't create fold markers for single-line properties.
|
13 years ago |
Daniel Grunwald
|
36e872d395
|
Fix Find Overrides (F6) across multiple projects.
|
13 years ago |
Daniel Grunwald
|
f902088e38
|
Update NRefactory to 5.3.0-5-g33c882d
|
13 years ago |
Matt Ward
|
2d45e51d81
|
Fix blank summary in NuGet package license accept dialog.
Use description if the package summary is missing.
|
13 years ago |
Daniel Grunwald
|
33c882d4a3
|
Add consistency check that mutates the AST and checks if pattern matching finds the difference.
|
13 years ago |
Daniel Grunwald
|
dac867d9ed
|
Fix pattern matching for ComposedType.BaseType.
|
13 years ago |
Daniel Grunwald
|
911d47cb02
|
Indexer declaration: make "this" a token instead of an identifier
|
13 years ago |
Daniel Grunwald
|
1b5b02e0a7
|
Use SyntaxTree.MemberRole for assembly attributes.
|
13 years ago |
Daniel Grunwald
|
de9eea5967
|
Fix MemberType.DoMatch() - pattern matching was ignoring the type arguments.
|
13 years ago |
Daniel Grunwald
|
0142d78ba7
|
Update NRefactory version number to 5.3.0
|
13 years ago |
Daniel Grunwald
|
46881e6ea2
|
Un-ignore some tests that were fixed
|
13 years ago |
Daniel Grunwald
|
964c2afbfe
|
Insert after last using instead of inserting before namespace declaration.
This affects the placement of whitespace.
|
13 years ago |
Daniel Grunwald
|
6bb526a8e3
|
Fixed issues with control flow analysis on incomplete AST.
|
13 years ago |
Daniel Grunwald
|
a3949addb5
|
C# parser: preserve order of constraints
|
13 years ago |
Daniel Grunwald
|
5bacb5f5dd
|
Fix progress bar when running a search in the background.
|
13 years ago |
Daniel Grunwald
|
1e503a1b53
|
Enable "Add using" context action.
|
13 years ago |
Daniel Grunwald
|
7f2f6dc332
|
Update NRefactory to v5.2.0-554-g755e37e
|
13 years ago |
Mike Krüger
|
755e37edaa
|
Fixed try catch statement position + failing test.
|
13 years ago |
Daniel Grunwald
|
6d0f3fb02e
|
Add "add using" context action.
The unit tests are based on pull request #104 by Adam Connelly
|
13 years ago |
Daniel Grunwald
|
256bcf3440
|
Merge pull request #132 from erik-kallen/decimal-constant-bug
Decimal constant bug
|
13 years ago |
Daniel Grunwald
|
03ee44e6ee
|
Merge pull request #128 from erik-kallen/await-csharp5-final
Make 'await' resolve as in the C# 5.0 language specification.
|
13 years ago |
Daniel Grunwald
|
7d9c4596d1
|
Fix InvalidCastException in InconsistentNamingIssue.
|
13 years ago |
Daniel Grunwald
|
72ee6eb22f
|
Copy over some fixes from SD5.
|
13 years ago |
Matt Ward
|
f75a871712
|
Fix blank package summary in Manage Packages dialog packages list.
Display NuGet package description if the summary is missing.
|
13 years ago |
Daniel Grunwald
|
2793cc46eb
|
Add Ctrl+Space completion that automatically inserts usings.
|
13 years ago |
Matt Ward
|
176b2834c0
|
Allow enter key when editing standard file headers.
|
13 years ago |
Daniel Grunwald
|
5f770be656
|
Fixed SearchAndReplaceBinding.Detach
|
13 years ago |
Daniel Grunwald
|
305ce8a1d7
|
Merge NRefactory 5.2.0-544-g355e3fb into SharpDevelop newNR branch.
|
13 years ago |
Daniel Grunwald
|
355e3fbb63
|
Fix incorrect XmlDoc comment
|
13 years ago |
Daniel Grunwald
|
7710a534de
|
DefaultSolutionSnapshot.AddCompilation now registers the project content for GetProjectContent(string projectFileName)
|
13 years ago |
Mike Krüger
|
23fb23ca46
|
[CodeCompletion] Fixed variable hiding bug.
|
13 years ago |
Mike Krüger
|
f51623867f
|
[CodeCompletion] Added async to the type level keywords.
|
13 years ago |
Mike Krüger
|
4da0cc3265
|
[Completion] Added missing async/await keywords.
|
13 years ago |
Mike Krüger
|
92ad81deaa
|
[CodeCompletion] Completion engine now can generate import completion
data.
|
13 years ago |
Matt Ward
|
d9028a73bc
|
Fix FormatException in Class Diagram addin.
Visual Studio class diagrams do not store the Collapsed xml attribute when the item is not collapsed.
|
13 years ago |