Very first thought... 1. Close all Nautilus windows. 2. Smalltalk recompileAll.
?? cheers -ben On Wed, Sep 14, 2016 at 11:58 AM, Esteban A. Maringolo <[email protected]> wrote: > Hi, > > After renaming, promoting as tag, moving to package and other > non-secuential operations in Nautilus which screwed up the packaging, > now all classes are shown in _UnpackagedPackage but when browsed via > Spotter they show the right package in the class template. > > SequenceableCollection subclass: #OrderedCollection > instanceVariableNames: 'array firstIndex lastIndex' > classVariableNames: '' > package: 'Collections-Sequenceable' > > Any pointers on how to fix/rebuild whatever is needed? > It took me two classes and less than 5 minutes to screw it, I guess > it's a new record. :) > > Regards! > > ps: this happens with the latest 5.0 image and vm version. > > Esteban A. Maringolo >
