[Pharo-project] System browser in Pharo 1.4
Hi, This is probably a stupid question. Why in Pharo 1.4, the system browser does not display classes hierarchically in the column instances / class. Each class is displayed at the same level. It's not easy to read. How to get the same behavior as in previous versions of Pharo ? Best regards Olivier
On Thu, Apr 26, 2012 at 3:43 PM, Olivier Auverlot < olivier.auverlot@gmail.com> wrote:
Hi,
This is probably a stupid question. Why in Pharo 1.4, the system browser does not display classes hierarchically in the column instances / class. Each class is displayed at the same level. It's not easy to read.
Because the system browser that comes with Pharo 1.4 is ... ... very limited.
How to get the same behavior as in previous versions of Pharo ?
Install a better browser on it: http://marianopeck.wordpress.com/2012/02/26/nautilus-the-reborn-of-the-syste...
Best regards Olivier
-- Mariano http://marianopeck.wordpress.com
In the previous version of Pharo, I think you used OBBrowser. But the default browser has always been Browser (the one in 1.4 with a flat display of classes). Indeed it's hard to read, that's why I can propose you to have a look at Nautilus (the new default Browser which is working on 1.4) Gofer new squeaksource3: 'Nautilus'; package: 'ConfigurationOfNautilus'; load. ConfigurationOfNautilus loadRelease Have fun :) Ben On Apr 26, 2012, at 3:43 PM, Olivier Auverlot wrote:
Hi,
This is probably a stupid question. Why in Pharo 1.4, the system browser does not display classes hierarchically in the column instances / class. Each class is displayed at the same level. It's not easy to read.
How to get the same behavior as in previous versions of Pharo ?
Best regards Olivier
Hi, Pharo 1.4 does not have OB by default, which was the browser previous pharo versions had. So... it ships with the old historical browsers, who is very basic and lacks a lot of functionality (not just visuals, also Refactorings, etc.). So... for installing Nautilus (It will be the official Pharo 2.0 browser and is currently in development) or OB, you can open the Configurations Browser, in Menu/Tools/Configurations Browser and choose one of them, and install it. cheers, Esteban On Apr 26, 2012, at 3:43 PM, Olivier Auverlot wrote:
Hi,
This is probably a stupid question. Why in Pharo 1.4, the system browser does not display classes hierarchically in the column instances / class. Each class is displayed at the same level. It's not easy to read.
How to get the same behavior as in previous versions of Pharo ?
Best regards Olivier
olivier you should exit your office walk turn walk and talk to the guys just after the toilet. ;D after we will be in another building so it will be more difficult. Yes pharo is going fast but you are the lucky guy that can talk to us :). PS: tomorrow we hack together during a team sprint because we needed to code after a lot of boring admin tasks (at least for me) and writing period :) Stef On Apr 26, 2012, at 3:43 PM, Olivier Auverlot wrote:
Hi,
This is probably a stupid question. Why in Pharo 1.4, the system browser does not display classes hierarchically in the column instances / class. Each class is displayed at the same level. It's not easy to read.
How to get the same behavior as in previous versions of Pharo ?
Best regards Olivier
Why not just use the Hierarchy browser? On Thu, Apr 26, 2012 at 8:43 AM, Olivier Auverlot <olivier.auverlot@gmail.com> wrote:
Hi,
This is probably a stupid question. Why in Pharo 1.4, the system browser does not display classes hierarchically in the column instances / class. Each class is displayed at the same level. It's not easy to read.
How to get the same behavior as in previous versions of Pharo ?
Best regards Olivier
On Fri, Apr 27, 2012 at 9:28 PM, Chris Muller <asqueaker@gmail.com> wrote:
Why not just use the Hierarchy browser?
In my case I don't use it because I don't like that it opens another window. But yes, if you only miss the hierarchy then you can use that instead of another browser.
On Thu, Apr 26, 2012 at 8:43 AM, Olivier Auverlot <olivier.auverlot@gmail.com> wrote:
Hi,
This is probably a stupid question. Why in Pharo 1.4, the system browser does not display classes hierarchically in the column instances / class. Each class is displayed at the same level. It's not easy to read.
How to get the same behavior as in previous versions of Pharo ?
Best regards Olivier
-- Mariano http://marianopeck.wordpress.com
participants (6)
-
Benjamin -
Chris Muller -
Esteban Lorenzano -
Mariano Martinez Peck -
Olivier Auverlot -
Stéphane Ducasse