Erwan wrote:
>I didn't commit since the past week. I'm trying many things with Spec.
>Don't worry i'm working on it :)
Just commit the experiments. They provide valuable input on what
you already tried. You can mark the successfull experiments in the
commit comments :)
Some suggestions for things you don't need to pair on:
- you are unlikely to want to fill the UIPainterWidgetsLister directly
with AbstractBasicWidget subclasses. You probably want an object
there that provides you a nice icon, name, dragIcon (and the widget
class of course)
- you'll need to describe the different valueholders of the widgets
in order to have the right widget to edit the value.
Stephan