224 Commits (31d0f03af4ce2a1002d072903e854ae423faebf8)

Author SHA1 Message Date
Matt Ward 31d0f03af4 Implement CodeType.Members for fields, methods and properties. 14 years ago
Matt Ward 5d28bce57c Implement EnvDTE.CodeType.Bases 14 years ago
Matt Ward b01d17d5dd Implement EnvDTE.CodeClass.ImplementedInterfaces. 14 years ago
Matt Ward d300a536d5 Use Workbench safe thread call in Visual Studio ThreadHelper. 14 years ago
Matt Ward 5b3354151a Implement Access property for all EnvDTE.CodeElement derived classes. 14 years ago
Matt Ward 5f7c2da16e Implement EnvDTE.CodeProperty.Attributes. 14 years ago
Matt Ward 9aa770e5b9 Implement EnvDTE.CodeType.Attributes. 14 years ago
Matt Ward 2578b8c77d Implement EnvDTE.CodeAttribute. 14 years ago
Matt Ward 5b528bc2eb Implement EnvDTE.CodeElement.Language. 14 years ago
Matt Ward c5da8349f9 Return project or external vsCMInfoLocation for EnvDTE.CodeType 14 years ago
Matt Ward 29171ff062 Implement EnvDTE.CodeElements.Item method. 14 years ago
Matt Ward 79307ebd00 Switch to using IProjectContent.GetNamespaceContents in EnvDTE.CodeModel to simplify the implementation. 14 years ago
Matt Ward fa497e62cf Implement EnvDTE.CodeModel and CodeNamespace. 14 years ago
Matt Ward 8e4fa6759f Implement EnvDTE.CodeModel.CodeTypeFromFullName. 14 years ago
Matt Ward 23cf0286f6 EnvDTE.Project's unique name includes the subfolder inside the solution. 14 years ago
Matt Ward c1835c0fbc Implement IVsSolution and FlavoredProject for T4 scaffolding. 14 years ago
Matt Ward fda36cf99b Implement EnvDTE.ProjectItems.AddFromDirectory. 14 years ago
Matt Ward e08408f6ef Implement missing parts of EnvDTE Project and ProjectItems to support T4 scaffolding. 14 years ago
Matt Ward 578f591944 Delete dummy installation file after T4 scaffolding package is installed. 14 years ago
Matt Ward 179b2dc458 Change Get-Package cmdlet so if a project name is not set then return packages from the solution rather than the default project set in the package console. 14 years ago
Matt Ward 5c26245277 Implement Visual Studio API to support installing T4 scaffolding package. 14 years ago
Matt Ward f12e3df59e Create EnvDTE and Visual Studio API classes without any implementation to support MvcScaffolding. 14 years ago
Daniel Grunwald f411e6112c New AvalonEdit NuGet package. 14 years ago
Matt Ward 869c2340ea Fix error when installing latest jQuery NuGet package. 14 years ago
Matt Ward c02032d0e7 Do not show pre-release NuGet packages in Manage Packages dialog. 14 years ago
Matt Ward a9c9850ca5 Update to NuGet 1.7 14 years ago
Matt Ward d4d5a3cad0 Fix build. 14 years ago
Matt Ward 8d5533a925 Updated icons from Michael Seeger for addins using their own images and a fix for the transparency of the method icon. 14 years ago
Matt Ward 226ca96e44 Fix null reference exception when installing/uninstalling NuGet packages a project is not selected and the solution contains only one project. 14 years ago
Matt Ward dbbdb73820 Reduce the number of method parameters used in package manager and project manager classes. 14 years ago
Matt Ward 01268b2cfa Add tests for prerelease NuGet packages. 14 years ago
Matt Ward 9a36c5964b Update to NuGet 1.6 14 years ago
Matt Ward b26a6fb635 Move Manage Packages menu item after Add Service Reference menu item when right clicking on a project. 14 years ago
Tomasz Tretkowski 112850f057 First take to mspec behaviors. 14 years ago
Matt Ward ac4bb7b171 Make EnvDTE available to T4 templates. 15 years ago
Matt Ward 9b4f533bf3 Add support for DTE.ActiveSolutionProjects property. 15 years ago
Matt Ward 79543728b8 Update AvalonEdit NuGet package. 15 years ago
Matt Ward 0a3343d2b0 Update to NuGet 1.5.20902.9023 15 years ago
Matt Ward f19b6eddf5 Add ProjectName parameter to Get-Package cmdlet. 15 years ago
Matt Ward bfa6884b3e Update to NuGet 1.5 15 years ago
Matt Ward 788044949c Fix ordering of OK and cancel buttons on Select Projects dialog. 15 years ago
Matt Ward 164a379a97 Fix mixed tabs and spaces formatting on PackageManagement xaml files. 15 years ago
Siegfried Pammer fa38d8060a fix unit tests 15 years ago
Siegfried Pammer 7fd8260112 add MockProjectChangeWatcher for Unit Tests 15 years ago
Matt Ward b1f0cc48f4 Support updating a NuGet package in all projects when using the Update-Package PowersShell cmdlet. 15 years ago
Matt Ward 53d9fc382b Support updating all NuGet packages in a solution when using the Update-Package PowersShell cmdlet. 15 years ago
Matt Ward b2b4126712 Support updating all NuGet packages in a project when using the Update-Package PowersShell cmdlet. 15 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. 15 years ago
Matt Ward 0b4e6b3ae3 Fix Manage button not being enabled in Manage Packages dialog after installing packages into solution which initially had no NuGet packages. 15 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. 15 years ago