Nautilus>>openOnClass: gives back a debugger
Posted by Federico.Balaguer on Oct 05, 2015; 11:10pm
URL: https://forum.world.st/Nautilus-openOnClass-gives-back-a-debugger-tp4853822.html
Hello,
I found a problem when evaluating something like:
Nautilus openOnClass: Object
The result is a new Nautilus on Object but the package tree list is empty and a debugger pops up with a back trace with this:
NautilusUI(Object)>>doesNotUnderstand: #useLastPackagePatternStringForClass:
Nautilus class>>openOnClass:inEnvironment:
Nautilus class>>openOnClass:
is there other way to open Nautilus programatically.
Thanks!! Federico