commit | 644a5ee882bd746b819e13f9f44413c07a9e3dc5 | [log] [tgz] |
---|---|---|
author | Florian Thienel <florian@thienel.org> | Sat Sep 20 15:00:35 2014 +0200 |
committer | Florian Thienel <florian@thienel.org> | Sat Sep 27 19:12:28 2014 +0200 |
tree | 3f6c9190e11428817f36f2d5c204074aac562cdd | |
parent | 8267c2de00fbcc22a90e62aed3711239dfaf01b3 [diff] |
create environment for fast visual feedback The Vex Box View's purpose is to show a hard coded box structure. The refresh button recreates the BoxWidget. This in conjunction with the hot code replacement of the JVM allows to immediately see results of changes in code, without the need to restart the runtime workbench. Signed-off-by: Florian Thienel <florian@thienel.org>