Matt Ward
9bbad288af
Update setup for new OpenCover files.
12 years ago
Christoph Wille
aacac3956c
Update Chocolatey package for 4.4.1
12 years ago
Daniel Grunwald
6d13efe414
Fix #271 - Change license to MIT
12 years ago
Daniel Grunwald
fc97d0c6bf
Remove nant.xsd
12 years ago
Daniel Grunwald
6ab85914dc
Remove CQA from setup, as it depends on SDR.
12 years ago
Matt Ward
12f65823a1
Installer checks .NET 4.5 is installed.
12 years ago
Siegfried Pammer
fecab1b97e
exclude SDR from setup
12 years ago
Siegfried Pammer
353bdff1de
add OS version restriction to setup
12 years ago
Siegfried Pammer
5ce3cc74c5
fix GUID of AddInManager2MSWebXmlTransformDll component
12 years ago
Siegfried Pammer
28381d1009
add missing Microsoft.Web.XmlTransform.dll to setup
12 years ago
Christoph Wille
b949e50464
Update Choc package for 4.4
12 years ago
Daniel Grunwald
cf3995f1a5
Update to NRefactory commit 'a99a93972cc4e82c969af72568f015019a4d8a96'
12 years ago
Christoph Wille
ff27882f9c
Chocolatey package for SD 4.3.3
12 years ago
Siegfried Pammer
4e43caa38f
Update SharpSVN to 1.8 beta
12 years ago
Matt Ward
195fa858a7
Launch html page with software dependencies after install.
12 years ago
Siegfried Pammer
3a2d44b13a
update version to 4.4
12 years ago
Matt Ward
e2b05442f7
Support restoring NuGet packages.
...
Add Restore Packages menu item which executes "NuGet.exe restore"
to restore all packages in the solution.
12 years ago
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.
13 years ago
Matt Ward
08ddba725c
Update installer with new MVC project templates.
13 years ago
Matt Ward
609b1ad8a3
Add MSpec addin to installer.
13 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