[squeak-dev] [BUG] Browsing uniclasses

Marcel Taeumel marcel.taeumel at hpi.de
Mon Feb 24 13:42:26 UTC 2020


Hi Christoph,

uniclasses do not show up in the System Browser; they are not supported there. Yes, there can be strange behavior if you still try to. :-)

Best,
Marcel
Am 24.02.2020 14:37:44 schrieb Thiede, Christoph <christoph.thiede at student.hpi.uni-potsdam.de>:
Hi all,

there is another small bug IWLT fix for the release:



The message [category] list is empty.

At first glance, Browser >> #hasClassSelected is erroneous because it hardcodes Smalltalk instead of the displayed environment:

hasClassSelected
^ selectedClassName notNil and: [(Smalltalk classNamed: selectedClassName) notNil]

Is my assumption correct that there should be almost zero references to Smalltalk in Browser & Co.?
Now I have to ask the question of whether you should use self environment or self selectedEnvironment here. What's the difference?

Best,
Christoph
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20200224/23121188/attachment.html>


More information about the Squeak-dev mailing list