hayesmaker / doomsdayconsole

originally code.google.com/p/doomsdayconsole
0 stars 0 forks source link

Ability to remove command mappings #8

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In a future release of the Console I would like the ability to call 
removeCommand to remove mappings created by addCommand().

This would be useful in modular applications where child modules need the 
ability to add and remove their own mappings at runtime.

Original issue reported on code.google.com by goo...@jonnyreeves.co.uk on 8 Dec 2010 at 11:12

GoogleCodeExporter commented 8 years ago
DConsole.removeCommand("myCommand") now made public. It's been in there for 
years private, no idea why i haven't exposed it yet :-/

Original comment by andr...@furusystems.com on 10 Jun 2011 at 9:50