NetNameResolver displays correctly for me. Are you sure you used the right browser? :
SystemBrowser default: OBSystemBrowserAdaptor. OBSystemBrowser openOnClass: NetNameResolver class. 2009/11/7 Stéphane Ducasse <[email protected]>: > Lukas > > I tried but it did not work. > I tried on NetNameResolver > to see how useOldNetwork is set. > > Stef > > > On Nov 7, 2009, at 6:05 PM, Lukas Renggli wrote: > >> 2009/11/7 Stéphane Ducasse <[email protected]>: >>> when you are on the class side if you method has a classVariable and >>> you want to know who access it. >>> Then chase variables show you the class instance varaibles but not >>> the >>> classVariable. >> >> Yes, that's a bug. When you are on the class side, the class variables >> of the meta-class are displayed. Also the labeling of the window is >> suboptimal. I fixed these issues. Let me know if this is better now. >> >> Gofer new >> squeaksource: 'rb'; >> addPackage: 'AST-Core'; >> addPackage: 'Refactoring-Core'; >> addPackage: 'Refactoring-Spelling'; >> renggli: 'omnibrowser'; >> addPackage: 'OmniBrowser'; >> addPackage: 'OB-Standard'; >> addPackage: 'OB-Morphic'; >> addPackage: 'OB-Shout'; >> addPackage: 'OB-Refactory'; >> addPackage: 'OB-Regex'; >> addPackage: 'OB-SUnitIntegration'; >> renggli: 'unsorted'; >> addPackage: 'Shout'; >> addPackage: 'RoelTyper'; >> addPackage: 'ECompletion'; >> addPackage: 'ECompletionOmniBrowser'; >> load; >> recompile >> >> Lukas >> >> >> -- >> Lukas Renggli >> http://www.lukas-renggli.ch >> >> _______________________________________________ >> Pharo-project mailing list >> [email protected] >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > > > _______________________________________________ > Pharo-project mailing list > [email protected] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > -- Lukas Renggli http://www.lukas-renggli.ch _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
