DaveChapman
New Member
8 Posts |
Posted - Feb 24 2004 : 10:15:23 AM
|
With a function prototype such as this...
extern void func(const char *p);
When I get around to implementing the function, I type
void func(
and VAX pops up a box with 'const char *p'. I select this with cursor-down then return (actually, it'd be nice if I didn't have to cursor-down). VAX inserts the 'const char *p' into the code, but then the box pops up again.
|
|
feline
Whole Tomato Software
United Kingdom
19020 Posts |
Posted - Feb 24 2004 : 11:25:31 AM
|
i didnt know it did that! *wanders off to experiment*
using VAX build 1216 and VS .NET 2003 i just tried this with a new class member function (in C++). as you say, the box pops up, and pressing down allowed me to select the text. the box then stayed on the screen as the curly brackets were inserted.
using one of the arrow keys closed the popup box.
so, i dont get a double popup, but the box does stay around longer than i would have expected. |
zen is the art of being at one with the two'ness |
|
|