Daniel Grunwald
8af6f54abd
Add ILSpy AddIn.
15 years ago
Matt Ward
6aae2a7abe
Add update-package cmdlet.
15 years ago
Matt Ward
4be69831a8
Merge branch 'master' of github.com:icsharpcode/SharpDevelop into powershell
...
Conflicts:
src/AddIns/Misc/PackageManagement/Project/PackageManagement.csproj
src/AddIns/Misc/PackageManagement/Project/Src/Design/FakePackageManagementService.cs
src/AddIns/Misc/PackageManagement/Project/Src/Design/FakePackageManager.cs
src/AddIns/Misc/PackageManagement/Project/Src/IPackageManagementService.cs
src/AddIns/Misc/PackageManagement/Project/Src/ISharpDevelopPackageManager.cs
src/AddIns/Misc/PackageManagement/Project/Src/PackageManagementService.cs
src/AddIns/Misc/PackageManagement/Project/Src/SharpDevelopPackageManager.cs
src/AddIns/Misc/PackageManagement/Project/Src/SharpDevelopProjectSystem.cs
src/AddIns/Misc/PackageManagement/Test/PackageManagement.Tests.csproj
src/AddIns/Misc/PackageManagement/Test/Src/PackageManagementServiceTests.cs
src/AddIns/Misc/PackageManagement/Test/Src/SharpDevelopPackageManagerTests.cs
15 years ago
mrward
713fcb745f
Use NuGet update methods when updating a package.
15 years ago
Siegfried Pammer
ce13878003
fix conversion of anonymous delegate-Expressions to VB lambdas
15 years ago
mrward
93b0dfcee8
Update to NuGet 1.2
15 years ago
Matt Ward
51bdbe6243
Change Get-Package cmdlet parameters to match those in NuGet 1.2
15 years ago
Matt Ward
3c89d6aaef
Fix cross thread operation when removing a reference from a project.
15 years ago
Matt Ward
aa89bc79b5
Add uninstall-package cmdlet.
15 years ago
Matt Ward
9cfc77aa5b
Add install-package cmdlet.
15 years ago
Matt Ward
e77c921ed8
PowerShell output fills console window if width is larger than 80 characters.
15 years ago
Matt Ward
bf9e815a0f
Scroll to end of console when any text is output.
15 years ago
Matt Ward
9e873eb31a
Add get-package cmdlet.
15 years ago
mkonicek
ad68c69135
Object graph member icons. Object graph supports IEnumerable, and fixed a cast bug in IList. TODO release PermanentReferences for collections.
15 years ago
mkonicek
8836f72720
GridValues - clearing debugger expression cache each 50 items to prevent keeping too many PermanentReferences.
15 years ago
Matt Ward
6121f63c7a
Merge branch 'master' of github.com:icsharpcode/SharpDevelop into powershell
15 years ago
mrward
6bfdcc0912
Handle errors on opening Add Package Reference dialog.
15 years ago
Matt Ward
2e15b638b0
Prevent scrolling beyond the last line of text and scroll to the last line when a prompt is displayed.
15 years ago
mkonicek
6e95b21ac5
GridVisualizer - expr is casted to IList correctly. Some code cleanup.
15 years ago
mkonicek
a0f2391f24
Better comments.
15 years ago
mkonicek
5d2abad7b7
Formatted code.
15 years ago
Matt Ward
95689ed33f
Add Package Management Console.
15 years ago
peterforstmeier
5a252208b6
Patch from http://community.sharpdevelop.net/forums/t/12899.aspx
15 years ago
Daniel Grunwald
ce1cba0e6e
Merge branch '4.0'
15 years ago
Daniel Grunwald
750a692e5b
Clarify documentation on TextView.CollapseLines.
15 years ago
Daniel Grunwald
d209e6830f
Add INotifyPropertyChanged to QuickClassBrowser.EntityItem.
15 years ago
Daniel Grunwald
d793900605
Fixed memory leak (and potential thread-safety issue) in SD.Dom.
...
ExtensionMethodsPublic.memberSignatureComparer.parameterListComparer.cachedHashes was keeping references to all methods that were ever compared.
15 years ago
Siegfried Pammer
a0ef64cfe0
fixed Unit Tests
15 years ago
Siegfried Pammer
f447cb6918
fixed VBExpressionFinder bug with VB Lambdas (it did not find a valid expression)
15 years ago
Siegfried Pammer
44d1ee568f
fixed http://community.sharpdevelop.net/forums/p/12860/35055.aspx#35055
15 years ago
Siegfried Pammer
00c5c75900
add better readability to multi-line lambda indentation
15 years ago
Siegfried Pammer
16f70ae438
properly indent multi-line lambdas
15 years ago
Siegfried Pammer
fab0f9f463
remove VBIndentationStrategy
15 years ago
Siegfried Pammer
55de9e4431
indentation is now respecting ILCs
15 years ago
Siegfried Pammer
045f41469c
added ctor snippet for VB and fixed VB-specific issues in the InsertCtor*-logic
15 years ago
Siegfried Pammer
1f182e3b93
fix indentation of single-line Sub-lambdas
15 years ago
Siegfried Pammer
6c2b627efe
fix start of Type-Context in Property-declarations (fixes http://community.sharpdevelop.net/forums/t/12857.aspx )
15 years ago
Siegfried Pammer
1a8f1bb7cb
show normal CC inside argument lists
15 years ago
Siegfried Pammer
efba806bb0
Lambda-parameters are now shown in the CC list
15 years ago
Siegfried Pammer
eb5e7b9c2c
fixed EF-bug when parsing declarations like: Dim x As A, y As B
15 years ago
mkonicek
5c7d95490b
Object graph and collection visualizer are not shown for strings anymore.
15 years ago
Daniel Grunwald
97a18791ce
Fixing the build once again.
15 years ago
Daniel Grunwald
941739469e
Implement INotifyPropertyChanged in TextDocument.
15 years ago
Daniel Grunwald
df5b8df4cd
Fix build.
15 years ago
Daniel Grunwald
56d8146303
Fixed memory leak in SharpDevelopCompletionWindow
15 years ago
Matt Ward
e6ee67e72a
Message now shown in dialog when Entity Framework Data Model wizard fails with an error.
15 years ago
Matt Ward
1b99485b88
Fix KeyNotFoundException when cancelling the creation of a new Entity Framework Data Model file.
15 years ago
Daniel Grunwald
632c44e10e
Inherit conditions into child codons (lexically within the same .addin file).
...
This ensures that, if a parent menu item is disabled, its child menu items cannot be executed using a shortcut. (at least for children defined within the same .addin file)
15 years ago
mkonicek
a2250c771d
When edges avoid nodes, they never go into negative coordinates (out of Canvas). They can still go out of the Canvas on the right or bottom side, but that is necessary in case they have no other way.
15 years ago
mkonicek
34c4c27f34
Hot-fixed memory leak caused by Canvas.Children.Clear() not releasing instances properly.
15 years ago