Daniel Grunwald
97e6596a2c
Set target CPU to AnyCPU where possible.
13 years ago
Matt Ward
f0ab5200f6
Fix PInvoke context menu not displaying in text editor.
13 years ago
Matt Ward
3faeef292c
Update PInvoke addin sample.
...
Update project to target .NET 4.5
Change output folder to AddIns\Samples\PInvoke
Add nuspec file for generating NuGet package for
AddIn Manager version 2
13 years ago
Peter Forstmeier
f50a7c31a0
Grouping + Fill()
13 years ago
Daniel Grunwald
fb493193e3
AddAnotherAccessorAction: don't try to assign to readonly fields
13 years ago
Daniel Grunwald
1cec2e62f8
Ensure we pass the correct type argument to GatherVisitorBase<>.
13 years ago
Mike Krüger
5b30dbb1e2
ExpressionOfCompatibleTypeCastIssue no longer warns on implicit
...
conversions.
13 years ago
Mike Krüger
81c06bd868
Fixed potential bug in 'NoDefaultConstructorIssue'.
13 years ago
Daniel Grunwald
44f40d755f
Fix bug in AstNode.GetDescendantsImpl() that caused several unit tests to fail.
13 years ago
Daniel Grunwald
4a8a61ee2e
Fix false positives in SimplifyAnonymousMethodToDelegateIssue: the simplification is not possible when the lambda involves non-reference conversions.
13 years ago
Daniel Grunwald
f53526218d
Fix false positives in FormatStringIssue when params-parameter is used in unexpanded form.
13 years ago
Daniel Grunwald
658752eace
string.IsNullOrEmpty issue: detect 'str != null && str.Length > 0' pattern
13 years ago
Daniel Grunwald
b9e4d4841b
Fix false positive in ExpressionOfCompatibleTypeCastIssue
13 years ago
Peter Forstmeier
6307d68d90
Grouping
13 years ago
Mike Krüger
90c729419e
Fixed bug in cecil loader.
13 years ago
Mike Krüger
6133647c68
GetPotentiallyNestedClassTypeReference no longer returns null on
...
resolve.
13 years ago
Mike Krüger
e3c40ba7f3
Fixed xml doc formatting bug.
13 years ago
Mike Krüger
774e949bdb
Fixed formatting bug.
13 years ago
Mike Krüger
8826ae7f1c
Added wrapping formatting bug.
13 years ago
Mike Krüger
6c4d206dcd
Added failing completion test case.
13 years ago
Peter Forstmeier
0808f8cb40
DataSource, Sort by One Column
13 years ago
Matt Ward
5c06160acf
Fix build.
13 years ago
Matt Ward
3bbd391f69
Remove duplicate ICSharpCode.Core reference.
13 years ago
Matt Ward
fdcd2448e9
Fix tests failing to build.
13 years ago
Matt Ward
b97f902266
Fix build.
13 years ago
Matt Ward
31ba178f3c
Add addin manager to installer.
13 years ago
Mike Krüger
5dec9ee365
Added DescendantNodes API.
13 years ago
Mike Krüger
fca6a67c0e
Fixed failing test.
13 years ago
Andreas Weizel
80e6997b89
Now presence of default AddIn repository is enforced. Modified and extended unit tests for changed behavior of PackageRepositories service.
13 years ago
Peter Forstmeier
ad64360b55
DataSource
13 years ago
Andreas Weizel
076cd4728f
Removed filter for AddIns tagged with "SharpDevelopAddIn" again and added new SharpDevelop MyGet feed as default.
13 years ago
Andreas Weizel
5cf72492bc
Fix: Retrieving pre-release updates didn't work even if setting was activated.
13 years ago
Andreas Weizel
e716101f08
Added unit tests for AddInManager2 to central test project (SharpDevelop.Tests.sln).
13 years ago
Andreas Weizel
499540f365
More visual adjustments for AddInManager's new tree view.
13 years ago
Andreas Weizel
453c6665a6
Some visual improvements for view/repository tree view.
13 years ago
Andreas Weizel
57eed77d5b
First rework of AddInManager UI showing all views and repositories VS-like in a tree view rather than in a TabControl and ComboBoxes.
13 years ago
Andreas Weizel
725c65c30a
Added another UpdatedAddInsViewModel test checking support for prereleases (failing at the moment).
13 years ago
Andreas Weizel
7eb362ebf1
Added first unit tests for UpdatedAddInsViewModel.
13 years ago
Andreas Weizel
f0c37912d9
- Several fixes for issues in removing of correct unreferenced package, update cancellation etc. Added unit tests for all of them.
...
- Added tests for paging in AvailableAddInsViewModel.
13 years ago
Andreas Weizel
ec16b4c72f
Added test for FakeAddInSetup implementation.
13 years ago
Andreas Weizel
0fed1eb972
Fix: Incorrect identification if a NuGet package is an update or not, if installed AddIn has no version in its manifest.
13 years ago
Andreas Weizel
8a981c6e2f
Now showing version of NuGet package in list of installed AddIns, if the AddIns are installed from NuGet packages.
13 years ago
Andreas Weizel
44a298d6ae
- Fix: Trying to access wrong directory name for installed NuGet packages with short versions (like "1.0").
...
- Introduced AvailableAddInsViewModelTests and NuGetPackageManagerTests.
13 years ago
Andreas Weizel
36147d9a19
Added possibility to set alternative services container for PackageRepository instances.
13 years ago
Andreas Weizel
e7ca5921da
Added more unit tests for displaying AddIns in InstalledAddInsViewModel in different valid use cases.
13 years ago
Andreas Weizel
7028eff527
Prepared everything to get first basic view model unit test succeeding.
13 years ago
Andreas Weizel
883a2542ba
Introduced a test for installation of an AddIn without identity, some more preparations for view model tests.
13 years ago
Andreas Weizel
5f38f57c05
AddInSetupTests for AddIn uninstallation. Added skeletons of test classes for the view models.
13 years ago
Andreas Weizel
4346ca911b
Fix: Removing AddIn from registry not possible if its directory has been deleted manually.
13 years ago
Andreas Weizel
3aec8db722
Workaround for NuGet Core not deleting the .addin file of uninstalled package.
13 years ago