[Pharo-project] Extending SystemBrowser
Hi everybody, I have some problems to extend the SystemBrowser. I want to add a panel at the left of package panel to list products. Product is a new concept that I created to manage a group of packages. For example, Pharo is a product and Seaside is another that depends on Pharo. This is the path that I want to follow: Products -> Packages -> Classes -> Protocols -> Methods I know in Pharo 1.4 the systemBrowser will be changed but I have a proof of concept early and I have to show something working integrated in Pharo 1.3 image. What could I do to start? Any advice?
On Mar 13, 2012, at 9:21 PM, Ezequiel Lamonica wrote:
Hi everybody,
I have some problems to extend the SystemBrowser. I want to add a panel at the left of package panel to list products. Product is a new concept that I created to manage a group of packages.
For example, Pharo is a product and Seaside is another that depends on Pharo.
This is the path that I want to follow: Products -> Packages -> Classes -> Protocols -> Methods
I know in Pharo 1.4 the systemBrowser will be changed but I have a proof of concept early and I have to show something working integrated in Pharo 1.3 image.
Use Glamour or Spec or OB but not systemBrowser. Run away from SystemBrowser
What could I do to start? Any advice?
Ok, I just started with OB. Thanks! On 15 March 2012 18:46, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
On Mar 13, 2012, at 9:21 PM, Ezequiel Lamonica wrote:
Hi everybody,
I have some problems to extend the SystemBrowser. I want to add a panel at the left of package panel to list products. Product is a new concept that I created to manage a group of packages.
For example, Pharo is a product and Seaside is another that depends on Pharo.
This is the path that I want to follow: Products -> Packages -> Classes -> Protocols -> Methods
I know in Pharo 1.4 the systemBrowser will be changed but I have a proof of concept early and I have to show something working integrated in Pharo 1.3 image.
Use Glamour or Spec or OB but not systemBrowser. Run away from SystemBrowser
What could I do to start? Any advice?
Le 15/03/2012 22:46, Stéphane Ducasse a écrit :
Use Glamour or Spec or OB but not systemBrowser. Run away from SystemBrowser
What is the target window for the Pharo Browser? Are there any aggregating energy to get out a modern incarnation of a system browser for Pharo. Just wondering. Hilaire -- Dr. Geo -- http://www.drgeo.eu
Product is a new concept that I created to manage a group of packages. For example, Pharo, SeaSide, Moose, etc are products. Actually, we don´t have a product concept, just only packages with same prefix in the name. I want to manage products to let you the posibility to download a product directly from your image, compare differences between product versions and handle dependencies problems between products. There are other reasons to do this. I am working in a OOSCM project and the products are important concepts in the desing. In regards of system brower, I want to show a panel with all products installed in the image. When you click in someone then in the 2nd panel a list of every package contained in the selected product appear. I don't know if it is the best solution but I think it could be a first approach. On 18 March 2012 06:44, Hilaire Fernandes <hilaire.fernandes@edu.ge.ch>wrote:
Le 15/03/2012 22:46, Stéphane Ducasse a écrit :
Use Glamour or Spec or OB but not systemBrowser. Run away from SystemBrowser
What is the target window for the Pharo Browser? Are there any aggregating energy to get out a modern incarnation of a system browser for Pharo. Just wondering.
Hilaire
-- Dr. Geo -- http://www.drgeo.eu
Did you try nautilus? Because it is cool and it will get cooler. It will be the basic default browser and other people will be able to define new tools. Stef
Le 15/03/2012 22:46, Stéphane Ducasse a écrit :
Use Glamour or Spec or OB but not systemBrowser. Run away from SystemBrowser
What is the target window for the Pharo Browser? Are there any aggregating energy to get out a modern incarnation of a system browser for Pharo. Just wondering.
Hilaire
-- Dr. Geo -- http://www.drgeo.eu
Thanks Stef. I didn't see it yet but I'll start to try nautilus in few weeks. It looks very nice. On 19 March 2012 14:29, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
Did you try nautilus? Because it is cool and it will get cooler. It will be the basic default browser and other people will be able to define new tools.
Stef
Le 15/03/2012 22:46, Stéphane Ducasse a écrit :
Use Glamour or Spec or OB but not systemBrowser. Run away from SystemBrowser
What is the target window for the Pharo Browser? Are there any aggregating energy to get out a modern incarnation of a system browser for Pharo. Just wondering.
Hilaire
-- Dr. Geo -- http://www.drgeo.eu
participants (3)
-
Ezequiel Lamonica -
Hilaire Fernandes -
Stéphane Ducasse