T O P I C R E V I E W |
spectecjr |
Posted - Aug 30 2006 : 5:37:09 PM Would it be possible to have a list of file extensions that ALT+O would cycle through?
In my case, it would be incredibly useful to be able to cycle through XX.h->XX.inl->XX.cpp->XX.uc->XX.h
If we could add our own list of extensions to the registry or in the properties somewhere, it would fix one of my biggest niggles about VAX :)
Thanks! Si |
4 L A T E S T R E P L I E S (Newest First) |
Ivo |
Posted - Oct 11 2006 : 1:07:32 PM Hi.
I just updated my VSHelper add-in on Codeproject - http://www.codeproject.com/macro/VSHelper.asp. The Opposite command is now customizable, with default switch order .h -> .inl -> .cpp -> .c -> .h. Also the // ## prefix is customizable. The latest version contains binaries for VS2003 and VS2005.
Ivo |
feline |
Posted - Sep 03 2006 : 4:03:55 PM you should be able to pick up and extend the macro from this codeproject article:
http://www.codeproject.com/macro/VSHelper.asp
Look for the section "Opposite (switch between C/CPP and H files)" fairly easily to do what you want, and then bind it to a keyboard shortcut. this lets you customize it to exactly what you personally want, which is much easier than VA trying to support everyone's separate desires.
|
spectecjr |
Posted - Aug 31 2006 : 02:58:05 AM quote: Originally posted by rhummer
http://forum.wholetomato.com/forum/topic.asp?TOPIC_ID=4639
Should answer your questions about it.
Thanks - not the answer I was hoping for, but if wishes were horses... |
rhummer |
Posted - Aug 30 2006 : 6:50:19 PM http://forum.wholetomato.com/forum/topic.asp?TOPIC_ID=4639
Should answer your questions about it. |