[Cuis-dev] Class renaming
Juan Vuletich
juan at cuis.st
Fri May 3 13:11:13 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
cuis.st
github.com/jvuletich
researchgate.net/profile/Juan-Vuletich
independent.academia.edu/JuanVuletich
patents.justia.com/inventor/juan-manuel-vuletich
linkedin.com/in/juan-vuletich-75611b3
twitter.com/JuanVuletich
More information about the Cuis-dev
mailing list