132 Commits (25fa355be32762aaddcfdd6a3618d568aad392ac)

Author SHA1 Message Date
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 aff3636507 Fix <asp:Content> tags not displaying the colon character when folded. 14 years ago
Matt Ward 9f38b13c20 Do not generate html folds in ASP.NET for elements that exist on a single line. 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 47632bcec3 Change control order in Add ASP.NET MVC View dialog. 14 years ago
Matt Ward 314c7e0aa6 Detect id properties as primary keys when they are prefixed with the class name. 14 years ago
Matt Ward 392ba8707e Treat Id model property as primary key in ASP.NET MVC List T4 template. 14 years ago
Matt Ward 63527078a8 Add hidden field for Id model property in ASP.NET MVC Edit T4 template. 14 years ago
Matt Ward bd9fc100fc Treat Id model property as primary key in ASP.NET MVC Details T4 template. 14 years ago
Matt Ward 96678d37e0 Do not generate Html helpers for Id properties in ASP.NET MVC Delete T4 template. 14 years ago
Matt Ward 438c537303 Do not generate Html helpers for Id properties in ASP.NET MVC Create T4 template. 14 years ago
Matt Ward a22a0b9f2f Add unit tests for ASP.NET MVC T4 templates when model has more than one property. 14 years ago
Matt Ward 0accf9f126 Fix table header generated by MVC List T4 template when model has more than one property. 14 years ago
Matt Ward 7e2fa745ec Generate code for model properties in ASP.NET MVC List T4 templates. 14 years ago
Matt Ward eefdc40e50 Generate code for model properties in ASP.NET MVC Edit view T4 templates. 14 years ago
Matt Ward 07349f9657 Generate code for model properties in ASP.NET MVC Details view T4 templates. 14 years ago
Matt Ward 6ebfe59c20 Generate code for model properties in ASP.NET MVC Delete view T4 templates. 14 years ago
Matt Ward c0c385cc54 Generate code for model properties in ASP.NET MVC Create view T4 templates. 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 d67be30325 Update ASP.NET MVC addin to support T4 addin changes. 14 years ago
Matt Ward 76d1ead98a Empty ASPX T4 template generates a typed ViewUserControl when a partial view and a model is specified. 14 years ago
Matt Ward 901ca06928 Add tests for code in C# Aspx and Razor empty view T4 templates. 14 years ago
Matt Ward 910e5ba5b9 Refactor MvcClass. 14 years ago
Matt Ward d0945f7480 Determine whether a class is a possible MVC model class in the MvcClass itself. 14 years ago
Matt Ward 4c7387b129 Support ViewDataType in MvcTextTemplateHost. 14 years ago
Matt Ward 8ff8258526 Create MvcTextTemplateHost in the same app domain as the T4 templating engine. 14 years ago
Matt Ward 8b891da4cd Select empty view template when model class name typed in does not match any model class. 14 years ago
Matt Ward fa5c796436 Disable template list when model class name typed in and does not match any classes. 14 years ago
Matt Ward 651a4d550f Do not display empty brackets after the model name when a model has no namespace. 14 years ago
Matt Ward 0504ca83bb Disable master page and content placeholder id controls when partial view is selected in Add MVC View dialog. 14 years ago
Matt Ward c2a76915b1 Generate MVC views in the Add MVC View dialog from on the selected T4 template. 14 years ago
Matt Ward df50516c33 Select empty MVC view template by default in Add MVC View dialog. 14 years ago
Matt Ward f47e9689ba Show list of view templates in Add MVC View dialog. 14 years ago
Matt Ward 2e29335bb1 MVC controller generator is now passed the text template filename instead of generating the filename itself. 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 e2cc613b3d Sort available master pages by filename in Add Mvc View dialog. 14 years ago