Thanks all of you .Re: Emergency Evaluator - need help

Karl Ramberg karl.ramberg at chello.se
Thu Jun 22 10:41:41 UTC 2000


Now I copied what you said and printed it out
and glued it onto the wall were I'm working :-)


   
Project current exit  "gets me out of a potentiall corrupt project/world"
ScreenController new fullScreenOff "gives access to the Mac menu bar again"
Utilities revertLastMethodSubmission  "reverts the last method changed to the previous version"
Utilities revert
   self revertLastMethodSubmission
Smalltalk at: #U put: Utilities




Karl

PS. Andrew C Greenberg, this would be nice to include in the Quick Reference.

Bolot Kerimbaev wrote:
> 
> Today, I had a need for yet another one:
> 
> Utilities revertLastMethodSubmission
>     "reverts the last method changed to the previous version"
> 
> (I changed some SystemWindow handling code, so debugger couldn't be
> opened)
> 
> It would be nice (and probably easy) to add completion (I had to open
> another Squeak to get the aforementioned method name).
> 
> Bolot
> 
> On Wed, Jun 21, 2000 at 04:00:35PM -0400, Bob Arning wrote:
> > On Wed, 21 Jun 2000 19:43:02 +0200 Karl Ramberg <karl.ramberg at chello.se> wrote:
> > >I like that there is a emergency evaluator that pops up.
> > >But I don't know how to use it. Could one list the
> > >most common uses at the top of it or have a
> > >help function ? Where is it in the system ?
> >
> > Karl,
> >
> > Check out Transcripter>>readEvalPrint. It wouldn't be a bad idea to have a few suggestions printed there for reference. Some handy possibilities I have used are
> >
> > Project current exit  "gets me out of a potentiall corrupt project/world"
> > ScreenController new fullScreenOff "gives access to the Mac menu bar again"
> >
> > Cheers,
> > Bob





More information about the Squeak-dev mailing list