Page 1 of 1
Safe to edit APIFunctionListing.txt ?
Posted: Wed Jul 07, 2004 2:18 am
by PB
As per the subject... some API functions don't show up in QuickHelp (such as
MessageBox) and I want to know if it's safe for me to fix them so they show
up with their correct syntax in QuickHelp.
Posted: Wed Jul 07, 2004 3:33 am
by freak
This is a static file, it might only change on new PB releases, so yes, it is save to edit.
The tool we used to create this file is not the best one, that's why so much strings are missing.
I might improve this in the future, but it doesn't have a very high priority.
Timo
Posted: Wed Jul 07, 2004 6:52 am
by PB
Thanks Freak!

Posted: Wed Jul 07, 2004 9:00 am
by Fred
Of course, feel free to share your new file if you want it included in the next release

Posted: Wed Jul 07, 2004 11:49 am
by PB
> feel free to share your new file
Okay, will do; give me some time to go through it, though.
Posted: Tue Aug 17, 2004 1:40 pm
by PB
Update: I've done some work on this file and added parameters for a lot of
common API commands.

But I have a question: the number at the start of
the file -- what is it? Is that the number of commands? If so, can I update
that number if I add an API command (such as CreateWindow, which currently
isn't in there) ? I'll pass the file on to Fred when it nears completion.
Posted: Tue Aug 17, 2004 1:51 pm
by freak
Yes, it is the number of commands listed in the file.
If you add a new one, make sure you add it at the right place in alphabetical
order, not just at the end, or it won't be found.
Timo
Posted: Tue Aug 17, 2004 2:22 pm
by PB
> make sure you add it at the right place in alphabetical order
Yep, that's what I expected to do.

I'll keep working on it now.