Hi Mofi,
thanks for your reply.
Can you tell me which type of files are your project files, what are the regular expression strings used to find the functions and which type your project is?
Project files are C and asm (a51) files and I'm using the standard reg exs to find functions (c_cplusplus.uew), neither Groups nor Folders, all in the same directory on a local disk.
My function declarations look like this
- Code: Select all
void
function_name(
void
)
I'd have to admit.
All functions clicked on in the functions list will open the first project ('c') file in the list, on the correct line, though, i.e. on the line the function definition would start in the correct file.
A lot of empty strings in the list as well, by the way.
Thanks for your help, it's much appreciated.
Regards
Uwe