Hello,
As far as I know, the current version of Etoys (v. 4.1) does not support a scroll bar in the script box which makes it very difficult to add/edit tiles in the script when it already has many tiles. I am wondering how people deal with this problem. Is there a way to work around this issue? Any comments would be greatly appreciated. Thanks in advance. Young-Jin Lee _______________________________________________ squeakland mailing list [hidden email] http://lists.squeakland.org/mailman/listinfo/squeakland |
Young-Jin, Good question, a scroll bar sounds like a nice enhancement request (created one here).
Two ways I can think of to deal with this for now:
Stephen On Mon, Apr 23, 2012 at 3:19 PM, Young-Jin Lee <[hidden email]> wrote: Hello, _______________________________________________ squeakland mailing list [hidden email] http://lists.squeakland.org/mailman/listinfo/squeakland |
On Mon, Apr 23, 2012 at 9:46 PM, Steve Thomas <[hidden email]> wrote:
I suggest 3 Refactor script into smaller parts Big scripts are quite hard to handle and a scollbar is sometimes a good solution. But often is a big script a sign forma refactoring of the code into smaller and more manageable
Another suggestion: It would be nice to be able to collapse pats of scipts into single lines like a directory file browser. Karl
_______________________________________________ squeakland mailing list [hidden email] http://lists.squeakland.org/mailman/listinfo/squeakland |
In reply to this post by Steve Thomas
You can use Holders to handle "lists" in Etoys, Holders can store as many items (of any kind) you like. Then in the viewer look at the collections category. Stephen FYI, I generally reply to entire list as I find if one person has a question many others do as well. On Mon, Apr 23, 2012 at 9:43 PM, Young-Jin Lee <[hidden email]> wrote: Thanks for the suggestions. I did not know I could use the "Move" halo. _______________________________________________ squeakland mailing list [hidden email] http://lists.squeakland.org/mailman/listinfo/squeakland |
In reply to this post by Young-Jin Lee-3
On 23.04.2012, at 12:19, Young-Jin Lee wrote: > Hello, > > As far as I know, the current version of Etoys (v. 4.1) does not support a scroll bar in the script box which makes it very difficult to add/edit tiles in the script when it already has many tiles. I am wondering how people deal with this problem. Is there a way to work around this issue? > > Any comments would be greatly appreciated. > > Thanks in advance. > > Young-Jin Lee You can drag any object using the same gesture you use to bring up the halo. So for a long script, I just drag it using the right mouse button. - Bert - _______________________________________________ squeakland mailing list [hidden email] http://lists.squeakland.org/mailman/listinfo/squeakland |
Free forum by Nabble | Edit this page |