Siegfried Pammer
84b283be62
add ConditionalExpression and WhileStatement
15 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.
15 years ago
Siegfried Pammer
1c8d2aa4e2
split Statements into single files
15 years ago
Siegfried Pammer
9ff6e733fa
reimplement some helper methods
15 years ago
Siegfried Pammer
024348d187
implement NamedArgumentExpression and FieldInitializerExpression
15 years ago
Siegfried Pammer
1bb5b83fd5
implement conversion of AsExpression to TryCast, improve conversion of string literals, add UnaryOperatorExpression
15 years ago
peterforstmeier
bdc54cbf11
RightToLeft
15 years ago
Siegfried Pammer
3381b04961
implement ArrayCreateExpression and CastExpression
15 years ago
Matt Ward
a70cd671d9
Official NuGet package repository url changed in NuGet 1.4
15 years ago
Matt Ward
dea34d3395
Show project name in Manage Packages dialog title.
15 years ago
Matt Ward
3de9a8a8d3
Show last updated date for NuGet package in Manage Packages dialog.
15 years ago
Mike Krüger
cf8a4120d4
Use equals.
15 years ago
Matt Ward
17dc0e7771
Rename Add Package Reference dialog to Manage Packages.
15 years ago
Matt Ward
0052ecf4f6
Add PackageManagement.PowerShell project to SharpDevelop tests solution.
15 years ago
Matt Ward
33fc889dec
Update to NuGet 1.4
15 years ago
mkonicek
3e105b2613
Debugger - working option "Pause on handled Exceptions".
15 years ago
mkonicek
bbdf7cd77b
Redesigned debugging options panel in XAML.
15 years ago
Mike Krüger
5c398f2698
fixed return types of anonymous type properties.
...
Re-used the var type reference for that.
15 years ago
Mike Krüger
c458e0603d
Implemented anonymous types.
15 years ago
Mike Krüger
19653fa69d
Added identifier token property.
15 years ago
Mike Krüger
96d1b7f08e
fixed check.
15 years ago
Mike Krüger
1af72c9650
GetResolveableNodeAt is now more selective.
15 years ago
Mike Krüger
b74fe9381c
Set compiler errors to parsed file.
15 years ago
Mike Krüger
b411a2a5f6
fixed possible null ref.
15 years ago
Mike Krüger
7e708a653d
Worked on ast formatter tests.
15 years ago
Daniel Grunwald
fa55d149d5
Fix adding assembly attributes to SimpleProjectContent.
...
Fixed MemberLookup.IsInvocable().
Add (ignored) unit tests for user-defined binary operators.
15 years ago
Mike Krüger
b36846581b
fixed bug.
15 years ago
Mike Krüger
99b60b87df
Parser change: Interface members are now Accessibiliy.Public.
...
This is a proposal to solve the <interfaceType>.<InferfaceMember>. ...
lookup.
15 years ago
Daniel Grunwald
9332d46740
Freeze the shift+backspace key binding.
15 years ago
Mike Krüger
dd4f73b314
Fixed bug in inner type result.
15 years ago
peterforstmeier
a59bb8ecea
CanGrow in PageHeader
15 years ago
Mike Krüger
2c2f30d563
Fixed some issues in the context actions.
15 years ago
Mike Krüger
b01c263d2e
Implemented brace style formatting.
15 years ago
Matt Ward
1b4fa555ce
Enable syntax highlighting for ASP.NET user controls (.ascx)
15 years ago
Matt Ward
c7765b33a4
Add ASP.NET MVC file templates for C# and VB.NET.
15 years ago
Mike Krüger
aceae1f758
implemented type parameter getmember methods.
15 years ago
Matt Ward
ded5e1aa9b
Add empty ASP.NET MVC project templates for C# and VB.NET.
15 years ago
Matt Ward
38d0c33060
Add T4 file template for VB.NET.
15 years ago
Mike Krüger
2b726d26ca
Fixed System.Void output.
15 years ago
Matt Ward
dc8a3a3547
Add text templating addin to SharpDevelop solution.
15 years ago
Matt Ward
36f81d4665
Add text templating addin to installer.
15 years ago
Matt Ward
e6b73a3a9a
Merge branch 'TextTemplating'
...
Conflicts:
src/Main/StartUp/Project/Resources/BitmapResources.resources
15 years ago
peterforstmeier
0db88b4c06
after page break detailarea sips
15 years ago
Mike Krüger
67fff9fe04
fixed bug in using statement parsing.
15 years ago
Mike Krüger
ef0d911945
Revert "Implemented user defined operator candidates."
...
This reverts commit 9165dfed85 .
15 years ago
Mike Krüger
9165dfed85
Implemented user defined operator candidates.
15 years ago
Mike Krüger
6199ee3ba8
checked outer classes for aceessibility private check.
15 years ago
Siegfried Pammer
92e8c64cd1
fixed misplaced Validate calls
15 years ago
Siegfried Pammer
881e805f18
fix bugs in FormLocationHelper introduced by 5a252208b6, now it should work even better with multiple monitors
15 years ago
Siegfried Pammer
02cb7bad97
Fixed bug in SnippetParser causing lexer to fail with an exception on valid code
15 years ago