When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.
This assumes of course that plugins are able to obtain a list of the names of currently registered actions from the action manager. Mandrav's post didn't provide examples of this...
struct Action{ wxString title; ... ...};WX_DECLARE_STRING_HASH_MAP(Action, ActionsMap);const ActionsMap& ActionsManager::GetActions();