91 Commits (ec6ad9e42ef8876079c54e14669997381267e794)

Author SHA1 Message Date
Matt Ward ec6ad9e42e Fix failing unit tests being run with MTA thread. 13 years ago
Matt Ward f04faadae8 Implement EnvDTE.CodeFunction.Parameters. 13 years ago
Matt Ward edad657cb2 Add EnvDTE.FileCodeModel2. 13 years ago
Matt Ward 5588806259 Update the projects window without refreshing the entire tree as MvcScaffolding adds new files and folders to the project. 13 years ago
Matt Ward 4bff959fbd Implement Reference3.AutoReferenced property. 13 years ago
Matt Ward e33c7f4edd Allow MvcScaffolding to set the default PowerShell runspace through the IConsoleInitializer. 13 years ago
Matt Ward 6e460e179f Implement EnvDTE.CodeClass.AddVariable. 13 years ago
Matt Ward ab45879b9f Implement EnvDTE.EditPoint.ReplaceText. 13 years ago
Matt Ward a1e8921ac5 Implement EnvDTE.CodeElement.Kind. 13 years ago
Matt Ward a7e6377779 Implement EnvDTE.CodeTypeRef and EnvDTE.CodeTypeRef2. 13 years ago
Matt Ward 1dbdbf2e64 Implement Getter and Setter properties on EnvDTE.CodeProperty. 13 years ago
Matt Ward 31d0f03af4 Implement CodeType.Members for fields, methods and properties. 13 years ago
Matt Ward 5b3354151a Implement Access property for all EnvDTE.CodeElement derived classes. 13 years ago
Matt Ward 5f7c2da16e Implement EnvDTE.CodeProperty.Attributes. 13 years ago
Matt Ward 9aa770e5b9 Implement EnvDTE.CodeType.Attributes. 13 years ago
Matt Ward 2578b8c77d Implement EnvDTE.CodeAttribute. 13 years ago
Matt Ward 5b528bc2eb Implement EnvDTE.CodeElement.Language. 13 years ago
Matt Ward 79307ebd00 Switch to using IProjectContent.GetNamespaceContents in EnvDTE.CodeModel to simplify the implementation. 13 years ago
Matt Ward fa497e62cf Implement EnvDTE.CodeModel and CodeNamespace. 13 years ago
Matt Ward 8e4fa6759f Implement EnvDTE.CodeModel.CodeTypeFromFullName. 13 years ago
Matt Ward c1835c0fbc Implement IVsSolution and FlavoredProject for T4 scaffolding. 13 years ago
Matt Ward 5c26245277 Implement Visual Studio API to support installing T4 scaffolding package. 13 years ago
Matt Ward f12e3df59e Create EnvDTE and Visual Studio API classes without any implementation to support MvcScaffolding. 13 years ago
Matt Ward d4d5a3cad0 Fix build. 14 years ago
Tomasz Tretkowski 112850f057 First take to mspec behaviors. 14 years ago
Siegfried Pammer fa38d8060a fix unit tests 14 years ago
Siegfried Pammer 7fd8260112 add MockProjectChangeWatcher for Unit Tests 14 years ago
Matt Ward b1f0cc48f4 Support updating a NuGet package in all projects when using the Update-Package PowersShell cmdlet. 14 years ago
Matt Ward 53d9fc382b Support updating all NuGet packages in a solution when using the Update-Package PowersShell cmdlet. 14 years ago
Matt Ward b2b4126712 Support updating all NuGet packages in a project when using the Update-Package PowersShell cmdlet. 14 years ago
Matt Ward c1fc88ffb1 Prevent selection of projects that do not have an old version of a NuGet package when updating multiple projects in Manage Packages dialog. 14 years ago
Matt Ward f8b2824786 Projects are only selected in the Select Projects dialog in the Installed Packages tab if the NuGet package is installed. No longer selected in the Available or Update tabs. 14 years ago
Matt Ward c32cb0b018 Installed tab now supports uninstalling NuGet packages by unchecking the project in the Select Projects dialog. 14 years ago
Matt Ward 051bda8c6a Supporting installing a NuGet package into selected projects in one step. 14 years ago
Matt Ward 3de9a8a8d3 Show last updated date for NuGet package in Manage Packages dialog. 14 years ago
Matt Ward 17dc0e7771 Rename Add Package Reference dialog to Manage Packages. 14 years ago
Matt Ward 2eb67539d6 Support using NuGet packages in project templates. 14 years ago
Matt Ward 66d07b6e62 Fix errors when installing jQuery NuGet package. 14 years ago
mrward efc8507e50 Move PowerShell specific code to separate assembly. 14 years ago
Matt Ward b7a218199c Support updating the text editor's font size and default text background and foreground colours from PowerShell. 14 years ago
Matt Ward 79edee6940 Show error message in package management console if PowerShell 2.0 is not installed. 14 years ago
Matt Ward 65baef9f19 Fix cross-thread exceptions when running PowerShell scripts with Add Package Reference dialog is open. 14 years ago
Matt Ward 72a2251995 Prevent a package from being uninstalled before a PowerShell script has run when uninstalling from the Add Package Reference dialog. 14 years ago
Matt Ward 62b1dc36cb Run PowerShell scripts when installing/uninstalling NuGet packages with the Add Package Reference dialog. 14 years ago
Matt Ward 52ada1773b Add cmdlet to run a set of package scripts inside the PowerShell console. 14 years ago
Matt Ward 827bfdbcd1 Use script runner instead of running PowerShell scripts directly. 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 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