Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 1854 - Bug: Autocomplete for callback functions.

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

T O P I C    R E V I E W
slicer4ever Posted - Aug 13 2011 : 01:03:07 AM
for an callback function included in an function call, the autocomplete does not finish writing out the code.

example code:

#include <stdio.h>

void foo(int x);

void callfoo(void (*foofunc)(int x));

void foo(int x){
	printf("x: %d\\n", x);
}

//void callfoo( <--autocomplete only displays: "void " for filling in the argument's, where it should be "void (*foofunc)(int x)"
void callfoo(void (*foofunc)(int x)){
	foo(10);
	return;
}

int main(int argc, char **argv){
	callfoo(foo);
}


anyway, wasn't sure if this was the correct forum, sorry if i placed this in the incorrect location.
2   L A T E S T    R E P L I E S    (Newest First)
support Posted - Sep 25 2013 : 4:35:57 PM
case=1248 is fixed in build 2001.
accord Posted - Aug 16 2011 : 09:31:26 AM
I am seeing the same problem here. Thank you for the very clear description.

case=1248

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000