On May 29, 2012, at 1:22 PM, Volkert Barr wrote: > Hello, > > i have a question. Why does the code completion offers methods that were > removed?
probably because it works at the symbol level and not method dictionary. May be removing a method could unintern its selector from the symbol cache. > I have some > cases where deleted methods still listed as "symbol (no implementors)". where? In nautilus? > I there a way to remove > them from the code completion table? > > Pharo-1.4, Nautilus, NOCController > > Volkert
