If you write MemInit in SrcEdit and tap keyword
completion, it appears in the list, hence SrcEdit is
aware of it in one place... however, then tapping
Header params does nothing. For some reason Header
params doesn't know about MemInit, and perhaps other
functions. I'll post more here if I come across them.
Logged In: YES
user_id=574706
Dear Nick!
This isn't a BUG!
It's two different Lists.
The SrcEdit 'Keyword Completion' should contain all API:s
upto OS4.0+.
The SrcEdit 'Header Params' feature searches the
OnBoardHeader.h for matching parameters.
Obiously your OnBoardHeader.h doesn't have the MemInit
defined!!!!
If you are interessted these matters are described in the
SrcEdit UM!
I strongly vote for a deletion of this entry!
Thanks.
/John
Logged In: YES
user_id=705725
Ah, I thought it might be something like that. Still, it
comes across as a bug. Header params should spit out 'not
defined' or something if the function is in the keyword
completion list but not in the header.