Matt Ward
|
7a742d922f
|
Add C# Razor completion for model.
Use the @model directive to generate a strongly typed WebViewPage class.
Support completion on the Model property in a view.
|
13 years ago |
Matt Ward
|
4aef0a2189
|
Add simple dot completion for C# Razor files.
Support very basic dot completion for T4MVC code inside a C# Razor file.
|
13 years ago |
Matt Ward
|
5369b65f1c
|
Fix view in browser for html files.
|
13 years ago |
Matt Ward
|
5e34cf768e
|
Register projects with IIS Express as separate sites and use the configured port.
|
14 years ago |
Matt Ward
|
915b36334a
|
Store IIS Express and IIS settings in project file.
Set the IsDirty flag when changes made to Web project options.
|
14 years ago |
Siegfried Pammer
|
4c7aefdf7a
|
move WebProjectService to AspNet.Mvc.csproj
|
14 years ago |
Siegfried Pammer
|
80160c1c19
|
finished implementation of Behaviors
|
14 years ago |
Matt Ward
|
37b3fd4713
|
Add Microsoft's System.Web.Razor.dll so the Razor parser can be used without requiring ASP.NET MVC 3 to be installed on the local machine.
|
14 years ago |
Matt Ward
|
8de91e4a4d
|
Fix ASP.NET folding not working due to double quotes inside aspx or Razor markup tags which are inside HTML script tags.
|
14 years ago |
Matt Ward
|
c760a9e7d2
|
Add folding for Html in .vbhtml Razor files.
|
14 years ago |
Matt Ward
|
426410f6a6
|
Add folding for Html in .cshtml Razor files.
|
14 years ago |
Matt Ward
|
28cdbd4571
|
Enable html folding for aspx and html files.
|
14 years ago |
Matt Ward
|
89c2621bf6
|
Add simple ASP.NET web forms fold parser.
|
14 years ago |
Matt Ward
|
0dac5a1b47
|
Add basic Delete view T4 template for ASP.NET MVC.
|
14 years ago |
Matt Ward
|
1d7738ff6d
|
Add basic List view T4 template for ASP.NET MVC.
|
14 years ago |
Matt Ward
|
ae75e246ff
|
Add basic Edit view T4 template for ASP.NET MVC.
|
14 years ago |
Matt Ward
|
c04a7d3232
|
Add basic Visual Basic details view T4 template for ASP.NET MVC.
|
14 years ago |
Matt Ward
|
b420bb20b7
|
Add basic C# Razor details view T4 template for ASP.NET MVC.
|
14 years ago |
Matt Ward
|
ebea25c7ad
|
Add basic C# ASPX details view T4 template for ASP.NET MVC.
|
14 years ago |
Matt Ward
|
f71cd538b1
|
Add basic Razor VB.NET Create view T4 template.
|
14 years ago |
Matt Ward
|
ea489f5554
|
Add basic Razor C# Create view T4 template.
|
14 years ago |
Matt Ward
|
998742e961
|
Add basic VB.NET Create view T4 template for ASP.NET MVC.
|
14 years ago |
Matt Ward
|
8da9260c33
|
Add basic Create view T4 template for ASP.NET MVC.
|
14 years ago |
Matt Ward
|
901ca06928
|
Add tests for code in C# Aspx and Razor empty view T4 templates.
|
14 years ago |
Matt Ward
|
8ff8258526
|
Create MvcTextTemplateHost in the same app domain as the T4 templating engine.
|
14 years ago |
Matt Ward
|
f47e9689ba
|
Show list of view templates in Add MVC View dialog.
|
14 years ago |
Matt Ward
|
a0ba44230e
|
Move code to determine MVC controller templates out of view model class into template repository class.
|
14 years ago |
Matt Ward
|
7aa62b7436
|
Support selecting Razor layout page for a new MVC view from a list of available Razor pages in the project.
|
14 years ago |
Matt Ward
|
7b516633f9
|
Support selecting ASP.NET master page for a new MVC view from a list of available master pages in the project.
|
14 years ago |
Matt Ward
|
c2a505b93d
|
Add Razor layout and ASP.NET master page options to ASP.NET MVC Add View dialog.
|
14 years ago |
Matt Ward
|
665752625a
|
Show model classes in ASP.NET MVC Add View dialog.
|
14 years ago |
Matt Ward
|
b880cd3554
|
Add create/read/update/delete ASP.NET MVC controller template.
|
14 years ago |
Matt Ward
|
b1047cafec
|
Support ControllerRootName in MVC T4 templates.
|
14 years ago |
Matt Ward
|
c35486ae3d
|
Do not show ASP.NET MVC Add View/Add Controller menu items when project is selected.
|
14 years ago |
Matt Ward
|
c30bbb4a75
|
Generate Razor or ASPX view files based on selected view engine in Add MVC View dialog.
|
14 years ago |
Matt Ward
|
97b6672939
|
Add basic syntax highlighting for VB.NET Razor files (.vbhtml).
|
14 years ago |
Matt Ward
|
e32ad48d22
|
Add basic syntax highlighting for C# Razor files (.cshtml).
|
14 years ago |
Matt Ward
|
b2b5c4ac02
|
Add Visual Basic T4 templates for a basic ASP.NET MVC controller and view page.
|
14 years ago |
Matt Ward
|
2ffc00c2eb
|
Add support for creating new ASP.NET MVC controllers and adding them to the project using an Add MVC Controller dialog.
|
14 years ago |
Matt Ward
|
1e66520fef
|
Open ASP.NET MVC view file after creation.
|
14 years ago |
Matt Ward
|
ccea1f69a1
|
Support generating a C# ASP.NET MVC view page from a T4 template.
|
14 years ago |