The list for functions in a code file within the project window is very good. But I have a small problem with a #define:
I used to declare my functions as following:
void LIBFUNC(Function_Name, (int arg1, int arg2));
Where LIBFUNC is defined:
#define LIBFUNC(name, args) MyLib_##name args
In the project window all my functions are now named "LIBFUNC", perhaps this could me changed...?
Kindly regards,
Andreas Martin
PS: Good work Pelle!