View Single Post
Old 05-07-2010, 03:33 AM   #50
fingers
Human being with feelings
 
fingers's Avatar
 
Join Date: Dec 2009
Location: Wellington, NZ
Posts: 300
Default

Quote:
Originally Posted by Jeffos View Post
cockos, please can we have something to enumerate the action list, I mean the descs ?
this is to make a multi-language action help extension.
Bonus related Qs: should one go through action_help_t ? If so, why ?
___

hey Mike! long time no see.. hope you're fine!
About the OP: I think at leat 3, 9, 13, 18 (I suck!), 22 (was a bug) can be removed..
Code:
int i = 0;
const char *cmdName;
int cmdId;
while( 0 != (cmdId = kbd_enumerateActions(NULL, i++, &cmdName))) {
    /* Have fun! */
}
fingers is offline   Reply With Quote