Closed GoogleCodeExporter closed 9 years ago
add move/size tool updates integration with change history manager - and apply
appropriate RTTI data to the change too. Apply the change on mouse up event..
Change
history will likely grow very quickly so may have to dedupe the top item and
only
update the new x/y values in the change history. do we really need to do this?
need a
way to store both x and y coords in the same change object. Not so bad with
mouse up
events, but a pain for keyboard changes.
Actually this happens in other applications so may not be too bad - perhaps we
just
need to increase the history limit.
Original comment by aretman...@gmail.com
on 11 Jun 2008 at 10:41
Before a layout can be used it must be associated with a container, which
implies
that all controls within that container must share the same container layout.
However, controls are associated with a named layout which may be different to
the
one the container is using.
We need to explore the implications of this with a few test scenarios and decide
whether we need to allow multiple container layouts, remove control layout
naming or
do something else.
Original comment by aretman...@gmail.com
on 11 Jun 2008 at 2:44
designer version 0.0.29 has made some progress on this. Layouts are now
independent
of containers, so may be used with standalone controls. This tweak has also
improved
layout allocation reliability, fixing some of the issues reported above.
Original comment by aretman...@gmail.com
on 5 Jul 2008 at 4:24
Resolved in designer version 0.0.32. See release notes.
Original comment by aretman...@gmail.com
on 3 Mar 2009 at 4:46
Original issue reported on code.google.com by
aretman...@gmail.com
on 11 Jun 2008 at 10:08