Matt Ward
64385d17b5
Fix scrollbar not displaying in Manage Packages dialog.
13 years ago
Peter Forstmeier
6a08d8f096
DataPageBuilder.cs
13 years ago
Matt Ward
1f1620234d
Support pre-release NuGet packages in dialog.
13 years ago
Andreas Weizel
e64893d3b2
GotoDialog: Possibility to complete input with selected item by pressing TAB. Restored the feature to search for type members by typing the dot (".").
13 years ago
Matt Ward
997641f8ac
Refresh updated NuGet packages after updating in dialog.
13 years ago
Matt Ward
4aa7a3ca10
Update installed NuGet packages after updating all packages in dialog.
13 years ago
Matt Ward
0ad4adb5a8
Refresh Projects window after updating all NuGet packages.
13 years ago
Matt Ward
2ea4c27ad4
Clear dialog error messages when updating all NuGet packages.
13 years ago
Matt Ward
3d0a095487
Fix packages.config not being added to project.
...
NuGet's PhysicalFileSystem now has two AddFile methods
and both of these need to be overridden.
13 years ago
Matt Ward
b23d8c969b
Fix updated packages not being shown in dialog.
...
Updated packages were not being displayed in the
Manage Packages dialog when the solution was selected
and two or more projects had the same NuGet packages but
different versions.
http://nuget.codeplex.com/workitem/3034
13 years ago
Peter Forstmeier
a6ef0adebc
Detailsection, Test's to arrange Sections
13 years ago
Matt Ward
e8a97e3455
Refactor UpdatedPackagesViewModel.
13 years ago
Matt Ward
a1e33374d9
Support updating all NuGet packages in solution from dialog
13 years ago
Peter Forstmeier
ddfff10c61
Fill, ReportCreatorFactory
13 years ago
Daniel Grunwald
ed58119f41
Fix crash in ConvertIfToSwitchAction when there are nested if statements.
13 years ago
Daniel Grunwald
c22d50bf3f
Fix .NET 3.5 Build Worker: use x86 target platform as the .NET 3.5 runtime does not support AnyCPU (32-bit preferred)
...
Use .NET 4.0 Build Worker for Tools.build.
13 years ago
Daniel Grunwald
8c555650d9
Don't show the context action popup when the caret is outside the editor boundaries
13 years ago
Daniel Grunwald
f8488b61a7
Fix some compiler warnings.
13 years ago
Daniel Grunwald
97e6596a2c
Set target CPU to AnyCPU where possible.
13 years ago
Peter Forstmeier
f50a7c31a0
Grouping + Fill()
13 years ago
Daniel Grunwald
cb5b92cf40
Fix handling of empty segments in TextSegmentReadOnlySectionProvider
13 years ago
Daniel Grunwald
78027319a7
Compare IsAtEndOfLine in TextViewPosition.Equals
13 years ago
Daniel Grunwald
ecec217cc8
Fixed caret navigation around characters outside the Basic Multilingual Plane (characters represented using surrogate pairs).
13 years ago
Daniel Grunwald
d334a35074
Remove incorrect tooltip
13 years ago
Daniel Grunwald
87c59c4b82
Fix TextView.GetVisualPosition() for positions with IsAtEndOfLine=true
13 years ago
Daniel Grunwald
00d4408a57
Implemented SD-1853 - AvalonEdit: Distinguish between 'end of line' and 'start of next line' at word wrap positions
...
Also, the Home/End keys now apply to the current TextLine, not the whole VisualLine.
13 years ago
Daniel Grunwald
d049ca8342
Update .nuspec for AvalonEdit 4.3.1 release.
13 years ago
Peter Forstmeier
6307d68d90
Grouping
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
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
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