[squeak-dev] The Inbox: Nebraska-tpr.42.mcz

Chris Muller asqueaker at gmail.com
Mon Nov 23 21:16:19 UTC 2015


Is this so that Scratch users won't have to see the pre-debugger?  If
a Scratch kid gets a debugger and clicks "Debug" isntead of
"Abanadon".  They might get confused or they might learn something..?
It seems the debugger could never be less friendly than #inform:...

If I'm wrong about that, maybe the handling via #inform: could be
based on #noviceMode also being set?

On Mon, Nov 23, 2015 at 1:28 PM,  <commits at source.squeak.org> wrote:
> tim Rowledge uploaded a new version of Nebraska to project The Inbox:
> http://source.squeak.org/inbox/Nebraska-tpr.42.mcz
>
> ==================== Summary ====================
>
> Name: Nebraska-tpr.42
> Author: tpr
> Time: 23 November 2015, 11:28:38.815 am
> UUID: fa28a253-e88a-4641-a22d-3569a99e0262
> Ancestors: Nebraska-kfr.41
>
> An accompanying change to the Sound-tpr.45 changes; catch the Warning exception in ChatNotes to inform the user
>
> =============== Diff against Nebraska-kfr.41 ===============
>
> Item was changed:
>   ----- Method: ChatNotes>>record (in category 'button commands') -----
>   record
>
>         self isRecording: true.
>         notesIndex = 0 ifFalse: [self notesListIndex: 0].
>         sound := nil.
>         recorder clearRecordedSound.
> +       [recorder resumeRecording] on: Warning do:[:ex|
> +               self inform: ex tag]!
> -       recorder resumeRecording.!
>
>


More information about the Squeak-dev mailing list