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
Peter Forstmeier
12dd9699f6
rename some obsolete classes to old_XY
13 years ago
Peter Forstmeier
ab895ec3e1
CompilerMessageView.cs make use of OutputWindowOptionsPanelXaml.xaml.cs
13 years ago
Peter Forstmeier
871b1cc150
OutputWindowOptionsPanelXaml
13 years ago
Mike Krüger
43a8362c20
Fixed completion bug.
13 years ago
Mike Krüger
ffece11006
[Formatting] Fixed space within empty parentheses options.
13 years ago
Mike Krüger
191c33d7b1
[CodeAction] Fixed bug in implement interface action.
13 years ago
Mike Krüger
340fd5e1d4
Fixed completion bug.
13 years ago
Siegfried Pammer
97d2a30a7a
implement WPF-based FontSelector
13 years ago
Daniel Grunwald
e41e8d142a
Implemented folding of #regions, usings and comments.
13 years ago
Daniel Grunwald
c9cc2ff077
Remove CustomizableHighlightingColorizer.
13 years ago
Daniel Grunwald
72c6e37fc0
Use a regular HighlightingColorizer with custom IHighlighter instead of CustomizableHighlightingColorizer.
13 years ago
Daniel Grunwald
0ffbacf0d4
Re-enabled PasteAsComment + PasteAsString
13 years ago
Daniel Grunwald
a649210272
Fix build
13 years ago
Daniel Grunwald
703d17d91d
Reimplemented CodeEditorView.ShowHelp()
13 years ago
Daniel Grunwald
d7b2eb3d10
Merge branch 'master' of github.com:icsharpcode/SharpDevelop into newNR
13 years ago
Erik Källén
7b1530e814
When invoking a method with dynamic arguments (and there is only one applicable method), convert the result of the call to 'dynamic' ( http://blogs.msdn.com/b/ericlippert/archive/2012/10/22/a-method-group-of-one.aspx )
13 years ago
Matt Ward
94db4acf62
Show last published date for NuGet packages.
...
Show the package's last published date in the Manage Packages dialog instead of the
last updated date.
13 years ago
Matt Ward
d6501ec632
Fix NuGet package dependencies not displaying.
...
Add WPF data template for PackageDependencySet.
13 years ago
Daniel Grunwald
e703981624
Fix typo
13 years ago
Daniel Grunwald
ea71582c4f
Create new projects as Any CPU (32-bit) if the .NET 4.5 framework is installed.
...
Any CPU (32-bit) also works with older target frameworks as those interpret the 32-bit preferred flag as 32-bit required; but we require the new compiler version.
13 years ago
Daniel Grunwald
2c4b5da6a8
Add "AnyCPU (32-bit preferred)" option.
...
This option is only available if .NET 4.5 is installed.
13 years ago
Daniel Grunwald
9990ce8399
Fix 'Add existing project'
...
Commit 401e6b90
fixed a typo in the command name, but didn't change the .addin file.
13 years ago