Andreas Weizel
5f38f57c05
AddInSetupTests for AddIn uninstallation. Added skeletons of test classes for the view models.
12 years ago
Andreas Weizel
4346ca911b
Fix: Removing AddIn from registry not possible if its directory has been deleted manually.
12 years ago
Andreas Weizel
3aec8db722
Workaround for NuGet Core not deleting the .addin file of uninstalled package.
12 years ago
Andreas Weizel
f1133b8d2b
- Fix: Correct determining of NuGet package updates even if version of installed AddIn differs from NuGet package in repository.
...
- Fix: NuGet icon was not shown in installed AddIn list any more.
- Now showing the green tick for NuGet packages which are already installed.
12 years ago
Andreas Weizel
74c7fff077
Now number of updates is shown for every NuGet repository in selection ComboBox.
12 years ago
Andreas Weizel
7a74cdf668
Now showing installed and updated version of NuGet packages, if updatable.
12 years ago
Andreas Weizel
cddce9c007
Introduced more stable way to identify NuGet package updates for already installed AddIns.
12 years ago
Andreas Weizel
180e6cc69e
Extended AddInSetupTests to test installation and update cancellation of offline and NuGet AddIns.
12 years ago
Andreas Weizel
59eaa95ed1
Fix: Update cancellation for AddIns without "nuGetPackageID" manifest property not possible.
12 years ago
Andreas Weizel
7d3ccae4e9
Added first AddInSetup unit tests.
12 years ago
Andreas Weizel
79a8504b49
Fix: Setting correct ManagedAddIn.InstallationSource for NuGet installs in AddInSetup.
12 years ago
Andreas Weizel
3dd61a1298
Some more debug logging of installation process.
12 years ago
Andreas Weizel
9e0c85d3f2
Work on infrastructure for AddInSetup unit testing.
12 years ago
Andreas Weizel
3768ad9686
Extended log output for AddIn operations in AddInSetup service.
12 years ago
Andreas Weizel
ba01a42154
Extended unit tests for PackageRepositories service.
12 years ago
Andreas Weizel
007c4f85c1
Some fixes and code clean up in PackageRepositories service.
12 years ago
Andreas Weizel
22283144bd
Fix: Packages disappearing again when switching between repositories quickly.
12 years ago
Andreas Weizel
9475db0a85
Adapted FakePackageRepositories class to interface changes.
12 years ago
Andreas Weizel
3749b7d793
Added repository selection and filtering in AddIn update view.
12 years ago
Andreas Weizel
b6a1ec0661
Fix: Repeated requests to NuGet web service caused by wrong filtering for "SharpDevelopAddIn" tag.
12 years ago
Andreas Weizel
f6c202745f
- Finished support for external AddIns installed from .addin files. They are shown with a different icon in AddIn list.
...
- Improved error handling and visualization.
- Some more refactoring.
12 years ago
Andreas Weizel
a598be24d1
Added (empty) AddInSetupTests class for future use.
12 years ago
Andreas Weizel
232007af74
- Made check for "SharpDevelopAddIn" tag in NuGet packages case-insensitive.
...
- Added basic support for offline installation of AddIns from .addin files (not complete, no proper error handling).
- Made handling of AddIns without identity cleaner in model.
12 years ago
Andreas Weizel
638d334f20
Introduced new SDAddInManagement service to abstract calls to SharpDevelop's AddIn management from AddInManager2.
12 years ago
Andreas Weizel
9d33d00564
Some changes on checking identity of AddIns in AddInSetup service.
12 years ago
Andreas Weizel
f55f1c8b9e
Now showing the file name of an installed AddIn on details panel.
12 years ago
Andreas Weizel
6f176fba6b
Added test project for AddInManager2, with first tests of PackageRepositories service.
12 years ago
Andreas Weizel
4da27b471b
- AddInManager2: Settings are now managed by an additional service.
...
- Added possibility to set a different service environment for view models (needed for unit testing).
12 years ago
Andreas Weizel
a384b58769
- Some improvements in AddInManager's UI: Direct updates of repository list when edited in options, added captions in front of repository combobox and search input field.
...
- Migration of some forgotten SD service references to SD 5.
12 years ago
Andreas Weizel
ad212ed0b7
Made central registry of AddInManager's service instances more flexible to support unit testing.
12 years ago
Andreas Weizel
c286c385be
Added AddInManager2 project, migrated to SharpDevelop 5.
12 years ago
Andreas Weizel
39cbae8588
Original AddInManager now only shows its menu item (Tools menu), if AddInManager2 is not installed or enabled.
12 years ago
Siegfried Pammer
751cf93692
fix NoDefaultConstructorIssue: crashed while trying to add a new class declaration
12 years ago
Siegfried Pammer
e6d63ed92e
finish implementation of MoveTypeToFileContextAction
12 years ago
Siegfried Pammer
8ed5264b29
adjust unit tests to API changes
12 years ago
Siegfried Pammer
c98417aee0
introduce ILanguageBinding in IProject
12 years ago
Siegfried Pammer
7c0e667388
move Attach/Detach to ITextEditorExtension and use ILanguageBinding as extensible replacement for old "LanguageProperties"
12 years ago
Siegfried Pammer
b05b3ae9de
rename Language/LanguageService to UILanguage/UILanguageService
12 years ago
Siegfried Pammer
b501529965
reimplemented language-specific snippet functions
12 years ago
Daniel Grunwald
f9706b6e27
Merge branch 'newNR' of github.com:icsharpcode/SharpDevelop into newNR
12 years ago
Daniel Grunwald
01d63f17b9
Adjust SharpDevelop to NRefactory changes.
12 years ago
Siegfried Pammer
fa851d579a
fix performance issue in XamlSymbolSearch
12 years ago
Siegfried Pammer
df20343d1a
clean up unused files/methods
12 years ago
Siegfried Pammer
a202c6e274
add "All known file extensions" to "Open file" FileFilter
12 years ago
Daniel Grunwald
3fa34369c5
Merge NRefactory '51fd6baffd61460f545095dcd2c76f946cab8519' into newNR
12 years ago
Daniel Grunwald
51fd6baffd
Simplify code that checks whether an expression is a condition.
12 years ago
Daniel Grunwald
56b4450138
Make comment nodes for XML documentation part of the EntityDeclaration.
...
This removes the need for special cases in refactorings that move entities around.
12 years ago
Mike Krüger
862f3692be
Fixed formatting bug.
12 years ago
Mike Krüger
b7e8eea99d
Improved type guessing logic.
12 years ago
Mike Krüger
423b10b824
Fixed bug in simplify anonymous method issue.
12 years ago