Private/public toggle bug

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

Private/public toggle bug

Aaron Wieland
The context menu for the class browser's method list includes an item for
toggling an method's public/private category.  There's a minor bug in
SmalltalkSystem>>privatizeMethod:, however, that prevents anything from
happening if the method doesn't include a comment.

Cheers,
-- Aaron Wieland


Reply | Threaded
Open this post in threaded view
|

Re: Private/public toggle bug

Blair McGlashan
Aaron

You wrote in message news:[hidden email]...
> The context menu for the class browser's method list includes an item for
> toggling an method's public/private category.  There's a minor bug in
> SmalltalkSystem>>privatizeMethod:, however, that prevents anything from
> happening if the method doesn't include a comment.

Thanks for your report. That was actually intentional, but, now you mention
it, it doesn't make sense. Its on the list for PL2.

Regards

Blair