T O P I C R E V I E W |
Laur |
Posted - Feb 21 2007 : 05:49:11 AM Hi folks,
I'm currently working with VC8 and VAX, and I have the following problem. I've implemented a small add-in that implements the VC6-specific Esc and Alt+2 behaviour (namely, close all output windows and open output windows respectively). The problem is that Esc does not work any more in the List Methods In Current File dropdown - which is normal, I guess. My question:
Is there a method available to close this drop-down programatically? E.g., with a DTE.ExecuteCommand(VisualAssistX.CloseMethodList) or something similar. I'm afraid remapping this to another key is not currently an option for us.
Thanks, Laurentiu |
5 L A T E S T R E P L I E S (Newest First) |
feline |
Posted - Feb 21 2007 : 1:49:14 PM Thank you, I was also thinking that various people will be interested in this |
Laur |
Posted - Feb 21 2007 : 10:11:06 AM Sure thing; a lot of people might find this useful:
http://www.codeproject.com/macro/VSHelper.asp |
feline |
Posted - Feb 21 2007 : 10:09:22 AM If you have a link on hand would you be able to post it here, for future reference?
It is good to hear that Shift-Escape works here. |
Laur |
Posted - Feb 21 2007 : 08:43:27 AM Hi,
Ivo's plugin is open source; I've already found it in the meantime and had a look around. I've been doing more or less the same trick (only in C# instead of C++); however, it seems that he doesn't handle this problem either. Shift-Esc gets rid of the dropdown, however, so we can use that for the time being.
Cheers, Laurentiu |
feline |
Posted - Feb 21 2007 : 08:32:56 AM I am not sure to be honest, but you might want to email Ivo via the forum and see if he is willing to share his plugin with you, it seems he has been trying to do something very similar:
http://forum.wholetomato.com/forum/topic.asp?TOPIC_ID=5793&SearchTerms=escape,vc6,close |