Why MethodHolder>>isolatedCodePaneForClass:selector: was deleted in 4.1?

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

Why MethodHolder>>isolatedCodePaneForClass:selector: was deleted in 4.1?

Javier Diaz-Reinoso
This method was present in 3.11 alpha (al least update #8530), but is not present in update #9854 (and in 4.1), is called when you want to see the textual representation on a etoys script.

If I copy the method works ok, but I don't know if is some reason for the delete, by the way the other class method of MethodHolder makeIsolatedCodePaneForClass:selector: is also removed.

Reply | Threaded
Open this post in threaded view
|

Re: Why MethodHolder>>isolatedCodePaneForClass:selector: was deleted in 4.1?

Andreas.Raab
Hi Javier -

Sorry for that; I accidentally removed those methods when I was working
on making Etoys reloadable. I've put them back as Etoys extension methods.

Cheers,
  - Andreas

On 5/20/2010 3:52 PM, Javier Diaz-Reinoso wrote:
> This method was present in 3.11 alpha (al least update #8530), but is not present in update #9854 (and in 4.1), is called when you want to see the textual representation on a etoys script.
>
> If I copy the method works ok, but I don't know if is some reason for the delete, by the way the other class method of MethodHolder makeIsolatedCodePaneForClass:selector: is also removed.
>
>