9338 Commits (f8c08d5b0dbdb7b3d3280cdd337f627ec734230c)
 

Author SHA1 Message Date
Matt Ward a11658efa2 Implement EnvDTE.SolutionBuild.BuildProject 13 years ago
Matt Ward db529dc711 Implement EnvDTE.ProjectItems.Kind 13 years ago
PeterForstmeier 723dda52e7 AnalysisProjectOptionsTreeNodes.cs check/uncheck 13 years ago
Matt Ward 08b85bb7ec Implement EnvDTE.CodeModel.Language 13 years ago
Matt Ward e810ff78d5 Implement EnvDTE.ProjectItem.FileCount 13 years ago
Matt Ward 2681f78212 Provide a way for the DTE to provide the IVsSolution interface. 13 years ago
Matt Ward ea9b39b01f Implement Get-VSComponentModel cmdlet and IVsPackageInstallerServices. 13 years ago
Matt Ward 9eceb221b7 Fix methods on wrong class in code coverage results window. 13 years ago
Matt Ward 9facfbe8bf Display code coverage results when solution opened. 13 years ago
Matt Ward 28d9289116 Fix unhandled exception if code coverage results file does not exist. 13 years ago
Matt Ward fe5802bc61 Fix compilation warnings in code coverage addin. 13 years ago
Matt Ward 04c483a83a Fix Get-Package NuGet cmdlet not finding projects. 13 years ago
Matt Ward 71f8ccce41 Support finding a project by unique name in EnvDTE.Solution.Projects. 13 years ago
Matt Ward 07fe2e57fc Implement EnvDTE.SolutionBuild.ActiveConfiguration 13 years ago
Matt Ward e428c65ef7 Implement EnvDTE.Solution.Properties. 13 years ago
Matt Ward 899e4a6964 Implement EnvDTE.SolutionBuild.StartupProjects 13 years ago
Matt Ward 3859303d20 Fix EF NuGet package adding web.config files to non-web projects. 13 years ago
Matt Ward 7dd2cc0296 Fix T4MVC T4 template failing to run. 13 years ago
Siegfried Pammer 22dedf2601 implemented SetCompositionFont: now the IME font size should be the same as in the editor 13 years ago
Daniel Grunwald ff4e91c204 Only update the IME composition window when the VisualLine for the caret position is available. 13 years ago
Daniel Grunwald 28453802ea AvalonEdit IME support: use the default input context, and fix issues with IME not activating in some cases using ITfThreadMgr.SetFocus(null). 13 years ago
Daniel Grunwald 2aa2ddb456 Create a new IME context instead of using the default one. 13 years ago
Daniel Grunwald 827dbee0d4 Simplify IME integration a bit 13 years ago
Daniel Grunwald 3e3e7d0fce AvalonEdit IME support: Fix NullReferenceException when HwndSource.RootVisual == null. 13 years ago
Daniel Grunwald f83af4d8af AvalonEdit IME Support: clear old context when IME support is disabled 13 years ago
PeterForstmeier 41b86e4369 ProjectInformation userControl in ApplicationOptions (CppBinding) asn ApplicationSettings.xaml(C#) 13 years ago
PeterForstmeier 44850ceb88 Remove unused Files from VBNetBinding 13 years ago
PeterForstmeier 42c8840e7d Cleanup 13 years ago
PeterForstmeier 3223b5fb5a Adjust VBNetBinding.addin, cleanup 13 years ago
PeterForstmeier 960381dea6 BuildOptions for VBNetBinding 13 years ago
PeterForstmeier 42bbe19852 Cleanup BuildOutput 13 years ago
Matt Ward 639908ac89 Fix MvcScaffolding NuGet package failing to install. 13 years ago
Matt Ward 177f0190b6 Fix MvcScaffolding unit tests failing to compile. 13 years ago
Matt Ward fea395030b Fix EF PowerShell extensions not finding SharpDevelop's EnvDTE assembly. 13 years ago
Daniel Grunwald 8d0a6afd1c Fixed duplicate project references in portable library projects. 13 years ago
Daniel Grunwald 8293675a92 Replace 'Where(pred).FirstOrDefault()' with 'FirstOrDefault(pred)' 13 years ago
Daniel Grunwald 8bf4153027 [AvalonEdit] Adjust epsilon used for IsClose() 13 years ago
Matt Ward 11c7563d42 Add option to enable/disable NuGet package restore. 13 years ago
Matt Ward 1dfa232205 Hide disabled NuGet package sources in manage packages dialog. 13 years ago
Matt Ward 878cd428db Hide disabled NuGet package sources in package management console. 13 years ago
Matt Ward 4d27532e1a Support disabling NuGet package sources. 13 years ago
Matt Ward df62b5a0b6 Use latest official NuGet feed source. 13 years ago
Matt Ward 356e7bfc6f Add MVC T4 processing errors to Errors window. 13 years ago
Matt Ward c67061996d Fix FileNotFoundException if MVC T4 template processing fails. 13 years ago
Daniel Grunwald a4038fc1a1 Use tools from .NET 4.5 SDK if available. 13 years ago
Daniel Grunwald b718df13b1 Add EnvDTEHelpers to solution to fix build error when doing a clean build inside SharpDevelop. 13 years ago
PeterForstmeier d2e16e153f BuildOptions UC in VBNetBinding/Project/Src/OptionPanels/BuildOptions 13 years ago
Daniel Grunwald f9988e30e4 Update link to wiki in AddInWritingHelp. 13 years ago
Matt Ward bf8a40c118 Rename PowerShell host. 13 years ago
Matt Ward 4724b05c7a Create stub classes for Entity Framework migrations. 13 years ago