Daniel Grunwald
3c85020743
A few more adjustments to the new NRefactory
14 years ago
Daniel Grunwald
26e7380e5b
IDocument now derives from IServiceProvider.
14 years ago
Daniel Grunwald
4fb4288c87
Starting to port SD to new NRefactory
14 years ago
Daniel Grunwald
839a5cbc8d
Make AvalonEdit implement the ICSharpCode.Editor interfaces.
14 years ago
Daniel Grunwald
c81d193164
Add strong-name to NRefactory; small API changes for ICSharpCode.Editor.
14 years ago
Daniel Grunwald
c380e1ced2
Add 'src/Libraries/NRefactory/' from commit 'fa6afb250a7662d43e48284983d41f3424110bf6'
...
git-subtree-dir: src/Libraries/NRefactory
git-subtree-mainline: 46521ab27a
git-subtree-split: fa6afb250a
14 years ago
Daniel Grunwald
46521ab27a
Remove old NRefactory.
14 years ago
Daniel Grunwald
fa6afb250a
Fix ResolveVisitor.VisitArrayCreateExpression.
14 years ago
Mike Krüger
d46401cc5c
Added missing predicate parameter.
14 years ago
Mike Krüger
3d5b2842a8
fixed bug in anonymous array create expression resolving.
14 years ago
Mike Krüger
04ecdd7bfd
Added support for anonymous arrays.
14 years ago
Mike Krüger
0a9b6c744d
Implemented simple array create expression resolving.
14 years ago
Mike Krüger
3be8d6cd91
Fixed bug with GetElementType.
...
ArrayType yields System.Collections.IEnumerable as base type before
the more specific System.Colloctions.Generic.IEnumerable.
14 years ago
Daniel Grunwald
9675caf1e9
ReadOnlyDocument: rename textBuffer->textSource
14 years ago
Daniel Grunwald
97d096414b
Fixed GetDelegateInvokeMethod() for parameterized types.
...
Fixed copy constructor of DefaultMethod.
Fixed handling of "class" constraint in CecilLoader.
14 years ago
Mike Krüger
42d4d7d042
fixed some bugs in use explicit type context action.
14 years ago
Mike Krüger
79b9582964
Fixed failing attribute unit tests.
14 years ago
Mike Krüger
6fb0a903cc
Added error indicators for missing closing brackets.
14 years ago
Mike Krüger
a11458e203
Worked on attribute resolving.
...
Some tests fail because of wrongly loaded classes in my system.
Daniel: Can you check the constructor attribute cases. I think
something doesn't work in the Cecil loader on my system. I only get 1
empty constructor for LoaderOptimization & the name on my system is
.ctor instead of #ctor.
14 years ago
Matt Ward
a70cd671d9
Official NuGet package repository url changed in NuGet 1.4
14 years ago
Matt Ward
dea34d3395
Show project name in Manage Packages dialog title.
14 years ago
Matt Ward
3de9a8a8d3
Show last updated date for NuGet package in Manage Packages dialog.
14 years ago
Mike Krüger
cf8a4120d4
Use equals.
14 years ago
Matt Ward
17dc0e7771
Rename Add Package Reference dialog to Manage Packages.
14 years ago
Matt Ward
0052ecf4f6
Add PackageManagement.PowerShell project to SharpDevelop tests solution.
14 years ago
Matt Ward
33fc889dec
Update to NuGet 1.4
14 years ago
mkonicek
3e105b2613
Debugger - working option "Pause on handled Exceptions".
14 years ago
mkonicek
bbdf7cd77b
Redesigned debugging options panel in XAML.
14 years ago
Mike Krüger
5c398f2698
fixed return types of anonymous type properties.
...
Re-used the var type reference for that.
14 years ago
Mike Krüger
c458e0603d
Implemented anonymous types.
14 years ago
Mike Krüger
19653fa69d
Added identifier token property.
14 years ago
Mike Krüger
96d1b7f08e
fixed check.
14 years ago
Mike Krüger
1af72c9650
GetResolveableNodeAt is now more selective.
14 years ago
Mike Krüger
b74fe9381c
Set compiler errors to parsed file.
14 years ago
Mike Krüger
b411a2a5f6
fixed possible null ref.
14 years ago
Mike Krüger
7e708a653d
Worked on ast formatter tests.
14 years ago
Daniel Grunwald
fa55d149d5
Fix adding assembly attributes to SimpleProjectContent.
...
Fixed MemberLookup.IsInvocable().
Add (ignored) unit tests for user-defined binary operators.
14 years ago
Mike Krüger
b36846581b
fixed bug.
14 years ago
Mike Krüger
99b60b87df
Parser change: Interface members are now Accessibiliy.Public.
...
This is a proposal to solve the <interfaceType>.<InferfaceMember>. ...
lookup.
14 years ago
Mike Krüger
dd4f73b314
Fixed bug in inner type result.
14 years ago
Mike Krüger
2c2f30d563
Fixed some issues in the context actions.
14 years ago
Mike Krüger
b01c263d2e
Implemented brace style formatting.
14 years ago
Matt Ward
1b4fa555ce
Enable syntax highlighting for ASP.NET user controls (.ascx)
14 years ago
Matt Ward
c7765b33a4
Add ASP.NET MVC file templates for C# and VB.NET.
14 years ago
Mike Krüger
aceae1f758
implemented type parameter getmember methods.
14 years ago
Matt Ward
ded5e1aa9b
Add empty ASP.NET MVC project templates for C# and VB.NET.
14 years ago
Matt Ward
38d0c33060
Add T4 file template for VB.NET.
14 years ago
Mike Krüger
2b726d26ca
Fixed System.Void output.
14 years ago
Matt Ward
dc8a3a3547
Add text templating addin to SharpDevelop solution.
14 years ago
Matt Ward
36f81d4665
Add text templating addin to installer.
14 years ago