Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

In Pharo, my classes should not appear in the Browser, or even in the Smalltalk global

I don't want my new classes to appear in the system browser, moreover, i dont think they should appear in the Smalltalk global.

By default, classes appear in the browser and in the Smalltalk global. How can I change that?

like image 552
Illiax Avatar asked Oct 27 '11 19:10

Illiax


2 Answers

The blog post Pharo Superpower: Create Anonymous Class explains the creation of anonymous classes in all details.

like image 184
Lukas Renggli Avatar answered Oct 24 '22 03:10

Lukas Renggli


But be careful about what you ask for. Debugging invisible code is not much fun.

like image 21
Stephan Eggermont Avatar answered Oct 24 '22 02:10

Stephan Eggermont