aseba-community / thymio-vpl2

Next generation VPL for Thymio using Qt Quick from Qt 5.x
GNU Lesser General Public License v3.0
2 stars 5 forks source link

Should touching a block on the side panels add it to a free slot #93

Closed stephanemagnenat closed 7 years ago

stephanemagnenat commented 7 years ago

In VPL1, touching a block on the side panels adds it to an the first row having no block of the corresponding type (event/action). This is convenient because it allows to very easily add a program, and was critical in VPL1 as drag and drop was broken with some old graphic drivers on Windows.

In VPL2, this is not implemented (yet). On mobile devices, drag and drop is very natural and there is no graphic bug. The question of whether to implement this feature in VPL2 is open:

stephanemagnenat commented 7 years ago

Duplicate of #36 .