Hi,
I was wondering where can i find the Function prototype addin that was designed for PellesC ?
Thanks a lot if someone got it :)
Hello Gerome.
I did post the add-in in the Bug reports. :shock:
http://smorgasbordet.com/phpBB2/viewtopic.php?t=180
It is now here in the 'right' Forum. :)
EDIT:
removed the attachment
you can get the latest version in http://www.johnfindlay.plus.com/pellesc/addin/addin.htm
or
http://smorgasbordet.com/phpBB2/viewtopic.php?t=779
'Comments automation addin' by frankie
with additional features :D
Hi !
This really helps me a lot !
Thanks again !
listf.c
With this patch to FindFunc() line 112, maybe headerfiles (.h) can prosessed too ?
case ';': // ;
// ----- patch begin
if (strchr(buffer, 40) && strchr(buffer, 41)){
if (!inFunc) fnptr(lines, buffer);
}
// ----- patch end
memset(buffer, 0, BUFSIZE);
n = 0;
break;
Quote from: "timovjl"listf.c
With this patch to FindFunc() line 112, maybe headerfiles (.h) can prosessed too ?
case ';': // ;
// ----- patch begin
if (strchr(buffer, 40) && strchr(buffer, 41)){
if (!inFunc) fnptr(lines, buffer);
}
// ----- patch end
memset(buffer, 0, BUFSIZE);
n = 0;
break;
Hello timovjl.
I will try and see. Thanks!
Quote from: "timovjl"listf.c
With this patch to FindFunc() line 112, maybe headerfiles (.h) can prosessed too ?
<--->
yes, that works!
:)