enthought / envisage

Envisage is a Python-based framework for building applications whose functionalities can be extended by adding "plug-ins".
http://docs.enthought.com/envisage/
Other
82 stars 26 forks source link

Should TasksApplication provide a get_task method? #394

Open aaronayres35 opened 3 years ago

aaronayres35 commented 3 years ago

It may be useful for the TasksApplication class to provide a get_task(self, task_id) method, which returns a task with the given ID if it is available. Currently there is only a _get_task_factory private method. If the task is not yet available, but there is a factory for it it could be created.