Hi guys, first of all I want to say it's really nice to see Squeak finally moving forward. Yesterday I started working with the latest trunk image and I noticed that when a doesNotUnderstand error pops up the debugger window doesn't have the "create" button anymore. Maybe it was removed a lot of time ago, I don't know because I mostly work in Etoys.
I really like that feature and I don't know how to put it back. Does anybody know how to do it? Cheers
|
+1 i'm missing that too.
I often writing the code which sends not-yet implemented messages, and then implementing them on the fly by running the test code. 2009/10/7 Ricardo Moran <[hidden email]>: > Hi guys, first of all I want to say it's really nice to see > Squeak finally moving forward. Yesterday I started working with the latest > trunk image and I noticed that when a doesNotUnderstand error pops up the > debugger window doesn't have the "create" button anymore. Maybe it was > removed a lot of time ago, I don't know because I mostly work in Etoys. > I really like that feature and I don't know how to put it back. Does anybody > know how to do it? > Cheers > > > -- Best regards, Igor Stasenko AKA sig. |
In reply to this post by Ricardo Moran
Hi Ricardo -
That was just a bit of temporary breakage after the last ToolBuilder round. Thanks for pointing the problem out! Cheers, - Andreas Ricardo Moran wrote: > Hi guys, first of all I want to say it's really nice to see > Squeak finally moving forward. Yesterday I started working with the > latest trunk image and I noticed that when a doesNotUnderstand error > pops up the debugger window doesn't have the "create" button anymore. > Maybe it was removed a lot of time ago, I don't know because I mostly > work in Etoys. > I really like that feature and I don't know how to put it back. Does > anybody know how to do it? > > Cheers > > > ------------------------------------------------------------------------ > > |
I'm glad it's fixed now. That was fast!
Cheers
On Thu, Oct 8, 2009 at 12:49 AM, Andreas Raab <[hidden email]> wrote: Hi Ricardo - |
Ricardo Moran wrote:
> I'm glad it's fixed now. That was fast! It was an easy fix since it was just an oversight on my part. It was just that the button wasn't hooked into the notifier properly. Thanks again for reporting it. Can't fix stuff you don't know is broken ;-) Cheers, - Andreas > On Thu, Oct 8, 2009 at 12:49 AM, Andreas Raab <[hidden email] > <mailto:[hidden email]>> wrote: > > Hi Ricardo - > > That was just a bit of temporary breakage after the last ToolBuilder > round. Thanks for pointing the problem out! > > Cheers, > - Andreas > > Ricardo Moran wrote: > > Hi guys, first of all I want to say it's really nice to see > Squeak finally moving forward. Yesterday I started working with > the latest trunk image and I noticed that when a > doesNotUnderstand error pops up the debugger window doesn't have > the "create" button anymore. Maybe it was removed a lot of time > ago, I don't know because I mostly work in Etoys. > I really like that feature and I don't know how to put it back. > Does anybody know how to do it? > > Cheers > > > ------------------------------------------------------------------------ > > > > > > > ------------------------------------------------------------------------ > > |
Free forum by Nabble | Edit this page |