Search found 60 matches

by MrSteve
Aug 1st, '16, 04:32
Forum: Bugs
Topic: When you save a project Notes lose CR
Replies: 0
Views: 9027

When you save a project Notes lose CR

When you save a project notes lose their formatting (ie: CRs dissapear)

To re-create:
1) Enter multiline notes
2) click save
by MrSteve
Aug 1st, '16, 04:10
Forum: Bugs
Topic: Low Priority: When add many instances get exception
Replies: 1
Views: 7177

Low Priority: When add many instances get exception

This is low priority I am guessing folks are preparing for Scratch conference, but wanted to make sure I recorded this. To re-create: 1) open attached project 2) hit <space> key and enter 10 The exception seems to occur if you enter any value above 8, lower values work fine. Bug occured on Mac using...
by MrSteve
Jul 31st, '16, 04:57
Forum: Fixed Bugs
Topic: Save a project where class has no instances and class not visible on re-open [FIXED?]
Replies: 3
Views: 12536

Save a project where class has no instances and class not visible on re-open [FIXED?]

To recreate this:
1) Create a new project
2) Delete the instance of MyClass
3) Save project
4) Try and re-open project
by MrSteve
Jul 31st, '16, 04:54
Forum: Bugs
Topic: Repeat can have problems when using "raised to" tile
Replies: 0
Views: 7530

Repeat can have problems when using "raised to" tile

Ran into this problem (using v51) using the following: Screen Shot 2016-07-31 at 12.25.11 AM.png Which you would think would create 16 instances of an object, but it only create 15! Found that the generic implementation of "raised to" tile is implemented as follows: Screen Shot 2016-07-31 at 12.31.4...
by MrSteve
Jul 30th, '16, 05:32
Forum: Requests
Topic: Allow used to create their own control structures
Replies: 2
Views: 7753

Allow used to create their own control structures

So I saw a demo by Jens where he should how you could modify the While loop in Snap (way cool). Right now it seems the Control blocks are primitives, so can't currently modify them. But if we had something where users could modify the control structures they could create their own Steppers and Etoys...
by MrSteve
Jul 30th, '16, 05:24
Forum: Requests
Topic: Allow user to use Debugger on Scripts [FIXED]
Replies: 3
Views: 8258

Re: Allow user to use Debugger on Scripts

V51 give me requested behavior (I just have to blockify 'halt' or some other keyword) to get kids into the debugger.

You folks rock!!
by MrSteve
Jul 30th, '16, 05:22
Forum: Fixed Bugs
Topic: Can't create blocks with same names in different projects - causes exception [FIXED]
Replies: 3
Views: 12155

Re: Can't create blocks with same names in different projects - causes exception

This issue fixed in V51.
But separate issue occur where you can name two blocks with same name in the same project and yet they can have different behaviors.
Same for both class and shared blocks
by MrSteve
Jul 30th, '16, 05:10
Forum: Fixed Bugs
Topic: Constraints project gets exception on save [FIXED]
Replies: 1
Views: 10753

Re: Constraints project gets exception on save

Saw this issue Fixed (along with Constraint project) in V51.

Thanks!
by MrSteve
Jul 29th, '16, 05:06
Forum: Fixed Bugs
Topic: Constraints project gets exception on save [FIXED]
Replies: 1
Views: 10753

Constraints project gets exception on save [FIXED]

Using the modified Constraints project attached (only has changes where Global replace with Shared Tiles to get project to work), you get an exception on Save if scripts running. To re-create open attached project click Go, then Save. One possible fix would be to stop ALL scripts on Save as problem ...