Command Messaging
Status: Pre-Alpha
Brought to you by:
cryptonomicon
Currently operations - button clicks etc -on the front end are mapped directly to functions via the MainLoop class.
Extend this class so that user events generate messages that are pushed onto a stack. The command processor will then work down the stack and call the functions
The main reason being that this will enable better editing as a stack can be used as a history of operations allowing undo/redo which currently does not exist.
Logged In: YES
user_id=139321
Originator: YES
planned for version 2.0 - currently underway