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 |
mrward
|
3e10978ef4
|
Update WPF template for IronPython 2.7
|
14 years ago |
mrward
|
07e835aed6
|
Remove unused code.
|
14 years ago |
Siegfried Pammer
|
ba4afb7792
|
fix wrong indentation when dealing with preprocessor directives (http://community.sharpdevelop.net/forums/p/13149/35570.aspx#35570)
|
14 years ago |
Siegfried Pammer
|
8cdeb9b897
|
fix missing insertion "End Using" (http://community.sharpdevelop.net/forums/p/13149/35570.aspx#35570)
|
14 years ago |
peterforstmeier
|
7ab36047fa
|
Section Layout
|
14 years ago |
mrward
|
d745d4cef2
|
Fix duplicate attribute exception when saving settings file.
|
14 years ago |
mrward
|
81f323322b
|
Add tools options to clear recent NuGet packages and clear the local machine NuGet package cache.
|
14 years ago |
peterforstmeier
|
afcca11550
|
ExportText is based on IReportExpression, Evaluation is done on Fields 'Expression' and 'Text'. 'Expression' precedes 'Text'
|
14 years ago |
mrward
|
787fce196d
|
Can now browse for a directory containing NuGet packages in the options dialog.
|
14 years ago |
mrward
|
a93d7f4667
|
Update to NuGet 1.3
|
14 years ago |
Matt Ward
|
eeb3684f47
|
PowerShell scripts can now access the FullPath property for project items.
|
14 years ago |
Matt Ward
|
7297193a84
|
Support DTE.References.AddFromGAC method.
|
14 years ago |
Matt Ward
|
16806ea5a5
|
PowerShell scripts can now search for references by name.
|
14 years ago |
Matt Ward
|
3c4f59b6eb
|
Allow PowerShell scripts to determine the project type (C# or VB.NET).
|
14 years ago |
Matt Ward
|
31302f5f60
|
Add extra public properties to EnvDTE.Project.
|
14 years ago |
Matt Ward
|
b38de40d25
|
Add FileName and FullName to DTE.Project
|
14 years ago |
Matt Ward
|
19e732fe54
|
Add DTE.Solution.FileName
|
14 years ago |
Matt Ward
|
92df3493a9
|
Add minimal support for accessing project files inside subdirectories in PowerShell scripts.
|
14 years ago |
Matt Ward
|
7e6b16229b
|
Support getting project item by name in PowerShell scripts.
|
14 years ago |
Matt Ward
|
d507dfeccf
|
Support updating a project item's CustomTool with a PowerShell script.
|
14 years ago |
Matt Ward
|
9065cebc57
|
Support enumerating project item properties in PowerShell scripts.
|
14 years ago |
Matt Ward
|
1c4db6e458
|
Support getting and setting the project file's CopyToOutputDirectory property via PowerShell script.
|
14 years ago |
Matt Ward
|
1915a655f6
|
Add support for enumerating EnvDTE.Project.ProjectItems in PowerShell scripts.
|
14 years ago |
Matt Ward
|
afd3f84190
|
Do not add an assembly reference from a PowerShell script if the reference already exists in the project.
|
14 years ago |
Matt Ward
|
ca40c856d2
|
Support navigating to a web page from a PowerShell script.
|
14 years ago |
Matt Ward
|
fa0d1d9b24
|
Support adding files into the project with PowerShell scripts.
|
14 years ago |
Matt Ward
|
8837c0ce31
|
Add get-project cmdlet.
|
14 years ago |
Matt Ward
|
a456ad58c5
|
Support PowerShell scripts that access the TargetFrameworkMoniker project property.
|
14 years ago |
Matt Ward
|
9b465c972b
|
Support enumerating project references and removing references from PowerShell scripts.
|
14 years ago |
Matt Ward
|
2f3d89a313
|
Return the NuGet version number for the PowerShell host version.
|
14 years ago |
Matt Ward
|
8fae88d020
|
Support opening files from PowerShell scripts that use DTE.ItemOperations.OpenFile.
|
14 years ago |
Matt Ward
|
a3566e1c68
|
Support installing SQL Server Compact NuGet package.
|
14 years ago |
peterforstmeier
|
7c8be3ceb3
|
cleanup
|
14 years ago |
Matt Ward
|
f036b01bac
|
Save project after making changes with PowerShell scripts.
|
14 years ago |