Hi Esteban, Yes, good idea as this protocol is not present in Pharo6, it will ease loading Dr. Geo code.
However it looks like there are faulty code in Pharo6 as there are exactly *four* senders to this message (see screenshot), and exactly *zero* in DrGeo code, and *one* in the gettext package which should be fixed too. Does it deserve a bug ticket or do I miss something? Hilaire Le 16/06/2017 à 09:21, Esteban Lorenzano a écrit : > you can add that protocol by yourself as an extension. > you can create a package DrGeo-Pharo6 > > and add the method, something like: > > addToStartUpList: aClass after: ignoredClass > SessionManager default > registerSystemClassNamed: aClass name > atPriority: 60 -- Dr. Geo http://drgeo.eu
