Ticket #1310 (closed defect: fixed)
Opened 2012-07-11T10:23:40-05:00
Last modified 2012-08-28T10:35:10-05:00
Utilize new Cancelable plugin architecture
Reported by: | bdezonia | Owned by: | bdezonia |
---|---|---|---|
Priority: | major | Milestone: |
|
Component: | Plugins | Version: | |
Severity: | serious | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | #1340 |
Description
Recently a Cancelable facility was added to the plugin architecture that allows plugins to cancel themselves.
Currently a number of plugins test their input and if its problematic they issue an error message themselves and return. To the outside world it looks like the plugin succeeded.
We should have these plugins implement the Cancelable interface rather than messing with UI dialogs. This allows the outside world to see that the plugin run was canceled due to bad input.