Hi Sean: As far as I understand, part of the new improvements of the Pharo
1.1 architecture will make this kind of things easier:

1) We completely removed Preferences class. It was a mess and with million
of dependencies, difficult to extend, etc. Now, in Pharo 1.1 we have a new
Setting framework where each package can define using metadata (pragmas)
their own settings. Then, this Setting framework will scan the pragmas and
build the Setting browser according to that.

2) We changed the way the menu registration works. Now it is easier to
change the menu, without needing to hack inside the core code. I think it is
also done using pragmas.

For both incredible works, you have to thanks Alain :)

Cheers

Mariano

On Wed, Apr 7, 2010 at 4:44 PM, Sean P. DeNigris <[email protected]>wrote:

>
>
> Stéphane Ducasse wrote:
> >
> > Now sean as mariano mentioned it if some behavior are really used all
> time
> > then we will change to
> > make them easier to use.
> >
>
> I appreciate that - my purpose was about the general flow of sub-menus,
> rather than that specific one, which I used as an example (but which I
> happen to use every time I open the image because, in full screen mode,
> Pharo (and Squeak) opens on the primary display instead of the display it
> was last used/saved on)
>
>
> Stéphane Ducasse wrote:
> >
> > What you can also do is to define a Script to do it for you and to setup
> > your image the exact way you want.
> >
> Cool, I'll try that.  Is there a good place to look for info on how to do
> that?
>
>
> Stéphane Ducasse wrote:
> >
> > In 1.1 I would like to change the Code recovering subsub list. This is
> too
> > deep.
> > I tried and broke it so I should retry.
> >
>
> This part went right over my head :)
>
> Sean
> --
> View this message in context:
> http://n4.nabble.com/Menu-navigation-tp1754368p1754453.html
> Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
>
> _______________________________________________
> 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

Reply via email to