On Fri, Feb 5, 2010 at 9:23 PM, laurent laffont <laurent.laffont@gmail.com> wrote:
Hi Mariano,

You will find a changeset attached here�http://code.google.com/p/pharo/issues/detail?id=1937 which add the Help menu.�


Thanks Laurent! Thanks cool !!!

Now, I have another question. It would be cool that the help menu is in the core image. But then, there will be items that should be from the core, suppose a workspace with the shortcuts or something similar and items that are from the PharoDev image, for example, ProfStef.

So, my question is, can I integrate this menu in PharoCore, with the current items of PharoCore and then, from outside, suppose when building PharoDev I add things there ?� or even ProfStef for example could add himself there when installing (in the metacello post doit).

I think this is similar to the problem of the ToolSet. I want to be able to build or modify in runtime the items of a menu :)

Is this possible ?

Cheers

Mariano
Laurent



On Fri, Feb 5, 2010 at 9:51 AM, laurent laffont <laurent.laffont@gmail.com> wrote:

2010/2/5 Mariano Martinez Peck <marianopeck@gmail.com>



2010/2/4 laurent laffont <laurent.laffont@gmail.com>

Hi,

I was thinking that there's no entry in the world menu to re-open the welcome workspace. For beginners it may be useful ?

Yes, I agree. I also though about that but I didn't know where to put it in the menu neither how to code it. Ok, I have several examples to look how to do it, but nil time for the last week :(
Where exactly do you think is the best place to put it in the menu ? I said several times about the issue:


(search in mailing list also)

It is OBVIOUS that we are missing a "help menu".


I �agree



There we can put also this thing to reopen the welcome workspace.

Now....do we have time to do this for 1.0 ? �someone ?


I will take a look. No promise.


In World > Tools:
- duplicated entries: Class Browser, Workspace, Test Runner, Monticello Browser

These are the most common used tools, that's why they are there.


I prefer one thing at one place :)


Laurent

In World > Tools > More:
- Language editor / language editor for.... � these tools look strange :)

And I don't know if they are even working,
- duplicated entries: Monticello Browser, Preference Browser, Test Runner
- someone use Search Browser and Services Browser ?
- MCConfigurationBrowser: what is the purpose of this tool ?
(may be we can remove this "Other tools" menu, merging it with tools)


Cheers,

Laurent Laffont