Bug #6850 2006-03-22 16:44
interface
pointer to function
consider following declaration:
struct stFunction
{
int (*function)(int num);
};
var stFunction myFunc;
when typing in the editor:
myFunc.
you get the correct popup, but the int return type is shown in bold. Typing ENTER will result in:
myFunc.int()
expexted result would be
myFunc.function()
- Category
- Plugin::CodeCompletion
- Group
- Status
- Closed
- Close date
- 2006-09-28 09:48
- Assigned to
History
mandrav 2006-05-25 11:43
This construct is not supported. It's a miracle it works even partially...
mandrav 2006-09-28 09:48
This bug is now fixed in HEAD.
Thank you for reporting it.