Hi,
Thanks for the reply.
Not entirely sure what you mean by a cmd+click handler (like ctrl
+click?) but other than that the user interface suggestions sound
good, I have actaully already started work on a selection tool.
Developer stuff:
I'm hoping the grouping/collapsing will be more general than just for
InOutContainers, it should currently work for form containers as well
(allowing you to keep fields from the grouped containers and show them
on the result).
I haven't given a full save/load a go yet but I think it should work.
About the JSON, the getValue function hasn't been modified so is the
same as FormContainer the getConfig function however has been
modified.
Since the fields and terminals of any one group container are variable
the field and terminal configurations are returned.
Also the "groupConfig" is returned, like WiringEditor.getValue it
contains the wires and the modules that are in the group. It also
contains a map from the external fields/terminals to the internal
ones, the position of the center of the group (so when you expanded
the containers can be placed relatively) and there is also
"serialised" version of the group object that was made into the
GroupContainer.
Not sure about going into the specifics of the JSON format at the
moment since they might changed relatively quickly
I have been working on a local git repository cloned from git hub a
while ago. I think to fork I'll have to merge in my changes to the
latest version? (not used GitHub before)
I don't have much time at the moment but I'll try and get that done
soonish.
James
> On Fri, Aug 28, 2009 at 11:42 AM, James K <
ghostf...@googlemail.com> wrote:
>
> > Recently I have been modifying the WireIt editor to support grouping/
> > collapsing of containers down into one composite container.
>
> > It is still very rough and the code isn't very nice at the moment but
> > I thought I'd try and get some feed back on it from a user point of
> > view and also to see if the WireIt community liked the idea and if it
> > was worth pursuing.
>
> > I have put a copy of it up athttp://
dev.lshift.net/james/wireit/
>
> --
> Eric Abouaf
>
eric.abo...@gmail.com