132 Commits (25fa355be32762aaddcfdd6a3618d568aad392ac)

Author SHA1 Message Date
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 302718ecfa Support defining the primary place holder ID when generating ASP.NET MVC ASPX pages. 14 years ago
Matt Ward d504eb9f1a Set default master page when selecting ASPX view engine in ASP.NET MVC Add View dialog. 14 years ago
Matt Ward 27924e0199 Support generating ASP.NET MVC content pages from T4 templates. 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 6560b99a46 Do not show Visual Basic classes from My namespace in model lists in ASP.NET MVC Add View dialog. 14 years ago
Matt Ward 280a79ad9b Do not show HttpApplication derived class in list of models in ASP.NET MVC Add View dialog. 14 years ago
Matt Ward b6c483150a Do not show controllers in list of models in ASP.NET MVC Add View dialog. 14 years ago
Matt Ward 2511b29778 Support creating strongly typed views for ASP.NET MVC. 14 years ago
Matt Ward 665752625a Show model classes in ASP.NET MVC Add View dialog. 14 years ago
Matt Ward c5ef8c882c Change Visual Basic MVC controller template to use the HttpPost attribute. 14 years ago
Matt Ward 8f72cb49ff Support creating partial views from 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 c07a57ac29 Fix ASP.NET MVC Add View and Add Controller menu items appearing for any directory node selected. 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 27cbd5f148 Add space between Add and Cancel buttons on Add MVC View dialog. 14 years ago
Matt Ward 6028fac41a Disable Add button in Add MVC View dialog when the view name is an empty string. 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