Minor PL2 problem

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Minor PL2 problem

Ian Bartholomew-18
At some point the patch for 5.0.2 needs to perform a

FramingConstraints initialize

to reset the class variables updated by issue #1002.

--
Ian


Reply | Threaded
Open this post in threaded view
|

Re: Minor PL2 problem ('ShellView does not understand #minimize')

Bruno Brasesco
12:31:20, jueves, 13 de febrero de 2003: 'ShellView does not understand
#minimize'
ShellView(Object)>>doesNotUnderstand:
[] in RefactoringSmalltalkSystem(SmalltalkSystem)>>minimizeAll
OrderedCollection>>do:
RefactoringSmalltalkSystem(SmalltalkSystem)>>minimizeAll

Regards
Bruno


Reply | Threaded
Open this post in threaded view
|

Re: Minor PL2 problem ('ShellView does not understand #minimize')

Bob Jarvis
You can fix this by changing SmalltalkSystem>>minimizeAll to read

    minimizeAll
        "Minimize all views"

        View topLevelViews do: [:each | each showMinimized]


Reply | Threaded
Open this post in threaded view
|

Re: Minor PL2 problem ('ShellView does not understand #minimize')

Blair McGlashan
In reply to this post by Bruno Brasesco
"Bruno" <[hidden email]> wrote in message
news:b2gdti$1bkvbs$[hidden email]...
>
> 12:31:20, jueves, 13 de febrero de 2003: 'ShellView does not understand
> #minimize'
> ShellView(Object)>>doesNotUnderstand:
> [] in RefactoringSmalltalkSystem(SmalltalkSystem)>>minimizeAll
> OrderedCollection>>do:
> RefactoringSmalltalkSystem(SmalltalkSystem)>>minimizeAll

Thanks Bruno (and Ian for the other report). These issues will be corrected
by PL3, which is due for imminent release, so if anyone has noticed any
other problems please pipe up sharpish :-).

Regards

Blair