8965 Commits (b433c5bda620f41a948beef9d41f1a4809c7707c)
 

Author SHA1 Message Date
Matt Ward dd47d4416d Add Prism icons created by Michael Seeger. 13 years ago
PeterForstmeier 8460f73204 Merge branch 'xmlForms' of github.com:icsharpcode/SharpDevelop into xmlForms 13 years ago
PeterForstmeier c68e424ec0 ExternalToolOptions Cleanup 13 years ago
PeterForstmeier e592629af4 ExternalToolPanel.cs 13 years ago
PeterForstmeier fdd00b2fdd ExternalToolPanelXaml.xaml - ContextMenu's 13 years ago
Daniel Grunwald 148e5042a4 Fix "Application manifest" combo box. 13 years ago
Daniel Grunwald 67f9f2ce82 Set 'Local Copy'=false on references to Core.Presentation and SD.Widgets. 13 years ago
Matt Ward 35a6bb3fc2 Fix MVC Scaffolding 1.0.9 errors on code generation. 13 years ago
Matt Ward 2ac3e9c570 Support project templates using ${ProjectName} in project references. 13 years ago
Matt Ward cf5e2d6f39 Add SharpDevelop.EnvDTE to main solution and installer. 13 years ago
Matt Ward 268c9639b5 Merge branch 'entityframework' 13 years ago
Matt Ward 40639853dc Update NUnit to version 2.6.2 13 years ago
Matt Ward c8af6af505 Support project templates using ${ProjectName} as part of the directory name. 13 years ago
PeterForstmeier 8b1fe69b46 CodeCompletionPanel 13 years ago
Matt Ward 2fc93423c0 Support latest T4MVC 2.13.0 13 years ago
Matt Ward 1671b462e9 EnvDTE types now implement parameterised properties instead of methods. 13 years ago
Matt Ward 2a4d4b435c Insert space into Database Explorer name displayed in UI. 13 years ago
Matt Ward 11c36f38c5 Allow user to connect to database without using auto-discovery. 13 years ago
PeterForstmeier 2580df003a Remove wrong reference 13 years ago
PeterForstmeier b51c9518d3 missing Files 13 years ago
PeterForstmeier 0af5222a99 missing File 13 years ago
PeterForstmeier 3ced83921a Cleanup 13 years ago
PeterForstmeier 4882f0ded5 Cleanup 13 years ago
PeterForstmeier 8d06aeac58 Remove unused File's 13 years ago
PeterForstmeier 0a7fec6a35 AnalysisProjectOptionsPanelXaml 13 years ago
Matt Ward 859d3ab9a0 Fix EF Add-Migrations not adding migration designer files as dependencies. 13 years ago
Matt Ward ebbd829bdd Fix EntityFramework Add-Migration failing to add file to project. 13 years ago
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