Matt Ward
|
c2a76915b1
|
Generate MVC views in the Add MVC View dialog from on the selected T4 template.
|
15 years ago |
Matt Ward
|
df50516c33
|
Select empty MVC view template by default in Add MVC View dialog.
|
15 years ago |
Matt Ward
|
f47e9689ba
|
Show list of view templates in Add MVC View dialog.
|
15 years ago |
Matt Ward
|
2e29335bb1
|
MVC controller generator is now passed the text template filename instead of generating the filename itself.
|
15 years ago |
Matt Ward
|
a0ba44230e
|
Move code to determine MVC controller templates out of view model class into template repository class.
|
15 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.
|
15 years ago |
Matt Ward
|
e2cc613b3d
|
Sort available master pages by filename in Add Mvc View dialog.
|
15 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.
|
15 years ago |
Matt Ward
|
302718ecfa
|
Support defining the primary place holder ID when generating ASP.NET MVC ASPX pages.
|
15 years ago |
Matt Ward
|
d504eb9f1a
|
Set default master page when selecting ASPX view engine in ASP.NET MVC Add View dialog.
|
15 years ago |
Matt Ward
|
27924e0199
|
Support generating ASP.NET MVC content pages from T4 templates.
|
15 years ago |
Matt Ward
|
c2a505b93d
|
Add Razor layout and ASP.NET master page options to ASP.NET MVC Add View dialog.
|
15 years ago |
Matt Ward
|
6560b99a46
|
Do not show Visual Basic classes from My namespace in model lists in ASP.NET MVC Add View dialog.
|
15 years ago |
Matt Ward
|
280a79ad9b
|
Do not show HttpApplication derived class in list of models in ASP.NET MVC Add View dialog.
|
15 years ago |
Matt Ward
|
b6c483150a
|
Do not show controllers in list of models in ASP.NET MVC Add View dialog.
|
15 years ago |
Matt Ward
|
2511b29778
|
Support creating strongly typed views for ASP.NET MVC.
|
15 years ago |
Matt Ward
|
665752625a
|
Show model classes in ASP.NET MVC Add View dialog.
|
15 years ago |
Matt Ward
|
c5ef8c882c
|
Change Visual Basic MVC controller template to use the HttpPost attribute.
|
15 years ago |
Matt Ward
|
8f72cb49ff
|
Support creating partial views from ASP.NET MVC Add View dialog.
|
15 years ago |
Matt Ward
|
b880cd3554
|
Add create/read/update/delete ASP.NET MVC controller template.
|
15 years ago |
Matt Ward
|
b1047cafec
|
Support ControllerRootName in MVC T4 templates.
|
15 years ago |
Matt Ward
|
c07a57ac29
|
Fix ASP.NET MVC Add View and Add Controller menu items appearing for any directory node selected.
|
15 years ago |
Matt Ward
|
c35486ae3d
|
Do not show ASP.NET MVC Add View/Add Controller menu items when project is selected.
|
15 years ago |
Matt Ward
|
c30bbb4a75
|
Generate Razor or ASPX view files based on selected view engine in Add MVC View dialog.
|
15 years ago |
Matt Ward
|
97b6672939
|
Add basic syntax highlighting for VB.NET Razor files (.vbhtml).
|
15 years ago |
Matt Ward
|
e32ad48d22
|
Add basic syntax highlighting for C# Razor files (.cshtml).
|
15 years ago |
Matt Ward
|
b2b5c4ac02
|
Add Visual Basic T4 templates for a basic ASP.NET MVC controller and view page.
|
15 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.
|
15 years ago |
Matt Ward
|
27cbd5f148
|
Add space between Add and Cancel buttons on Add MVC View dialog.
|
15 years ago |
Matt Ward
|
6028fac41a
|
Disable Add button in Add MVC View dialog when the view name is an empty string.
|
15 years ago |
Matt Ward
|
1e66520fef
|
Open ASP.NET MVC view file after creation.
|
15 years ago |
Matt Ward
|
ccea1f69a1
|
Support generating a C# ASP.NET MVC view page from a T4 template.
|
15 years ago |
Siegfried Pammer
|
a48016d276
|
add support for ProjectExtensions in IProject API
|
15 years ago |
Matt Ward
|
5898c09238
|
Fix missing array type when converting VB.NET multiple variables on a single line to Python.
|
15 years ago |
Matt Ward
|
dbd2bb40dd
|
Fix missing array type when converting VB.NET multiple variables on a single line to Ruby.
|
15 years ago |
Matt Ward
|
30d6618f14
|
Fix missing array type when converting VB.NET multiple fields on a single line to Ruby.
|
15 years ago |
Matt Ward
|
fdd4223116
|
Fix missing array type when converting VB.NET multiple fields on a single line to Python.
|
15 years ago |
Matt Ward
|
441df0e328
|
Support converting multiple class fields defined on one line when converting to Ruby.
|
15 years ago |
Matt Ward
|
bdd0f33cda
|
Support converting multiple class fields defined on one line when converting to Python.
|
15 years ago |
Matt Ward
|
f9f6611fd7
|
Support converting VB.NET exit statements to Ruby.
|
15 years ago |
Matt Ward
|
8926ba5a93
|
Support converting VB.NET exit statements to Python.
|
15 years ago |
Matt Ward
|
fba3a7a46d
|
Supporting converting multiple variable assignments on a single line to Python.
|
15 years ago |
Matt Ward
|
0dae208d54
|
Support converting multiple variable assignments on a single line to Ruby.
|
15 years ago |
Matt Ward
|
c2674fba66
|
Support converting VB.NET for next loops to Ruby.
|
15 years ago |
Matt Ward
|
b2e0f592f7
|
Support converting VB.NET for next loops to Python.
|
15 years ago |
Boris Kozorovitzky
|
a5644c7858
|
ProjectBinding may choose to handle missing project by itself.
|
15 years ago |
Matt Ward
|
d6d6d5a908
|
Do not indicate a line is waiting when scripting console is disposed.
|
15 years ago |
Matt Ward
|
d56517ab61
|
Change PowerShell working directory to solution directory when solution is opened.
|
15 years ago |
Matt Ward
|
205488975c
|
Support clearing the text in the PowerShell console by clicking the Clear button.
|
15 years ago |
Matt Ward
|
93d09a06c6
|
Always append text to the scripting console to prevent text appearing at the current cursor position when lots of console output generated and the cursor is moved by the user.
|
15 years ago |