Developer forums (C::B DEVELOPMENT STRICTLY!) > Development
Using Actions in CB: a discussion
takeshimiya:
--- Quote from: Urxae on December 19, 2005, 09:54:40 pm ---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...
--- End quote ---
Oh well, I was only worried if the SDK wasn't going to provide that. :)
mandrav:
--- Code: ---struct Action
{
wxString title;
...
...
};
WX_DECLARE_STRING_HASH_MAP(Action, ActionsMap);
const ActionsMap& ActionsManager::GetActions();
--- End code ---
Is this ok? ;)
takeshimiya:
It seems. :D
thomas:
So are you writing the mouse gestures plugin?
takeshimiya:
No, I was only worried about future bindings like mouse gesture and VIM-like command entries. But there are far more important things like Unicode support now.
Navigation
[0] Message Index
[*] Previous page
Go to full version