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 ? In World > Tools:
- duplicated entries: Class Browser, Workspace, Test Runner, Monticello Browser In World > Tools > More: - Language editor / language editor for.... these tools look strange :)
- 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 2010/1/22 Mariano Martinez Peck <[hidden email]> Hi folks. This is 1.0 RC2. Please, look at this image in a nice way because it is very likely that if there is no big issue, it will be 1.0 official. We need to release 1.0. _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Thanks....
Laurent can you open an issue :)))) On Feb 4, 2010, at 8:55 PM, laurent laffont wrote: > 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 ? > > > In World > Tools: > - duplicated entries: Class Browser, Workspace, Test Runner, Monticello Browser > > In World > Tools > More: > - Language editor / language editor for.... these tools look strange :) > - 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 > > > 2010/1/22 Mariano Martinez Peck <[hidden email]> > Hi folks. This is 1.0 RC2. Please, look at this image in a nice way because it is very likely that if there is no big issue, it will be 1.0 official. We need to release 1.0. > > Issues fixed: In addition to the fixes from the PharoCore, we have: 1033, 1182, 1826, 1862. > > Big changes: > > - Now we use OB from Lukas Renggli repository and we have ALL TESTS GREEN!!! Thanks Lukas! > - O2 loads again in the image without breaking OB. Read the workspace to see how to install it. Thanks David and Alexandre! > - We have almost (only one failing here) ALL TESTS of the PharoDev image in green. They are more than 8800. > > Smaller changes: > > - Fixed the problem with Metacello and OCompletion. No more overrides. > - System -> About now shows the real Pharo name, not the core. I am also being "compatible" with the new SystemVersion that we have in 1.1 :) Thanks Michael and Miguel! > - I didn't left again my proxy settings. I fixed this in my build scripts. It should be clean :) > - Mercury bar is back again. If you want to disable: Preferences disable: #mercuryPanel. > - Added a lot of cleanups after creating the image, including condensing .changes > - Added Refactoring-Spelling again. Thanks Stan! > - I wrote a ConfigurationOfNile instead of Nile-All and depends on Monticello dependencies. > - New welcome workspaces. Also getting started workspace and another workspace explaining how to load external packages like Seaside (2.8 and 3), Magritte, Pier, Moose, GetTools, O2, etc. Finally it is also added a link to the new ProfStef :) > Do you think that with this we are able to close issue1479 ? > - Background with Pharo picture. This was a joke. It looked nice :) I promise I don't put it again if you don't like. To remove it evaluate: > World color: Color white. > - Enable the preference fastDragWindowForMorphic. Sorry, but it most computers this works REALLY slow. If you want them back, just disable it. > - When installing Seaside now doesn't ask for user and password ( admin/seaside ). In addition, the Seaside Control Panel is only isntalled if OB is installed. This means that yu can install it in core or dev. Thanks Dale! > - Disable of System Update for Dev images as it is not working properly. > > > The link is: https://gforge.inria.fr/frs/download.php/25397/Pharo1.0-10508-rc2dev10.01.2.zip > > Cheers > > Mariano > > > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Laurent Laffont On Thu, Feb 4, 2010 at 9:06 PM, Stéphane Ducasse <[hidden email]> wrote: Thanks.... _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
In reply to this post by laurent laffont
2010/2/4 laurent laffont <[hidden email]>
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". There we can put also this thing to reopen the welcome workspace.
Now....do we have time to do this for 1.0 ? someone ?
These are the most common used tools, that's why they are there.
And I don't know if they are even working,
_______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
2010/2/5 Mariano Martinez Peck <[hidden email]>
I agree
I will take a look. No promise.
I prefer one thing at one place :) Laurent
_______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Hi Mariano,
You will find a changeset attached here http://code.google.com/p/pharo/issues/detail?id=1937 which add the Help menu.
Laurent On Fri, Feb 5, 2010 at 9:51 AM, laurent laffont <[hidden email]> wrote:
_______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
On Fri, Feb 5, 2010 at 9:23 PM, laurent laffont <[hidden email]> wrote: Hi Mariano, 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
_______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
we need a registration mechanism for the menu
On Feb 5, 2010, at 9:53 PM, Mariano Martinez Peck wrote: > > > On Fri, Feb 5, 2010 at 9:23 PM, laurent laffont <[hidden email]> 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 <[hidden email]> wrote: > > 2010/2/5 Mariano Martinez Peck <[hidden email]> > > > > 2010/2/4 laurent laffont <[hidden email]> > > 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: > > http://code.google.com/p/pharo/issues/detail?id=1042 > > (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 > > > > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Stéphane Ducasse a écrit :
> we need a registration mechanism for the menu > yes, I have built one which is using pragma but it needs a to reviewed a little bit. Alain > > On Feb 5, 2010, at 9:53 PM, Mariano Martinez Peck wrote: > > >> On Fri, Feb 5, 2010 at 9:23 PM, laurent laffont <[hidden email]> 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 <[hidden email]> wrote: >> >> 2010/2/5 Mariano Martinez Peck <[hidden email]> >> >> >> >> 2010/2/4 laurent laffont <[hidden email]> >> >> 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: >> >> http://code.google.com/p/pharo/issues/detail?id=1042 >> >> (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 >> >> >> >> >> _______________________________________________ >> Pharo-project mailing list >> [hidden email] >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >> > > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > > _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
can you point us to the class?
On Feb 6, 2010, at 9:54 PM, Alain Plantec wrote: > Stéphane Ducasse a écrit : >> we need a registration mechanism for the menu >> > yes, I have built one which is using pragma but it needs a > to reviewed a little bit. > Alain >> >> On Feb 5, 2010, at 9:53 PM, Mariano Martinez Peck wrote: >> >> >>> On Fri, Feb 5, 2010 at 9:23 PM, laurent laffont <[hidden email]> 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 <[hidden email]> wrote: >>> >>> 2010/2/5 Mariano Martinez Peck <[hidden email]> >>> >>> >>> >>> 2010/2/4 laurent laffont <[hidden email]> >>> >>> 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: >>> >>> http://code.google.com/p/pharo/issues/detail?id=1042 >>> >>> (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 >>> >>> >>> >>> >>> _______________________________________________ >>> Pharo-project mailing list >>> [hidden email] >>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >>> >> >> >> _______________________________________________ >> Pharo-project mailing list >> [hidden email] >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >> >> > > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
http://code.google.com/p/pharo/issues/detail?id=1945
On Sun, Feb 7, 2010 at 9:49 AM, Stéphane Ducasse <[hidden email]> wrote: can you point us to the class? _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Free forum by Nabble | Edit this page |