Pelles C > Add-ins

Function prototype addin

(1/2) > >>

Gerome:
Hi,

I was wondering where can i find the Function prototype addin that was designed for PellesC ?

Thanks a lot if someone got it :)

CLR:
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

Gerome:
Hi !

This really helps me a lot !
Thanks again !

TimoVJL:
listf.c

With this patch to FindFunc() line 112, maybe headerfiles (.h) can prosessed too ?

--- Code: ---
case ';': // ;
// ----- patch begin
if (strchr(buffer, 40) && strchr(buffer, 41)){
if (!inFunc) fnptr(lines, buffer);
}
// -----  patch end
memset(buffer, 0, BUFSIZE);
n = 0;
break;

--- End code ---

CLR:

--- Quote from: "timovjl" ---listf.c

With this patch to FindFunc() line 112, maybe headerfiles (.h) can prosessed too ?

--- Code: ---
case ';': // ;
// ----- patch begin
if (strchr(buffer, 40) && strchr(buffer, 41)){
if (!inFunc) fnptr(lines, buffer);
}
// -----  patch end
memset(buffer, 0, BUFSIZE);
n = 0;
break;

--- End code ---

--- End quote ---


Hello timovjl.
I will try and see. Thanks!

Navigation

[0] Message Index

[#] Next page

Go to full version