gmit
Whole Tomato Software
Croatia
90 Posts |
Posted - Oct 06 2005 : 03:07:55 AM
|
On 1424 version...
1. If you have an expression including pointers in variable declaration like a abc = b->c;
in VA's definition combo (right one), you get pointers written only with minus signs: a abc = b-c;
2. I don't know whether this is project dependent, but... If I have variable like this: bool is_static = false;
tooltip on places where var is used will contain this: bool is_ = false;
It seems that it doesn't strip other keywords. ;)
|
|
support
Whole Tomato Software
5566 Posts |
Posted - Oct 06 2005 : 2:58:43 PM
|
The first problem is fixed in 1426.
We cannot reproduce the second problem with 1424 or 1426. While a hovering tooltip can come from the IDE or from VA X, the definition field is always from VA X and it's correct. "static" of "is_static" appears.
If your problem persists with the tooltip, check the spacing within the tooltip -- between the border and the text. If it's small, it's from IDE. If the space is about the same as near the top and bottom borders, the tooltip is from VA X. In either case, click the symbol to see what appears in our definition field (this is what VA X would put in hovering tooltip.) |
Edited by - support on Oct 06 2005 3:07:19 PM |
|
|