Ticket #791 (closed enhancement: fixed)
Opened 2011-09-25T22:37:33-05:00
Last modified 2012-08-17T15:03:43-05:00
Make input widgets discoverable
Reported by: | curtis | Owned by: | curtis |
---|---|---|---|
Priority: | major | Milestone: |
|
Component: | Plugin Framework | Version: | |
Severity: | non-issue | Keywords: | |
Cc: | aivar | Blocked By: | |
Blocking: | #1052 |
Description
Right now, the input harvester has a few hardcoded widget types, roughly corresponding to the supported input types. It would be better for the widget system to use SezPoz to discover available widgets and use those. Most widget types are very straightforward, with the exception of numbers and strings. In the long run it will be worth overcoming any obstacles so that developers can create their own input widgets for the input harvester.