Re: [Pharo-project] new mac menu code :)

2010-01-26 Thread Mariano Martinez Peck
On Tue, Jan 26, 2010 at 12:26 AM, John M McIntosh john...@smalltalkconsulting.com wrote: Ok, I figured it out, well I think I did.. Mariano is confirming... But I'll post the expected fix in this email. w At the end you made it!!! It worked

[Pharo-project] About ScriptManager [ WAS] How do I save the contents of a Workspace?

2010-01-26 Thread Mariano Martinez Peck
Hi: I didn't know ScriptManager, but seems to be very cool. I remember having something VER similar in VAST. However, in this case it was cooler becuase it was stored in the user slot of ENVY. So, it doesn't matter which image to take you always have it there. But here I can export it to a

Re: [Pharo-project] new mac menu code :)

2010-01-26 Thread Michael Roberts
I think really it should go only into 1.1 if you mean the core. We do a quicker 1.1 cycle and get it released and stable. Perhaps it could be loadable as a package on top of the core anyway? Cheers mike On Tuesday, January 26, 2010, Mariano Martinez Peck marianop...@gmail.com wrote: On Tue,

Re: [Pharo-project] help with removing a file

2010-01-26 Thread Mariano Martinez Peck
2010/1/26 John M McIntosh john...@smalltalkconsulting.com I *think* you can run into problems if your evil windows virus package has the file OPEN has it's trying to figure out which of the 100 million viruses could exist in the file. This can cause your delete to fail. Maybe you have to

Re: [Pharo-project] Failing Gofer test in windows [WAS] [BetaTesting] [ANN] Pharo1.0-10507-rc2dev10.01.2

2010-01-26 Thread Mariano Martinez Peck
Lukas...maybe MCSubDirectoryRepository description is wrong and it should be MCSubDirectoryRepository description ^ directory pathName, FileDirectory slash, '*' What do you think ? On Mon, Jan 25, 2010 at 10:30 PM, Lukas Renggli reng...@gmail.com wrote: Ok, i passes now: Name:

Re: [Pharo-project] Failing Gofer test in windows [WAS] [BetaTesting] [ANN] Pharo1.0-10507-rc2dev10.01.2

2010-01-26 Thread Lukas Renggli
Aha, ok. Then it is easy. I assume that Gofer stabilizes now. Lukas On Tuesday, January 26, 2010, Mariano Martinez Peck marianop...@gmail.com wrote: On Mon, Jan 25, 2010 at 11:43 PM, Lukas Renggli reng...@gmail.com wrote: Just make a bug report and put the version in the inbox (and make

[Pharo-project] [update 1.1] #11182

2010-01-26 Thread Marcus Denker
11182 - Issue 1323:Input problems Issue 1747:Bug in regex -- Marcus Denker -- http://www.marcusdenker.de INRIA Lille -- Nord Europe. Team RMoD. ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr

Re: [Pharo-project] Failing Gofer test in windows [WAS] [BetaTesting] [ANN] Pharo1.0-10507-rc2dev10.01.2

2010-01-26 Thread Lukas Renggli
Yeah it is not clean, but your suggestion would probably the gofer test on platforms other than mac. It's not worth to worry, that string is only used in UIs anyway. Lukas On Tuesday, January 26, 2010, Mariano Martinez Peck marianop...@gmail.com wrote: Lukas...maybe MCSubDirectoryRepository

Re: [Pharo-project] new mac menu code :)

2010-01-26 Thread Lukas Renggli
And I very much like the idea of making the host menu package *not* being part of the core but load it into the Pharo image! We just need a Metacello configuration and we load it into the dev image. +10 Lukas Cheers, Adrian On Jan 26, 2010, at 09:30 , Michael Roberts wrote: I think

Re: [Pharo-project] new mac menu code :)

2010-01-26 Thread Mariano Martinez Peck
On Tue, Jan 26, 2010 at 9:43 AM, Adrian Lienhard a...@netstyle.ch wrote: I think we should apply the patch to 1.0, but not add the host menu support again. Like this, if somebody really wants to use the menus, he can load them into 1.0. And I very much like the idea of making the host menu

[Pharo-project] Gardening/ScriptManager

2010-01-26 Thread Torsten Bergmann
Mariano wrote on pharo-dev mailing list: I didn't know ScriptManager, but seems to be very cool. I remember having something VER similar in VAST. However, in this case it was cooler becuase it was stored in the user slot of ENVY. Hi Mariano, To say it with your words: hahahahha ;)

[Pharo-project] [update] #10509

2010-01-26 Thread Marcus Denker
10509 - Issue 1323: Input problems Issue 1873: MNU on Show shared Tabs Issue 1874: update gofer in 1.0 -- Marcus Denker -- http://www.marcusdenker.de INRIA Lille -- Nord Europe. Team RMoD. ___ Pharo-project mailing list

[Pharo-project] Gardening/ScriptManager

2010-01-26 Thread Torsten Bergmann
Below a reply from Joseph. Thanks, I changed the ScriptManager project http://www.squeaksource.com/ScriptManager.html to MIT license. I think the mail is enough since Joseph already signed the agreement for Pharo (according to the ListOfOkCommitters on the wiki)! Maybe Metacello development

[Pharo-project] [update 1.1] #11184

2010-01-26 Thread Marcus Denker
11184 - Issue 1877: New MacMenu code In postscript: ScriptLoader new cleanUpForRelease. -- Marcus Denker -- http://www.marcusdenker.de INRIA Lille -- Nord Europe. Team RMoD. ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr

Re: [Pharo-project] [update 1.1] #11184

2010-01-26 Thread Mariano Martinez Peck
On Tue, Jan 26, 2010 at 11:22 AM, Marcus Denker marcus.den...@inria.frwrote: 11184 - Issue 1877: New MacMenu code Cool. Remember you also need to change peekEvent to this: peekEvent Look ahead at the next event. | nextEvent | nextEvent := eventQueue peek.

[Pharo-project] [ANN 1.1] prebuilt core 1.1#11184

2010-01-26 Thread Marcus Denker
http://gforge.inria.fr/frs/download.php/25589/PharoCore-1.1-11184-UNSTABLE.zip -- Marcus Denker -- http://www.marcusdenker.de INRIA Lille -- Nord Europe. Team RMoD. ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr

Re: [Pharo-project] Gardening/ScriptManager

2010-01-26 Thread Mariano Martinez Peck
Thanks Torstenso it means that we can put it in PharoDev if people like it. I checked the overrides and it has perform: selector orSendTo: otherTarget External packages loaded in Dev image are supposed not to have overrides, but I don't know. Opinions ? I tried and works ok, but I can still

Re: [Pharo-project] Monticello diff between chosen revisionsisbroken

2010-01-26 Thread Stéphane Ducasse
Yes let us remove that. Stef On Jan 25, 2010, at 7:10 PM, Lukas Renggli wrote: Needs looking at since it is confusing. IIRC the Diff button creates a .mcd file of the changes between some versions... No this has nothing to do with .mcd. The .mcd thing was an experiment (that should

Re: [Pharo-project] Monticello diff between chosen revisionsisbroken

2010-01-26 Thread Stéphane Ducasse
gary what would be great is to have a label on top of the two methods shown I never now what I'm reading IncomingInWorkingCopy New Current would be so great! Stef On Jan 25, 2010, at

[Pharo-project] clarifying PopUpMenu vs. MenuMorph

2010-01-26 Thread Stéphane Ducasse
Hi all I was reading a bit squeak and PopUpMorph is only used in MVCUiManager. So this reminded me that we should - replace PopUpMenu by UIManager default... - UIManager... uses MenuMorph - Remove PopUpMenu - funnel some MenuMorph usage to UIManager default. What

[Pharo-project] Been Pharo clean :)

2010-01-26 Thread stephane ducasse
Hi guys I should really get some work done aka writing proposal so I will avoid to open an image and hack nor read mails for one or two weeks. Have fun. At least I will try. Stef ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr

Re: [Pharo-project] Been Pharo clean :)

2010-01-26 Thread Tudor Girba
It looks like it did not even last for five minutes :)) Doru On 26 Jan 2010, at 12:39, Stéphane Ducasse wrote: Being pharo clean...geesh On Jan 26, 2010, at 12:34 PM, stephane ducasse wrote: Hi guys I should really get some work done aka writing proposal so I will avoid to open an

Re: [Pharo-project] Monticello diff between chosen revisionsisbroken

2010-01-26 Thread Mariano Martinez Peck
On Tue, Jan 26, 2010 at 8:58 AM, Stéphane Ducasse stephane.duca...@inria.fr wrote: gary what would be great is to have a label on top of the two methods shown I never now what I'm reading IncomingInWorkingCopy New

Re: [Pharo-project] Gardening/ScriptManager

2010-01-26 Thread Mariano Martinez Peck
Cool. Thanks! On Tue, Jan 26, 2010 at 1:07 PM, Torsten Bergmann asta...@gmx.de wrote: I checked the overrides and it has perform: selector orSendTo: otherTarget cleaned up in core ScriptManager-Core-tbn.3, the configuration now also uses that one I tried and works ok, but I can still see

Re: [Pharo-project] Been Pharo clean :)

2010-01-26 Thread Serge Stinckwich
2010/1/26 Tudor Girba tudor.gi...@gmail.com: It looks like it did not even last for five minutes :)) Maybe we could ignore him for a few days ;-) -- Serge Stinckwich UMI UMMISCO 209 (IRD/UPMC), Hanoi, Vietnam Smalltalkers do: [:it | All with: Class, (And love: it)]

Re: [Pharo-project] [ANN] Video Course on Smalltalk

2010-01-26 Thread Davide Varvello
Yep :-) Davide From: Stéphane Ducasse [via Smalltalk] ml-node+4456352-285564...@n2.nabble.com To: Davide Varvello varve...@yahoo.com Sent: Mon, January 25, 2010 9:05:46 PM Subject: Re: [Pharo-project] [ANN] Video Course on Smalltalk It was something we thought for a while, but we ended

Re: [Pharo-project] [ANN 1.1] prebuilt core 1.1#11184

2010-01-26 Thread Germán Arduino
Hi: I downloaded and installed this version and wants to ask how to tune it. I means, what to install to have the more common dev tools as OB, Shout, Shout Workspace, OCompletion, etc. I tried: (ConfigurationOfPharo project version: '1.0-rc2.10508') load and don't works, also tried:

Re: [Pharo-project] [ANN 1.1] prebuilt core 1.1#11184

2010-01-26 Thread Miguel Enrique Cobá Martinez
El mar, 26-01-2010 a las 14:37 -0300, Germán Arduino escribió: Hi: I downloaded and installed this version and wants to ask how to tune it. I means, what to install to have the more common dev tools as OB, Shout, Shout Workspace, OCompletion, etc. I tried: (ConfigurationOfPharo

Re: [Pharo-project] [ANN 1.1] prebuilt core 1.1#11184

2010-01-26 Thread Germán Arduino
Ahh, ok, thanks Miguel. El día 26 de enero de 2010 14:39, Miguel Enrique Cobá Martinez miguel.c...@gmail.com escribió: El mar, 26-01-2010 a las 14:37 -0300, Germán Arduino escribió: Hi: I downloaded and installed this version and wants to ask how to tune it. I means, what to install to

Re: [Pharo-project] [ANN 1.1] prebuilt core 1.1#11184

2010-01-26 Thread Mariano Martinez Peck
In addition to what Miguel said, you can take the previous PharoDev image, and look at the installScript.st file that contains exactly the same script that was used to build that image on a PharoCore. For the moment, I think you shouldn't use 1.1 unless you are a Pharo core developer Cheers

[Pharo-project] How can I change the size of the World ?

2010-01-26 Thread Mariano Martinez Peck
Hi folks. Actually, I a not sure if what I want is to change the size of the World, but the size of the windows. The problem is this: the PharoCore images, when I open them, they have a little size by default. I always need to make them bigger. I have to do the same with the Dev images. So, I

Re: [Pharo-project] Gardening/ScriptManager

2010-01-26 Thread John M McIntosh
Torsten, btw I did chat with Joseph a bit about helping here, so I'll devote a few hours/days to see if we can get it off the ground again. On 2010-01-26, at 3:59 AM, Torsten Bergmann wrote: Joseph, regarding Ginsu it would be nice to have an MIT release too so others can have a look.

Re: [Pharo-project] new mac menu code :)

2010-01-26 Thread Michael Rueger
On 1/26/2010 12:26 AM, John M McIntosh wrote: Now the problem then is triggered if someone calls InputSensorpeekEvent with just the right timing to see the menu event on the queue. If that happens from Morph's desired to peek ahead to make decision on mouse movement or keyboard interaction,

Re: [Pharo-project] How can I change the size of the World ?

2010-01-26 Thread Stéphane Ducasse
may be look for initialExtent (now that this is not only in Object :) On Jan 26, 2010, at 8:27 PM, Mariano Martinez Peck wrote: Hi folks. Actually, I a not sure if what I want is to change the size of the World, but the size of the windows. The problem is this: the PharoCore images, when I

Re: [Pharo-project] Gardening/ScriptManager

2010-01-26 Thread Stéphane Ducasse
Two questions: but what will be the point to have Ginsu? We have the smalltalk metamodel + MC + PseudoClass and do we want one more? I know well Ginsu I have it on my harddisc and read it when MC was not even created and I wrote FAMIX which is a Ginsu for

Re: [Pharo-project] new mac menu code :)

2010-01-26 Thread Stéphane Ducasse
mindsharing is a plus :) On Jan 26, 2010, at 9:13 PM, Michael Rueger wrote: On 1/26/2010 12:26 AM, John M McIntosh wrote: Now the problem then is triggered if someone calls InputSensorpeekEvent with just the right timing to see the menu event on the queue. If that happens from Morph's

Re: [Pharo-project] Gardening/ScriptManager

2010-01-26 Thread Stéphane Ducasse
if somebody wants a version and joseph release it. I have it. I was always a big fan of SWT (squeak World Tour) miniimage, professional dev, clean code... does it ring the bell :) Stef On Jan 26, 2010, at 8:54 PM, John M McIntosh wrote: Torsten, btw I did chat with Joseph a bit about helping

Re: [Pharo-project] Gardening/ScriptManager

2010-01-26 Thread Schwab,Wilhelm K
Stef, Are you describing something that allows different versions to coexist in one image? Unless that's the idea (and I'm not sure I'd want to do that??), there seems to be a role for something that can browse what an external package would do to the image. I find MC to be surprisingly weak

[Pharo-project] RC2, Metacello and image building

2010-01-26 Thread Torsten Bergmann
from pharo-dev to a custom (seaside) application image. Read http://astares.blogspot.com/2010/01/pharo-10-release-candidate-2-and-image.html Bye T. -- Nur noch bis 31.01.2010: DSL-Komplettpaket für 16,99 Euro/mtl.!* http://portal.gmx.net/de/go/dsl02

Re: [Pharo-project] RC2, Metacello and image building

2010-01-26 Thread Mariano Martinez Peck
Thanks Torsten, this is really cool :) I would like everybody gets the same idea as you: the current Dev image is JUST a standard, little combination of possibilities. But we have the tools and we already did the work so that everybody can create it's own Dev image, with it's own flavour,

[Pharo-project] For those who use Nabble ....

2010-01-26 Thread Geert Claes
I managed (with some assistance from Nabble support) to group several Smalltalk mailing lists on Nabble under the common category Smalltalk (http://n4.nabble.com/Smalltalk-f1294792.html). To get them all to appear together the Pharo forums had to move Pharo to the a common n4 server or

Re: [Pharo-project] TestIndenting fails with Exupery (was: [BetaTesting] [ANN] Pharo1.0-10507-rc2dev10.01.2)

2010-01-26 Thread Bryce Kampjes
On Mon, 2010-01-25 at 08:12 +0100, laurent laffont wrote: Hi, Now I know how to build my own squeak vm with FT2Plugin (yeepeee !!). So: Linux + FT2Plugin + Squeak vm = success Linux + FT2Plugin + Exupery vm = fails I put the built vm here:

Re: [Pharo-project] For those who use Nabble ....

2010-01-26 Thread Mariano Martinez Peck
Geert: Thanks! Sorry for being a little OT. I don't know very much about Gmane, nabble, etc. I just configured it only once for the squeakdbx mailing list. But in certain mailing list, I saw that at the end of a mail (thread) you have automatically put the link to Gmane/Nabble. And this is

Re: [Pharo-project] Gardening/ScriptManager

2010-01-26 Thread Marcus Denker
On Jan 26, 2010, at 10:59 PM, Schwab,Wilhelm K wrote: Not so fast, all you have to do is sprinkle some .net dust on the computer and everything will be fixed until the next time MS changes their mind, right? Sorry, couldn't resist. Ironically, I find that software written to MS specs

Re: [Pharo-project] For those who use Nabble ....

2010-01-26 Thread Geert Claes
As far as I know Nabble adds this View this message in context bit automatically when posted from Nabble. -- View this message in context: http://n4.nabble.com/For-those-who-use-Nabble-tp1310998p1311012.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.

Re: [Pharo-project] For those who use Nabble ....

2010-01-26 Thread Mariano Martinez Peck
On Tue, Jan 26, 2010 at 11:12 PM, Geert Claes geert.wl.cl...@gmail.comwrote: As far as I know Nabble adds this View this message in context bit automatically when posted from Nabble. OkI have just saw if with your email...but is it possible also if I post from email instead from Nabble

Re: [Pharo-project] RC2, Metacello and image building

2010-01-26 Thread Miguel Enrique Cobá Martinez
El mar, 26-01-2010 a las 23:03 +0100, Mariano Martinez Peck escribió: Thanks Torsten, this is really cool :) I would like everybody gets the same idea as you: the current Dev image is JUST a standard, little combination of possibilities. But we have the tools and we already did the work so

Re: [Pharo-project] For those who use Nabble ....

2010-01-26 Thread Geert Claes
Mariano Martinez Peck wrote: OkI have just saw if with your email...but is it possible also if I post from email instead from Nabble ? Hi Mariano, if you post to the mailing list via email Nabble, will only grab it and add it to the archive so it won't add that bit I believe. --

Re: [Pharo-project] For those who use Nabble ....

2010-01-26 Thread Stan Shepherd
That's really neat Geert. Nice to view Smalltalk as one community: http://n4.nabble.com/Smalltalk-f1294792.topics.html ...Stan -- View this message in context: http://n4.nabble.com/For-those-who-use-Nabble-tp1310998p1311037.html Sent from the Pharo Smalltalk mailing list archive at

[Pharo-project] Bug in NetNameResolver on PharoCore 10508?

2010-01-26 Thread Miguel Enrique Cobá Martinez
Hi all, yesterday, in some of that why did I do that today I decided to add a partition to my ext3 fs over LUKS encrypted over LVM over disk partitions Debian install. Well, things went far from ok, and the result I lost all the information (it is really encrypted, :(). I had a backup so nothing

Re: [Pharo-project] How can I change the size of the World ?

2010-01-26 Thread Adrian Lienhard
Yes, in the default size of the image, the browser windows are always too small. This logic is in RealEstateAgent classstandardWindowExtent. In there you can hack one of the lines as follows: ^ ((allowedArea extent - (grid*(maxLevel+1*2) + (grid//2))) min: StandardSize) max: 7...@450 I added

Re: [Pharo-project] Gardening/ScriptManager

2010-01-26 Thread John M McIntosh
Stef at this point I'm going to poke it with a stick and see if it lives. Then we can dream, or at least I'll see about your dreaming. On 2010-01-26, at 12:28 PM, Stéphane Ducasse wrote: Two questions: but what will be the point to have Ginsu? We have the smalltalk metamodel

[Pharo-project] ConfigurationOfSeaside available

2010-01-26 Thread Dale Henrichs
First load the configuration: Gofer new squeaksource: 'MetacelloRepository'; package: 'ConfigurationOfSeaside'; load. Then pick the Seaside variant you want to load: Seaside 2.8 ConfigurationOfSeaside project latestVersion load: 'Seaside 2.8'.

[Pharo-project] ConfigurationOfAida is available

2010-01-26 Thread Dale Henrichs
Gofer new squeaksource: 'MetacelloRepository'; package: 'ConfigurationOfAida'; load. ((Smalltalk at: #ConfigurationOfAida) project version: '6.0') load. ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr

Re: [Pharo-project] Linux VM (was TestIndenting fails with Exupery (was: [BetaTesting] [ANN] Pharo1.0-10507-rc2dev10.01.2))

2010-01-26 Thread laurent laffont
On Tue, Jan 26, 2010 at 11:07 PM, Bryce Kampjes br...@kampjes.demon.co.ukwrote: On Mon, 2010-01-25 at 08:12 +0100, laurent laffont wrote: Hi, Now I know how to build my own squeak vm with FT2Plugin (yeepeee !!). So: Linux + FT2Plugin + Squeak vm = success Linux + FT2Plugin +

Re: [Pharo-project] For those who use Nabble ....

2010-01-26 Thread laurent laffont
On Tue, Jan 26, 2010 at 11:33 PM, Stan Shepherd stan.shepherd...@gmail.comwrote: That's really neat Geert. Nice to view Smalltalk as one community: http://n4.nabble.com/Smalltalk-f1294792.topics.html ...Stan Really cool ! Is it possible to add this link on the pharo website ? Larent

Re: [Pharo-project] [ANN] Video Course on Smalltalk

2010-01-26 Thread laurent laffont
Hi, Can I put the preview on http://pharocasts.blogspot.com with a link to your website ? Cheers, Laurent On Mon, Jan 25, 2010 at 4:10 PM, Davide Varvello varve...@yahoo.com wrote: I apologize for this brief announcement, but I'm really happy to tell you that I've been working on a

Re: [Pharo-project] For those who use Nabble ....

2010-01-26 Thread Adrian Lienhard
Thanks, Geert! I updated the web page. I added the general Nabble Smalltalk link in the FAQ. Cheers, Adrian On Jan 27, 2010, at 07:54 , laurent laffont wrote: On Tue, Jan 26, 2010 at 11:33 PM, Stan Shepherd stan.shepherd...@gmail.comwrote: That's really neat Geert. Nice to view

Re: [Pharo-project] For those who use Nabble ....

2010-01-26 Thread Adrian Lienhard
Geert, would it be possible to update the description of Pharo that currently reads Pharo is a fork from the Squeak open-source Smalltalk.? I suggest: Pharo's goal is to deliver a clean, innovative, free open-source Smalltalk environment. By providing a stable and small core system, excellent

Re: [Pharo-project] ConfigurationOfAida is available

2010-01-26 Thread Adrian Lienhard
Wow, its great to see all those configurations of external packages coming in! I think we need a way to catalog them now. Do we have somebody that likes to help maintaining this? My idea is to start small, i.e., with a wiki page similar to