Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Feature Requests
 How to switch between .aspx and .aspx.cs files?

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

T O P I C    R E V I E W
Freddy Posted - Apr 21 2007 : 12:17:26 PM
I using two type of projects: c++ projects and ASP.NET projects. In C++ projects I use Alt+O functionality for switch .cpp and .h files.
How I can do it for ASP.NET files? I want to switch between "designer" (.aspx files) and "code" (.aspx.cs files) by Alt+O. How can I do it?

I know about standard shortcuts, but it's not "user friendly"
1   L A T E S T    R E P L I E S    (Newest First)
feline Posted - Apr 23 2007 : 07:55:14 AM
If you tell VA that .aspx and .aspx.cs files are C++ code then alt-o should work. However I am not sure what other, unexpected side effects this will have, plus there is a dot in the middle of ".aspx.cs" which might confuse this.

http://docs.wholetomato.com?W328

Doesn't CTRL-PAGE_DOWN work? I seem to remember this was an option for moving between design and code views for HTML.

There is a macro for swapping between .cpp and .h files in this code project article:

http://www.codeproject.com/macro/kingstools.asp

you should be able to adapt the macro to emulate alt-o in this case, and you can assign your own keyboard shortcut to the macro via the IDE.

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000