Author |
Topic |
|
amirgeva
New Member
3 Posts |
Posted - Feb 02 2005 : 07:49:55 AM
|
Ever since I upgraded to VA-X, I don't get the function parameters tooltip any more, no matter what. I have the latest build, and tried small/large projects.
Example: I type the following program: ------------------------ int f1(int a, int b) { return a+b; }
int main(int argc, char* argv[]) { int c=f1( // Problem after opening the paren' . . .
------------------------
In previous versions, I used to get a useful tooltip with the list of parameters. |
|
WannabeeDeveloper
Tomato Guru
Germany
775 Posts |
Posted - Feb 02 2005 : 11:36:40 AM
|
Which OS? Which Version of Visual Studio? |
|
|
|
amirgeva
New Member
3 Posts |
Posted - Feb 03 2005 : 08:13:30 AM
|
Windows XP and Microsoft Visual C++ .NET |
|
|
feline
Whole Tomato Software
United Kingdom
18998 Posts |
Posted - Feb 03 2005 : 12:02:50 PM
|
which version of VAX have you upgraded to?
using .NET 2003, C++, winXP pro SP2 and VAX 1289 and placing your example into a cpp file i am getting a parameter tooltip
do you have any other plugin's installed? if you disable VAX do you start to see tooltips? can you check your parameter tooltip option? in .NET 2003:
tools menu -> options -> text editor -> C/C++ -> general -> parameter information
from memory if this gets turned off it can produce the effect you are seeing. |
zen is the art of being at one with the two'ness |
|
|
amirgeva
New Member
3 Posts |
Posted - Feb 08 2005 : 01:59:22 AM
|
Thanks feline.
The parameter information flag was turned off. Turning it on fixed the problem. What I'm not sure about is whether the flag was off all the time, and just VA 7 worked without it, or did VA X turn it off.
|
|
|
support
Whole Tomato Software
5566 Posts |
Posted - Feb 08 2005 : 3:39:22 PM
|
We believe VA X does not uncheck the setting -- that seems counterproductive. VA X reads the setting to determine if you want parameter info.
In any regard, we are glad your problem is solved. |
|
|
|
Topic |
|