7660 Commits (formsdesignerappdomain)
 

Author SHA1 Message Date
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 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 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