Author |
Topic |
|
steinsomers
Ketchup Master
Belgium
65 Posts |
Posted - Sep 27 2007 : 08:10:52 AM
|
When you type a comma in a function call parameter list, a tooltip shows up. I welcome it when I press Ctrl-Space, but I get annoyed when it storms in the room like that - it blocks my view, or when I'm not looking (and if the function is overloaded), it gobbles up cursor movements.
Is there a way to suppress this feature? Even disabling Visual Assist doesn't. I could live with turning it off completely, provided it is easy to turn on again when I feel like pressing Ctrl-Space.
|
|
feline
Whole Tomato Software
United Kingdom
19014 Posts |
Posted - Sep 27 2007 : 10:03:08 AM
|
Which IDE and version of VA are you using? If VA is doing this then I would expect disabling VA to stop it happening. |
zen is the art of being at one with the two'ness |
|
|
steinsomers
Ketchup Master
Belgium
65 Posts |
Posted - Sep 27 2007 : 1:24:31 PM
|
This is 1559 on Visual C++ 2005 SP1. I thought the buttoned tooltip looked too nice to come from Visual Studio. I remember reading in this forum that disabling VA doesn't really shut it down, so I did try to disable VA in Visual Studio's Add-in Manager and restarted, but VA comes right back. How can one truly disable VA, without uninstalling (which I presume kills settings)? Do as in topic 5487, and reinstall to restore? |
|
|
sean
Whole Tomato Software
USA
2817 Posts |
Posted - Sep 27 2007 : 1:33:01 PM
|
Is parameter info disabled in the IDE ( Tools | Options | Text Editor | C/C++ | General | Parameter Information ) ? |
|
|
sean
Whole Tomato Software
USA
2817 Posts |
|
steinsomers
Ketchup Master
Belgium
65 Posts |
Posted - Oct 01 2007 : 05:41:52 AM
|
Indeed VA has nothing to do with it. It's Visual Studio's own work. Yes, "Parameter info" and the other "Statement completion" options are disabled, for all languages, in the VS Text Editor options. |
|
|
feline
Whole Tomato Software
United Kingdom
19014 Posts |
Posted - Oct 01 2007 : 4:42:30 PM
|
Simply turning off:
IDE tools menu -> Options -> Text Editor -> C/C++ -> Parameter information
is enough to stop this happening for me in VS2005, C++
If you have any other IDE plugin's installed they might be a factor. |
zen is the art of being at one with the two'ness |
|
|
|
Topic |
|