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
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
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
7eebbb8dd6
Remove .NET 3.5 dependency from setup.
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
b0a7f27860
add CodeQuality analysis to Setup and set version to 4.2 beta
14 years ago
Matt Ward
fe0b8d781f
Add ASP.NET MVC addin to installer.
14 years ago
Matt Ward
8701d91dd8
Add MSpec addin to installer.
14 years ago
Eusebiu Marcu
9481311b5d
Add WCF REST project and file templates.
14 years ago
Daniel Grunwald
599f60c46a
Set version number to 4.3.
14 years ago
Siegfried Pammer
d5398b3960
fix Setup and Tests
14 years ago
Eusebiu Marcu
7119d558e5
Add basic (IIS) support for WCF services.
14 years ago
Daniel Grunwald
5f66310a16
Change version to 4.2
14 years ago
Matt Ward
c7765b33a4
Add ASP.NET MVC file templates for C# and VB.NET.
14 years ago
Matt Ward
ded5e1aa9b
Add empty ASP.NET MVC project templates for C# and VB.NET.
14 years ago
Matt Ward
38d0c33060
Add T4 file template for VB.NET.
14 years ago
Matt Ward
36f81d4665
Add text templating addin to installer.
14 years ago
Matt Ward
2d0a4d8c38
Add project template NuGet packages to installer.
14 years ago
Matt Ward
adb35031ed
Add ASP.NET MVC project templates for VB and C#.
14 years ago
mrward
efc8507e50
Move PowerShell specific code to separate assembly.
14 years ago
mrward
a333679a30
Add new package management addin files to installer.
14 years ago
mrward
3e10978ef4
Update WPF template for IronPython 2.7
14 years ago
Daniel Grunwald
8af6f54abd
Add ILSpy AddIn.
15 years ago
mrward
fccc219a43
Update IronPython to version 2.7
15 years ago
mrward
7e006da63c
Add NuGet nuspec XML schema.
15 years ago
mrward
af85c593cf
Update to WiX 3.5
15 years ago
Daniel Grunwald
78fcd1140f
Remove Reflector AddIn as Reflector will be non-free soon.
15 years ago
Daniel Grunwald
2454f2902e
Also bump the version displayed in setup to 4.0.1. (the code in UpdateAssemblyInfo that automates this step isn't on the 4.0 branch)
15 years ago
mrward
5da955fecb
Add NuGet package management addin.
15 years ago
Eusebiu Marcu
dca04142c4
add GraphSharp dependencies to setup
15 years ago
Eusebiu Marcu
cc5e41fa01
Remove unused assembly reference
...
Add GraphSharp to installer
15 years ago
Daniel Grunwald
c7323f7005
Replace references to "4.1" in setup with variable that gets populated with information from GlobalAssemblyInfo.template.
15 years ago
Daniel Grunwald
da47da368f
Remove "Beta 4" from setup.
15 years ago
Siegfried Pammer
4ba5f23fc7
Added missing templates to setup
15 years ago
Siegfried Pammer
928b29cdd0
fixed build
15 years ago
Daniel Grunwald
a4797dcb1a
Re-enable settings editor.
15 years ago
Matt Ward
65db65170c
Update IronRuby to version 1.1.1
15 years ago
Daniel Grunwald
eb3799eaee
Set version number to 4.1
15 years ago
Christoph Wille
ad1674422f
Beta 4 designation for setup
15 years ago
Christoph Wille
5cce1f4d57
Beta 3 designation for setup
15 years ago
Daniel Grunwald
62a02f30c1
Fix build
15 years ago
mrward
687b2c9832
Move common code out of the IronPython and IronRuby addins to a new project.
15 years ago
mrward
d0e8c7d236
Remove xml.xsd from setup.
15 years ago