[Cuis-dev] Class renaming

Juan Vuletich juan at jvuletich.org
Fri May 3 13:04:16 PDT 2024


Hi Folks,

For some experiments I've been involved with I wanted to be able to 
rename _any_ class in Cuis. The result was a series of updates and new 
images I pushed today to GitHub.

So, you can have some fun by pulling the latest, and evaluating:

Smalltalk allClassesDo: [ :cls |(RenameClass from: cls to: ('Cuis', cls 
name) asSymbol) apply ]

After a couple of minutes, browse the system, and be surprised that this 
is even possible!

Cheers,

-- 
Juan Vuletich
www.cuis-smalltalk.org
https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev
https://github.com/jvuletich
https://www.linkedin.com/in/juan-vuletich-75611b3
https://independent.academia.edu/JuanVuletich
https://www.researchgate.net/profile/Juan-Vuletich
https://patents.justia.com/inventor/juan-manuel-vuletich
https://twitter.com/JuanVuletich



More information about the Cuis-dev mailing list