Author |
Topic |
|
Uniwares
Tomato Guru
Portugal
2322 Posts |
Posted - Nov 24 2003 : 12:15:43 PM
|
Given the following code fragment:
enum somenums
{
se_one, // some value one
se_two, // some value two
se_threee // some value three
};
typedef struct mystruct
{
// some definitions
};
The struct mystruct will inherit the last comment from the previous definition. Tooltips will show "some value three" as comment for the struct.
|
|
support
Whole Tomato Software
5566 Posts |
Posted - Nov 27 2003 : 01:28:39 AM
|
Fixed in the next build(1204). |
Whole Tomato Software, Inc. |
|
|
Uniwares
Tomato Guru
Portugal
2322 Posts |
Posted - May 12 2004 : 11:30:12 AM
|
For some reason this one is back, with a little variation though.
|
|
|
support
Whole Tomato Software
5566 Posts |
Posted - May 12 2004 : 2:26:15 PM
|
We cannot reproduce the problem, probably because we do not have enough of a code sample. As well, we suspect you have "Prefer default Intellisense" enabled. Hovering tooltips from VA X for enums are typically more descriptive.
If the "prefer" option is disabled, can you post a bit more of your code? Text preferred.
If "prefer" is enabled, hover to get a default tooltip. Remain on the symbol, slide the cursor slightly to the right and hover again. You get a VA X tooltip.
|
Whole Tomato Software, Inc. |
|
|
Uniwares
Tomato Guru
Portugal
2322 Posts |
Posted - May 12 2004 : 2:48:51 PM
|
The full code is
#ifndef __LEONCLC_H_
#define __LEONCLC_H_
#include "resource.h" // main symbols
#include <comutil.h>
enum somenums
{
se_one, // some value one
se_two, // some value two
se_threee // some value three
};
typedef struct mystruct
{
// some definitions
};
#endif //__LEONCLC_H_
PDI is enabled, and no I dont get any more descriptive tooltip. What you see on the shot is all that I get for this. The HCB is not more desciptive either. I wonder where you get the "se_three = 2" from... |
|
|
support
Whole Tomato Software
5566 Posts |
Posted - May 12 2004 : 11:33:03 PM
|
Still no luck.
As for the descriptive tooltip... hover over se_three. After the tooltip appears, move the cursor slightly to the right and wait again. |
Whole Tomato Software, Inc. |
|
|
Uniwares
Tomato Guru
Portugal
2322 Posts |
Posted - May 13 2004 : 12:11:20 AM
|
no way, no tooltip for other than what you see on the shot. |
|
|
feline
Whole Tomato Software
United Kingdom
19014 Posts |
Posted - May 13 2004 : 08:13:37 AM
|
i have copied the code into a new blank .h in my current project. using VAX 1235 and VS .NET 2003 with PDI turned off.
i am getting a tooltip saying:
enum se_threee
i have tried moving the mouse cursor both left and right, and i always get this tooltip. so no comment bug, but also no helpful VAX tooltip
telling VAX to reparse the current file makes no difference. |
zen is the art of being at one with the two'ness |
|
|
|
Topic |
|