Matt Ward
|
75a921410d
|
Make IPackageScript method names consistent with other classes.
|
14 years ago |
Matt Ward
|
52ada1773b
|
Add cmdlet to run a set of package scripts inside the PowerShell console.
|
14 years ago |
Boris Kozorovitzky
|
a5644c7858
|
ProjectBinding may choose to handle missing project by itself.
|
14 years ago |
Daniel Grunwald
|
e469342370
|
Allow changing the visibility of toolbar combobox using conditions.
|
14 years ago |
Boris Kozorovitzky
|
5e8dfcc799
|
Adding project sections into ProjectLoadInformation
|
14 years ago |
Matt Ward
|
827bfdbcd1
|
Use script runner instead of running PowerShell scripts directly.
|
14 years ago |
Matt Ward
|
32f20ce0f7
|
Refactor package script classes to no longer require the PowerShell session to be available when they are created.
|
14 years ago |
Matt Ward
|
7cb14bbf56
|
Fix hang caused by Package Management console on closing SharpDevelop with a solution open.
|
14 years ago |
Matt Ward
|
d6d6d5a908
|
Do not indicate a line is waiting when scripting console is disposed.
|
14 years ago |
Matt Ward
|
6da330efb2
|
Dispose PowerShell pipeline after use.
|
14 years ago |
peterforstmeier
|
47fa6a86c8
|
WpfReportViewer - Plain FixedDocumentViewer Control
|
14 years ago |
peterforstmeier
|
9055abce7d
|
add missing file
|
14 years ago |
peterforstmeier
|
4661680fe1
|
Simple (textonly) reports as FixedDocument are working
|
14 years ago |
Eusebiu Marcu
|
7380d50514
|
fix bookmarks navigation issue
|
14 years ago |
Matt Ward
|
5fda9cdf73
|
Refactor Package Managementment addin.
|
14 years ago |
Matt Ward
|
64a7c8ab80
|
Reset PowerShell working directory when solution is closed.
|
14 years ago |
Matt Ward
|
8ab1b6f961
|
Update PowerShell working directory to the userprofile directory on opening the Package Management console.
|
14 years ago |
Matt Ward
|
dad6cd4f77
|
Create cmdlet to update the PowerShell working directory.
|
14 years ago |
Matt Ward
|
d56517ab61
|
Change PowerShell working directory to solution directory when solution is opened.
|
14 years ago |
Matt Ward
|
80ddd955f2
|
Run the package initialize PowerShell scripts for the open solution when the package management console is opened for the first time.
|
14 years ago |
Matt Ward
|
f29bf6f3a4
|
Make package repository cache thread safe.
|
14 years ago |
Matt Ward
|
625c7568a8
|
Create package management console pad before running package initialization PowerShell scripts.
|
14 years ago |
Matt Ward
|
ecf9561079
|
Run Invoke-InitializePackages cmdlet instead of directly running package initialization scripts when a solution is opened.
|
14 years ago |
Matt Ward
|
fe39e572dc
|
Add Invoke-InitializePackages cmdlet to run package init.ps1 PowerShell scripts.
|
14 years ago |
Matt Ward
|
e549d51049
|
Add methods to determine if a package PowerShell script file exists on the file system.
|
14 years ago |
Matt Ward
|
2109e77dc3
|
Add support for running NuGet package init.ps1 scripts when a solution is opened. Currently only works when package management console is opened before opening solution.
|
14 years ago |
Matt Ward
|
034ced130a
|
Override the Clear-Host PowerShell function to support clearing the package management console on the command line.
|
14 years ago |
peterforstmeier
|
124d7dd33b
|
WPFReportPreview.cs, first step's
|
14 years ago |
Matt Ward
|
205488975c
|
Support clearing the text in the PowerShell console by clicking the Clear button.
|
14 years ago |
Matt Ward
|
6091f9a250
|
Remove dependency on project service from package management console host.
|
14 years ago |
Matt Ward
|
90338b852f
|
Fix argument out of range exception when modify the registered NuGet package sources in Tools Options.
|
14 years ago |
Matt Ward
|
2a44380410
|
Support selecting the aggregrate NuGet package repository in the console.
|
14 years ago |
Matt Ward
|
c732a0f9a7
|
Merge branch 'master' of github.com:icsharpcode/SharpDevelop into powershell
Conflicts:
src/AddIns/BackendBindings/Scripting/Project/Src/ScriptingConsoleTextEditor.cs
|
14 years ago |
mrward
|
5048f0302f
|
Merge remote branch 'remotes/origin/4.0'
|
14 years ago |
Matt Ward
|
93d09a06c6
|
Always append text to the scripting console to prevent text appearing at the current cursor position when lots of console output generated and the cursor is moved by the user.
|
14 years ago |
Matt Ward
|
425a6cd7a8
|
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/FakePackageRepository.cs
src/AddIns/Misc/PackageManagement/Project/Src/Design/FakeProjectManager.cs
src/AddIns/Misc/PackageManagement/Project/Src/IPackageManagementService.cs
src/AddIns/Misc/PackageManagement/Project/Src/PackageManagementOptionsView.xaml
src/AddIns/Misc/PackageManagement/Project/Src/PackageManagementService.cs
src/AddIns/Misc/PackageManagement/Project/Src/PackagesViewModel.cs
src/AddIns/Misc/PackageManagement/Project/Src/ViewModelLocator.cs
src/AddIns/Misc/PackageManagement/Test/PackageManagement.Tests.csproj
src/AddIns/Misc/PackageManagement/Test/Src/AvailablePackagesViewModelTests.cs
src/AddIns/Misc/PackageManagement/Test/Src/PackageManagementServiceTests.cs
src/AddIns/Misc/PackageManagement/Test/Src/RecentPackageRepositoryTests.cs
|
14 years ago |
mkonicek
|
4c51200194
|
Merge branch 'master' of github.com:icsharpcode/SharpDevelop into debuggerVisualizers
|
14 years ago |
mkonicek
|
32ba95171c
|
Minor cleanup.
|
14 years ago |
mrward
|
b682c07db0
|
Add default NuGet package source to NuGet.config file if no package sources exist.
|
14 years ago |
mrward
|
5198be8dd8
|
Do not cache objects used in the Add Package Reference dialog so changes to the registered package sources are seen in the dialog.
|
14 years ago |
mrward
|
8108a74bbf
|
Support selecting the aggregate package repository when searching for packages in the Add Package Reference dialog.
|
14 years ago |
mrward
|
e169a3c006
|
Support aggregate package source in NuGet.config settings.
|
14 years ago |
mrward
|
c2d220331d
|
Refactor registered package source code.
|
14 years ago |
mrward
|
464759343d
|
Use NuGet.Config file to store package sources.
|
14 years ago |
Siegfried Pammer
|
cc0f399162
|
fixed build
|
14 years ago |
Siegfried Pammer
|
693f476a0f
|
properly implement attribute arguments in Expression Finder
|
14 years ago |
Siegfried Pammer
|
be773345b9
|
properly indent declarations with attributes (http://community.sharpdevelop.net/forums/t/13157.aspx)
|
14 years ago |
Siegfried Pammer
|
c31af1c91e
|
fix another possible source for OOME in VB formatting engine
|
14 years ago |
Siegfried Pammer
|
ca9a55ab73
|
fix OOME caused by infinite loop in FindNextEol: break on EOF Token (http://community.sharpdevelop.net/forums/p/13158/35592.aspx#35592)
|
14 years ago |
Siegfried Pammer
|
717a34a6be
|
fix "End"-insertion for SyncLock
|
14 years ago |