Siegfried Pammer
708f564f22
add Profiler to setup
12 years ago
Matt Ward
cf6ff2396b
Add Microsoft.Web.XmlTransform.dll used by NuGet to installer.
12 years ago
Christoph Wille
4040521a33
Chocolatey package support
...
Unresolved: 1603 fatal msi error if already installed
12 years ago
Matt Ward
d4c41e09b7
Add F# class library project templates.
12 years ago
Daniel Grunwald
441a78fec2
Rename VBNetBinding -> VBBinding.
12 years ago
Matt Ward
47045586a9
Update installer for F# 3.0 changes.
12 years ago
Siegfried Pammer
5761832989
add FormsDesigner to setup
12 years ago
Siegfried Pammer
2bef019797
remove old AddIn Manager
12 years ago
Siegfried Pammer
31d439a364
add SDR to setup
12 years ago
Siegfried Pammer
ddb7700f01
add CQA, VB.NET binding and ResourceEditor back to setup
12 years ago
Daniel Grunwald
b9eb45a9ae
Fix setup build.
12 years ago
Matt Ward
31ba178f3c
Add addin manager to installer.
12 years ago
Daniel Grunwald
e0d6d8d9d9
Use new ProjectTemplate base class.
...
We now allow loading .xpt files from embedded resources.
12 years ago
Matt Ward
3deb4ecd54
Add PowerShell support for NuGet addin.
...
Code model API is still unavailable.
12 years ago
Matt Ward
08ddba725c
Update installer with new MVC project templates.
12 years ago
Matt Ward
609b1ad8a3
Add MSpec addin to installer.
12 years ago
Christoph Wille
989c128374
Add Setttings Editor and WPF Designer to setup
13 years ago
Matt Ward
065f55350f
Add code coverage addin.
...
Extended TestExecutionOptions to allow post processing of the
NUnit ProcessStartInfo.
Drop down button in Code Coverage pad is not working.
Commented out some unit tests and code temporarily.
13 years ago
Matt Ward
5506c43932
Add Package Management addin.
...
PowerShell console disabled.
Running PowerShell scripts on install/uninstall of a NuGet
package is disabled.
13 years ago
Matt Ward
5fc29724a9
Add WiX addin.
...
WiX dialog designer is currently disabled.
Sub menu items for the context menu in setup files view are disabled
since the ISubmenuBuilder no longer exists.
13 years ago
Matt Ward
50fd47ee9a
Add Data addin.
13 years ago
Matt Ward
f21be253f2
Add Asp.NET MVC addin.
...
Code completion and folding currently disabled for
Razor and Web Forms (.aspx) files.
13 years ago
Matt Ward
61c6ca7a50
Add StyleCop addin.
13 years ago
Matt Ward
cc2cc44463
Add FxCop addin.
13 years ago
Matt Ward
c4b3aeeec8
Add Text Templating addin to installer.
13 years ago
Daniel Grunwald
a649210272
Fix build
13 years ago
Matt Ward
6c0f4bd9e6
Remove WiX files from installer.
13 years ago
Matt Ward
35a6bb3fc2
Fix MVC Scaffolding 1.0.9 errors on code generation.
13 years ago
Matt Ward
cf5e2d6f39
Add SharpDevelop.EnvDTE to main solution and installer.
13 years ago
Daniel Grunwald
f96fe9c6a5
Fix typo in Setup.wxs.
13 years ago
Daniel Grunwald
98b905acfd
Add ILSpyAddIn to setup.
13 years ago
Matt Ward
6fddd96e6c
Allow Powershell to use EnvDTE.Globals properties as methods.
...
Added a VB.NET Globals class which implements multiple parameterised properties which are not supported in C#.
This allows Powershell to use properties on the Globals class as though they were methods:
$dte.Solution.Globals.VariableValue("MyValue") = "value"
Write-Host $dte.Solution.Globals.VariableValue("MyValue")
$dte.Solution.Globals.VariablePersists("MyValue") = $true
Write-Host $dte.Solution.Globals.VariablePersists("MyValue")
13 years ago
Matt Ward
b97d5c82fe
Update IronPython to version 2.7.3
13 years ago
Matt Ward
660699a280
Fix installer error due to NuGet.Console.Types.dll not added being to a feature.
13 years ago
Daniel Grunwald
fbf0b6d419
The IconEditor AddIn now can edit icons.
13 years ago
Matt Ward
1a3279794c
Add OpenCover to installer.
13 years ago
Daniel Grunwald
a660f427b8
Started porting the FxCop-AddIn to SD5.
13 years ago
Daniel Grunwald
e5560361b9
Update setup.
13 years ago
Matt Ward
c5d56286b4
Install NuGet.Console.Types.dll with package management addin.
13 years ago
Daniel Grunwald
950bcb3a0f
Add error message when Portable Library Tools are not installed.
...
Allow picking the profile (set of target frameworks) in project upgrade view.
13 years ago
Daniel Grunwald
3e697f8582
Set version number to 4.3.
13 years ago
Matt Ward
07599ad640
Update setup with new NuGet packages used in project templates.
13 years ago
Daniel Grunwald
1882d9416b
Fix build.
13 years ago
Daniel Grunwald
46a82c7a75
Reset version number to 5.0.0.1 and fix setup.
14 years ago
Daniel Grunwald
7eebbb8dd6
Remove .NET 3.5 dependency from setup.
14 years ago
Daniel Grunwald
14182177ab
Port ICSharpCode.Build.Tasks to .NET 4.0 so that it works when .NET 2.0/3.5 is not installed.
...
Moved ILAsm build task into ILAsmBinding.
14 years ago
Matt Ward
fd533a25e1
Add JavaScript addin to main solution and installer.
14 years ago
Matt Ward
f0777e7e70
Add empty CSS and JavaScript file templates.
14 years ago
Siegfried Pammer
a8cb5a0389
fix CQA in Setup/Files.wxs
14 years ago
Siegfried Pammer
1a13af3603
fix setup
14 years ago