[Pharo-project] I stumbled upon

2013-03-28 Thread Friedrich Dominicus
The following two functions: capitalized "Return a copy with the first letter capitalized" | cap | self isEmpty ifTrue: [ ^self copy ]. cap := self copy. cap at: 1 put: (cap at: 1) asUppercase. ^ cap and withFirstCharacterDownshifted "Return

Re: [Pharo-project] How to open a file with external app

2013-03-28 Thread jannik laval
Thank you all. Jannik 2013/3/28 Holger Hans Peter Freyther > On Wed, Mar 27, 2013 at 11:26:21PM +0100, Camillo Bruni wrote: > > The only solution currently is to use OSProcess and > > - open under OSX > > - gnome-open under linux > > Please use xdg-open to work on all free desktop implementatio

Re: [Pharo-project] [Moose-dev] Project Show & Tell - LEKtrek

2013-03-28 Thread Ben Coman
Thanks. A web site is planned, with discussion forum and issue tracker.  I have the domain already.  Just waiting on completing everything that needs to be submitted for marking. Alexandre Bergel wrote: Looks like to be an excellent piece of work. Do you have a website or something? We woul

Re: [Pharo-project] Request write access to PharoInbox

2013-03-28 Thread Frank Shearar
On 28 March 2013 20:41, Nicolas Cellier wrote: > Hello, > can someone give me write access to PharoInbox? Me too, please. frank > Nicolas Cellier

Re: [Pharo-project] Platform and portable versions for Pharo 2.0 too

2013-03-28 Thread Sean P. DeNigris
Marcus Denker-4 wrote > Please let it like it is and we move *controlled* forward. Okay I removed the links to the platform files from the download page for now. - Cheers, Sean -- View this message in context: http://forum.world.st/Platform-and-portable-versions-for-Pharo-2-0-too-tp4678722

Re: [Pharo-project] [Moose-dev] Project Show & Tell - LEKtrek

2013-03-28 Thread Alexandre Bergel
Looks like to be an excellent piece of work. Do you have a website or something? We would like to advertise this. Cheers, Alexandre On Mar 28, 2013, at 10:24 AM, Ben Coman wrote: > LEKtrek is "a software development platform for electrical power > applications". This is my masters project t

[Pharo-project] TxText progress and discussion

2013-03-28 Thread Denis Kudriashov
Hello. I implement positioning text for new TxTextMorph. You can now see blinking cursor, move it right, left, up and down, position it by mouse click. I make new version 0.4 which restore jenkins builds https://ci.inria.fr/rmod/job/TxText/, You can try TxTextMorph class side example methods. Det

Re: [Pharo-project] Versionner in pharo 2.0

2013-03-28 Thread Christophe Demarey
Le 28 mars 2013 à 14:13, Esteban Lorenzano a écrit : > btw... why is there a ConfigurationOfVersionner in verified repo for 2.0 if > it is not working (and therefore, it is not "verified")? What do you mean by "verified repo for 2.0" ? smime.p7s Description: S/MIME cryptographic signature

[Pharo-project] Request write access to PharoInbox

2013-03-28 Thread Nicolas Cellier
Hello, can someone give me write access to PharoInbox? Nicolas Cellier

Re: [Pharo-project] Suggestion about Phexample and StateSpecs(Mocketry) integration

2013-03-28 Thread Denis Kudriashov
Ok. I can do this. I think showing examples from project wiki page is enough. Plus demo of how extend syntax sugar and how to use stubs. What people really want to see about mock objects framework? 2013/3/27 Yuriy Tymchuk > If you can write step by step instruction what to show, I can do it. Ri

Re: [Pharo-project] More GSoC ideas wanted, 3 days left ....

2013-03-28 Thread Vanessa Peña Araya
Hi, I hope it is not too late :) We have some ideas we will like to do: * -=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-=- Title: Improving Roassal Scalability Level: Intermediate Possible mentor: Vanessa Peña-Araya Possible second mentor:Alexandre Ber

[Pharo-project] [ANN] Fuel Release Version 1.9

2013-03-28 Thread Martin Dias
Hi all, We are happy to announce Fuel 1.9. Fuel is an open-source general-purpose object serialization framework developed in Pharo. You can find more information on our website [1]. The default set of packages of this version already comes in Pharo 2.0, so you it's not necessary to install it t

Re: [Pharo-project] Non-Smalltalk content in Pharo and Nautilus

2013-03-28 Thread S Krish
I would love to have one for Groovy..! On Thu, Mar 28, 2013 at 1:48 AM, Torsten Bergmann wrote: > When working with Seaside (or other frameworks) one often works with > non-Smalltalk resources > stored within the image (CSS styles, images, ...) often stored as strings > within > methods: > > > m

Re: [Pharo-project] obtaining a FileUrl through String>>asUrl

2013-03-28 Thread Sven Van Caekenberghe
Hi Doru, On 28 Mar 2013, at 15:08, Tudor Girba wrote: > 'file:d:/' asUrl ==> file:///d%3A/ > 'file://d:/' asUrl ==> file://d:/ > > The second looks nice, but: > 'file://d:/' asUrl asFileReference ==> File @ > > The problem seems to be that: > 'file://d:/' asUrl pathString ==> '' > > :( Yo

Re: [Pharo-project] [Pharo-users] More GSoC ideas wanted, 3 days left ....

2013-03-28 Thread S Krish
There was a work with Tiny Core Linux, that could easily be adapted for this. Depends on the details of what features needs to work though for appropriate additional libraries to be integrated in TCL . On Wed, Mar 27, 2013 at 3:00 PM, Clément Bera wrote: > Title: A Pharo Image running on top

Re: [Pharo-project] bump: pharo wikipedia page sucks

2013-03-28 Thread Serge Stinckwich
On Thu, Mar 28, 2013 at 4:40 PM, Clément Bera wrote: > I tried to write some more stuff on the French Pharo wiki page : > http://fr.wikipedia.org/wiki/Pharo . > > I moved all the reference to history (birth of smalltalk, relation with > companies, forking) in the history section. I tried to focus

Re: [Pharo-project] Project Show & Tell - LEKtrek

2013-03-28 Thread Tudor Girba
I only had a brief look. Exciting :) Doru On Thu, Mar 28, 2013 at 3:24 PM, Ben Coman wrote: > LEKtrek is "a software development platform for electrical power > applications". This is my masters project to provide the GUI for modeling > electrical power networks, into which researchers can pl

Re: [Pharo-project] bump: pharo wikipedia page sucks

2013-03-28 Thread Clément Bera
I tried to write some more stuff on the French Pharo wiki page : http://fr.wikipedia.org/wiki/Pharo . I moved all the reference to history (birth of smalltalk, relation with companies, forking) in the history section. I tried to focus the page on How to use Pharo and Who uses Pharo. I would like t

Re: [Pharo-project] Platform and portable versions for Pharo 2.0 too

2013-03-28 Thread Marcus Denker
On Mar 28, 2013, at 1:19 PM, Marcus Denker wrote: > > On Mar 28, 2013, at 1:17 PM, Sean P. DeNigris wrote: > >> Marcus Denker-4 wrote >>> Sorry… we are working already on too many things and there has to be a >>> boundary >>> somewhere. >> >> I don't think this is the right place to draw it.

[Pharo-project] One more project for GSoc 2012

2013-03-28 Thread Serge Stinckwich
One more project idea for Smalltalk GSoC 2013. -- Title: Phratch, a port of Scratch to Pharo 2.0 Level: intermediate Possible mentor: Jannick Laval Possible second mentor: Serge Stinckwich Description: Phratch (https://code.g

[Pharo-project] Ring & namespaces

2013-03-28 Thread Ben Coman
I see in a few scattered bits and pieces that Ring will support namespaces. So that presumably that will assist in porting VW code to Pharo? How near is that functionality? cheers -ben

Re: [Pharo-project] about a new pharo site

2013-03-28 Thread p...@highoctane.be
https://lastpass.com/ http://www.atlassian.com/ http://belighted.com/ A common fixture is at the bottom with the footer including a ton of links under the fold. And a call to action just in the face of visitors (get it, download it etc) And a damn product packshot. (screen shot for non ad junki

Re: [Pharo-project] in anybody out there? who uses 2.0?

2013-03-28 Thread Esteban A. Maringolo
Any hints on how to load the Magritte-Seaside package? Regards, Esteban A. Maringolo 2013/3/28 Tudor Girba : > Magritte2 is a bit old. Magritte3 loads fine (we are using it in Moose). > > Doru > > > On Mar 28, 2013, at 3:11 AM, "Esteban A. Maringolo" > wrote: > >> Did anybody manage to load M

Re: [Pharo-project] about a new pharo site

2013-03-28 Thread Esteban A. Maringolo
The Vagrant site is cool. The RoR is nice too, but a little old these days. But I agree the Pharo site needs to be better, and modern. You don't have to leave the Smalltalk community to find a simple site: Amber-lang.net It has all, what I think, a newcomer would expect: an intro, a few FAQs, a co

[Pharo-project] Project Show & Tell - LEKtrek

2013-03-28 Thread Ben Coman
LEKtrek is "a software development platform for electrical power applications". This is my masters project to provide the GUI for modeling electrical power networks, into which researchers can plug calculations. These video presentations are still a work in progress, but just in case you nee

Re: [Pharo-project] obtaining a FileUrl through String>>asUrl

2013-03-28 Thread Camillo Bruni
ok that IS broken then :/ could you open an issue? On 2013-03-28, at 15:08, Tudor Girba wrote: > 'file:d:/' asUrl ==> file:///d%3A/ > 'file://d:/' asUrl ==> file://d:/ > > The second looks nice, but: > 'file://d:/' asUrl asFileReference ==> File @ > > The problem seems to be that: > 'file://d

Re: [Pharo-project] obtaining a FileUrl through String>>asUrl

2013-03-28 Thread Marcus Denker
On Mar 28, 2013, at 3:13 PM, Tudor Girba wrote: > 'file:d:/' asUrl ==> file:///d%3A/ > 'file://d:/' asUrl ==> file://d:/ > > The second looks nice, but: > 'file://d:/' asUrl asFileReference ==> File @ > > The problem seems to be that: > 'file://d:/' asUrl pathString ==> '' > > :( was Url

Re: [Pharo-project] obtaining a FileUrl through String>>asUrl

2013-03-28 Thread Tudor Girba
'file:d:/' asUrl ==> file:///d%3A/ 'file://d:/' asUrl ==> file://d:/ The second looks nice, but: 'file://d:/' asUrl asFileReference ==> File @ The problem seems to be that: 'file://d:/' asUrl pathString ==> '' :( Cheers, Doru On Thu, Mar 28, 2013 at 2:50 PM, Camillo Bruni wrote: > > On 2013-

Re: [Pharo-project] How to redraw only a part of a morph

2013-03-28 Thread Igor Stasenko
On 28 March 2013 14:28, Tristan Bourgois wrote: > 2013/3/28 Igor Stasenko : >> On 28 March 2013 12:05, Tristan Bourgois wrote: >>> Hi! >>> >>> I try to optimize the graphic framework I'm porting. >>> I have good performance but I have some problem to reDraw the morph of my >>> view. >>> >>> When

Re: [Pharo-project] [Pharo-users] More GSoC ideas wanted, 3 days left ....

2013-03-28 Thread Andrei Vasile Chis
A short idea for a GSoC project to improve the debugger. Cheers, Andrei --- Title: Improving the inspection of expressions in the debugger Level: beginner/intermediate Possible mentor: And

Re: [Pharo-project] obtaining a FileUrl through String>>asUrl

2013-03-28 Thread Camillo Bruni
On 2013-03-28, at 14:44, Tudor Girba wrote: > Hi, > > I am trying to get to a FileUrl via the polymorphic asUrl call, but it > seems I am doing something wrong. > > I do: > 'file:d:\' asUrl > > but the problem seems that $: and $\ are mangled, because when I print, I > get: > file:///d%3A%5C

[Pharo-project] obtaining a FileUrl through String>>asUrl

2013-03-28 Thread Tudor Girba
Hi, I am trying to get to a FileUrl via the polymorphic asUrl call, but it seems I am doing something wrong. I do: 'file:d:\' asUrl but the problem seems that $: and $\ are mangled, because when I print, I get: file:///d%3A%5C Furthermore: 'file:d:\' asUrl asFileReference exists ==> false but,

Re: [Pharo-project] Pharo inbox changed

2013-03-28 Thread p...@highoctane.be
Same here 2013/3/28 Sean P. DeNigris : > EstebanLM wrote >> the bad news: since sthub still does not accepts open commits, you need to >> be added to the repository to commit slices (sorry about that) > > WTF! This seems totally wrong and bad and evil and... ;) I know we love > StHub, but this is

Re: [Pharo-project] How to redraw only a part of a morph

2013-03-28 Thread Tristan Bourgois
2013/3/28 Igor Stasenko : > On 28 March 2013 12:05, Tristan Bourgois wrote: >> Hi! >> >> I try to optimize the graphic framework I'm porting. >> I have good performance but I have some problem to reDraw the morph of my >> view. >> >> When I reDraw my morph I use 'invalidRect:' with the bound of t

Re: [Pharo-project] How to redraw only a part of a morph

2013-03-28 Thread p...@highoctane.be
Is this the thing about invalidRect? 2013/3/28 Igor Stasenko : > On 28 March 2013 12:05, Tristan Bourgois wrote: >> Hi! >> >> I try to optimize the graphic framework I'm porting. >> I have good performance but I have some problem to reDraw the morph of my >> view. >> >> When I reDraw my morph I

Re: [Pharo-project] Versionner in pharo 2.0

2013-03-28 Thread Norbert Hartl
Hi, I fixed the announcements already and got to the metacello toolbox problems. It is complaining a version (actually a baseline version) does not exist although it is defined in the configuration. If you are on it I'm happy to shy away. My time frame for it is over anyway. Just to let you kno

Re: [Pharo-project] Versionner in pharo 2.0

2013-03-28 Thread Esteban Lorenzano
btw... why is there a ConfigurationOfVersionner in verified repo for 2.0 if it is not working (and therefore, it is not "verified")? Esteban On Mar 28, 2013, at 1:58 PM, Christophe Demarey wrote: > Hi Norbert, > > Here is a patch for announcements (and some other things) for Versionner on >

Re: [Pharo-project] Multiselect in method pane

2013-03-28 Thread Norbert Hartl
https://pharo.fogbugz.com/f/cases/10162/multiple-selection-of-methods-in-method-pane-if-CompiledMethods-are-equal Norbert Am 28.03.2013 um 13:02 schrieb Camillo Bruni : > please! :) that would save some major pain here and there ;) > > On 2013-03-28, at 12:57, Benjamin > wrote: > >> if it wo

Re: [Pharo-project] bump: pharo wikipedia page sucks

2013-03-28 Thread Marcus Denker
On Mar 28, 2013, at 1:50 PM, stephane ducasse wrote: > Yes but also I do not want that people think that I want to have less Squeak > on the pharo page. > To me a Pharo page should be about: all the history about the squeak fork is > now history for me. > As a newbie I wante to get excited by

Re: [Pharo-project] bump: pharo wikipedia page sucks

2013-03-28 Thread stephane ducasse
Yes but also I do not want that people think that I want to have less Squeak on the pharo page. To me a Pharo page should be about: all the history about the squeak fork is now history for me. As a newbie I wante to get excited by pharo not understand the history of ant fighting while elephants

[Pharo-project] … and I updated the platform builder for windows

2013-03-28 Thread Esteban Lorenzano
so, windows users can "save as..." and enjoy the ability of choose an image instead open always the same. enjoy, Esteban ps: working on a slightly better linux script now

Re: [Pharo-project] Pharo inbox changed

2013-03-28 Thread stephane ducasse
Ah we will have to address this. >> EstebanLM wrote >>> yes, I agree with everything... we will fix it soon :) >> >> Great, I know everyone is working hard. I like the progress even if it hurts >> sometimes :) >> >> >> EstebanLM wrote >>> Sean, you are part of Pharo team members, you should be

Re: [Pharo-project] bump: pharo wikipedia page sucks

2013-03-28 Thread Esteban Lorenzano
lol On Mar 28, 2013, at 1:21 PM, stephane ducasse wrote: > I could but I do not want people bash me if I focus on Pharo on that page. > > Stef > > On Mar 28, 2013, at 1:03 PM, Esteban Lorenzano wrote: > >> Hi, >> >> have you seen it? >> >> http://en.wikipedia.org/wiki/Pharo >> >> it is ol

Re: [Pharo-project] bump: pharo wikipedia page sucks

2013-03-28 Thread Frank Shearar
You mean in the sense of the "conflict of interest" that Wikipedians love to throw around? (Ron Teitelbaum had to deal with lots of pain when writing up Andreas' page.) frank On 28 March 2013 12:21, stephane ducasse wrote: > I could but I do not want people bash me if I focus on Pharo on that pa

Re: [Pharo-project] Pharo inbox changed

2013-03-28 Thread Camillo Bruni
On 2013-03-28, at 13:29, "Sean P. DeNigris" wrote: > EstebanLM wrote >> yes, I agree with everything... we will fix it soon :) > > Great, I know everyone is working hard. I like the progress even if it hurts > sometimes :) > > > EstebanLM wrote >> Sean, you are part of Pharo team members, you

Re: [Pharo-project] Pharo inbox changed

2013-03-28 Thread Benjamin
And as Nico like to say, smalltalkhub is open source :) So maybe it's also the role of a community :) Ben On Mar 28, 2013, at 1:29 PM, "Sean P. DeNigris" wrote: > EstebanLM wrote >> yes, I agree with everything... we will fix it soon :) > > Great, I know everyone is working hard. I like the pr

Re: [Pharo-project] Pharo inbox changed

2013-03-28 Thread Sean P. DeNigris
EstebanLM wrote > yes, I agree with everything... we will fix it soon :) Great, I know everyone is working hard. I like the progress even if it hurts sometimes :) EstebanLM wrote > Sean, you are part of Pharo team members, you should be able to upload to > inbox anyway I don't know. I keep get

Re: [Pharo-project] Platform and portable versions for Pharo 2.0 too

2013-03-28 Thread Sean P. DeNigris
Marcus Denker-4 wrote > Please… this now does *not* need to be done. Please. Please. Please… I totally understand that we're all exhausted. This is an investment in our future relaxation :) If the users need it, it needs to be done. The reason we have to do so much work is that the community is th

Re: [Pharo-project] bump: pharo wikipedia page sucks

2013-03-28 Thread stephane ducasse
I could but I do not want people bash me if I focus on Pharo on that page. Stef On Mar 28, 2013, at 1:03 PM, Esteban Lorenzano wrote: > Hi, > > have you seen it? > > http://en.wikipedia.org/wiki/Pharo > > it is old, small, non-accurate and well... it could receive a lot of love :) > (the wei

Re: [Pharo-project] Pharo inbox changed

2013-03-28 Thread Marcus Denker
On Mar 28, 2013, at 1:15 PM, Sean P. DeNigris wrote: > EstebanLM wrote >> the bad news: since sthub still does not accepts open commits, you need to >> be added to the repository to commit slices (sorry about that) > > WTF! This seems totally wrong and bad and evil and... ;) I know we love > St

Re: [Pharo-project] Platform and portable versions for Pharo 2.0 too

2013-03-28 Thread Marcus Denker
On Mar 28, 2013, at 1:17 PM, Sean P. DeNigris wrote: > Marcus Denker-4 wrote >> Sorry… we are working already on too many things and there has to be a >> boundary >> somewhere. > > I don't think this is the right place to draw it. I'm going to work now, but > I'll do it later. I guess I could j

Re: [Pharo-project] Pharo inbox changed

2013-03-28 Thread Esteban Lorenzano
yes, I agree with everything... we will fix it soon :) Sean, you are part of Pharo team members, you should be able to upload to inbox anyway cheers, Esteban On Mar 28, 2013, at 1:15 PM, "Sean P. DeNigris" wrote: > EstebanLM wrote >> the bad news: since sthub still does not accepts open comm

Re: [Pharo-project] Pharo inbox changed

2013-03-28 Thread Camille Teruel
On 28 mars 2013, at 13:15, Sean P. DeNigris wrote: > EstebanLM wrote >> the bad news: since sthub still does not accepts open commits, you need to >> be added to the repository to commit slices (sorry about that) > > WTF! This seems totally wrong and bad and evil and... ;) I know we love > StHub

Re: [Pharo-project] Platform and portable versions for Pharo 2.0 too

2013-03-28 Thread Marcus Denker
On Mar 28, 2013, at 1:14 PM, Marcus Denker wrote: > > On Mar 28, 2013, at 1:12 PM, "Sean P. DeNigris" wrote: > >> EstebanLM wrote >>> mmm... the problem is that the "platform" versions are not the release, >>> are nightly builds (it lacks the welcome workspace). >> >> Oops. Can we have save

Re: [Pharo-project] Platform and portable versions for Pharo 2.0 too

2013-03-28 Thread Sean P. DeNigris
Marcus Denker-4 wrote > Sorry… we are working already on too many things and there has to be a > boundary > somewhere. I don't think this is the right place to draw it. I'm going to work now, but I'll do it later. I guess I could just take the nightly ones and manually stick in the release image,

Re: [Pharo-project] Pharo inbox changed

2013-03-28 Thread Sean P. DeNigris
EstebanLM wrote > the bad news: since sthub still does not accepts open commits, you need to > be added to the repository to commit slices (sorry about that) WTF! This seems totally wrong and bad and evil and... ;) I know we love StHub, but this is unsustainable. Unless StHub is adding open commit

Re: [Pharo-project] Platform and portable versions for Pharo 2.0 too

2013-03-28 Thread Marcus Denker
On Mar 28, 2013, at 1:12 PM, "Sean P. DeNigris" wrote: > EstebanLM wrote >> mmm... the problem is that the "platform" versions are not the release, >> are nightly builds (it lacks the welcome workspace). > > Oops. Can we have save platform release versions somewhere? Since new users > are havin

Re: [Pharo-project] Platform and portable versions for Pharo 2.0 too

2013-03-28 Thread Sean P. DeNigris
EstebanLM wrote > mmm... the problem is that the "platform" versions are not the release, > are nightly builds (it lacks the welcome workspace). Oops. Can we have save platform release versions somewhere? Since new users are having trouble with the one-click/portable version, I'd hate to lose the

Re: [Pharo-project] Platform and portable versions for Pharo 2.0 too

2013-03-28 Thread Marcus Denker
On Mar 28, 2013, at 1:06 PM, Esteban Lorenzano wrote: > mmm... the problem is that the "platform" versions are not the release, are > nightly builds (it lacks the welcome workspace). > yes, we should take care… if it is for power users, it should not be on the website. We need to take care t

Re: [Pharo-project] Platform and portable versions for Pharo 2.0 too

2013-03-28 Thread Esteban Lorenzano
mmm... the problem is that the "platform" versions are not the release, are nightly builds (it lacks the welcome workspace). Esteban On Mar 28, 2013, at 12:59 PM, "Sean P. DeNigris" wrote: > EstebanLM wrote >> I "backported" the 3.0 publish mechanism to Pharo 2.0. >> ... >> http://files.pharo.

[Pharo-project] bump: pharo wikipedia page sucks

2013-03-28 Thread Esteban Lorenzano
Hi, have you seen it? http://en.wikipedia.org/wiki/Pharo it is old, small, non-accurate and well... it could receive a lot of love :) (the weird thing is that the image is actually a 2.0 image, he) Can anyone adopt the page and update it? thanks, Esteban ps: also... we have a lot of spanish s

Re: [Pharo-project] Multiselect in method pane

2013-03-28 Thread Camillo Bruni
please! :) that would save some major pain here and there ;) On 2013-03-28, at 12:57, Benjamin wrote: > if it works go ahead ;) > > Ben > > On Mar 28, 2013, at 12:48 PM, Norbert Hartl wrote: > >> >> Am 28.03.2013 um 11:51 schrieb stephane ducasse : >> >>> >>> On Mar 28, 2013, at 11:21 AM,

Re: [Pharo-project] Platform and portable versions for Pharo 2.0 too

2013-03-28 Thread Sean P. DeNigris
EstebanLM wrote > I "backported" the 3.0 publish mechanism to Pharo 2.0. > ... > http://files.pharo.org/platform/ I updated http://www.pharo-project.org/pharo-download/release-2-0 to the "Portable" terminology, with an updated description, and put the platform versions at the top, as the first cho

Re: [Pharo-project] Multiselect in method pane

2013-03-28 Thread Benjamin
if it works go ahead ;) Ben On Mar 28, 2013, at 12:48 PM, Norbert Hartl wrote: > > Am 28.03.2013 um 11:51 schrieb stephane ducasse : > >> >> On Mar 28, 2013, at 11:21 AM, Norbert Hartl wrote: >> >>> What is the rationale for having the method pane as multi-select list? I >>> don't think i

Re: [Pharo-project] Multiselect in method pane

2013-03-28 Thread Benjamin
Honestly, I do not remember Ben On Mar 28, 2013, at 11:58 AM, Norbert Hartl wrote: > > Am 28.03.2013 um 11:51 schrieb stephane ducasse : > >> >> On Mar 28, 2013, at 11:21 AM, Norbert Hartl wrote: >> >>> What is the rationale for having the method pane as multi-select list? I >>> don't th

Re: [Pharo-project] Multiselect in method pane

2013-03-28 Thread Norbert Hartl
Am 28.03.2013 um 11:51 schrieb stephane ducasse : > > On Mar 28, 2013, at 11:21 AM, Norbert Hartl wrote: > >> What is the rationale for having the method pane as multi-select list? I >> don't think it is of greater use when editing code. I could imagine that >> some refactoring tasks could b

Re: [Pharo-project] Versionner in pharo 2.0

2013-03-28 Thread Esteban Lorenzano
Hi Norbert, Check around SystemAnnouncer :) Esteban On Mar 28, 2013, at 12:37 PM, Norbert Hartl wrote: > Can you tell me what an equivalent to a SystemChangeNotifier call would be > today? I can derive Announcement class names from the message sends to > SystemChangeNotifier. But I don't kn

Re: [Pharo-project] Fwd: Some question and request for Athens

2013-03-28 Thread Igor Stasenko
On 27 March 2013 14:44, Tristan Bourgois wrote: > 2013/3/26 Igor Stasenko : >> On 26 March 2013 11:29, Tristan Bourgois wrote: >>> 2013/3/25 Stéphane Ducasse : Begin forwarded message: From: Igor Stasenko Subject: Re: Some question and request for Athens Date:

Re: [Pharo-project] one-click restored for pharo 3.0, renamed as "portable"

2013-03-28 Thread Sean P. DeNigris
EstebanLM wrote > I created a "portable" version of Pharo 3.0, for those power users who > still need it :) Cool, Thanks :) - Cheers, Sean -- View this message in context: http://forum.world.st/one-click-restored-for-pharo-3-0-renamed-as-portable-tp4678719p4678723.html Sent from the Pharo

Re: [Pharo-project] Platform and portable versions for Pharo 2.0 too

2013-03-28 Thread Guillermo Polito
Cool! :) On Thu, Mar 28, 2013 at 12:34 PM, Esteban Lorenzano wrote: > Hi, > > I "backported" the 3.0 publish mechanism to Pharo 2.0. > I suppose the 2.0 Summer will be like this then :) > > http://files.pharo.org/platform/ > > Cheers, > Esteban > >

Re: [Pharo-project] Versionner in pharo 2.0

2013-03-28 Thread Norbert Hartl
Can you tell me what an equivalent to a SystemChangeNotifier call would be today? I can derive Announcement class names from the message sends to SystemChangeNotifier. But I don't know e.g. where is the announcer in the system where you would register for class change, method modified etc. anno

[Pharo-project] Platform and portable versions for Pharo 2.0 too

2013-03-28 Thread Esteban Lorenzano
Hi, I "backported" the 3.0 publish mechanism to Pharo 2.0. I suppose the 2.0 Summer will be like this then :) http://files.pharo.org/platform/ Cheers, Esteban

[Pharo-project] [update 2.0] #20594

2013-03-28 Thread Esteban Lorenzano
20594 - 10123 Bug in warning in CriticBrowser https://pharo.fogbugz.com/f/cases/10123 Diff information: http://ss3.gemstone.com/ss/Pharo20/Manifest-CriticBrowser-EstebanLorenzano.64.diff (yep, 2.0 keeps going... for sometime)

Re: [Pharo-project] How to redraw only a part of a morph

2013-03-28 Thread Igor Stasenko
On 28 March 2013 12:05, Tristan Bourgois wrote: > Hi! > > I try to optimize the graphic framework I'm porting. > I have good performance but I have some problem to reDraw the morph of my > view. > > When I reDraw my morph I use 'invalidRect:' with the bound of the part > I want to reDraw but ever

[Pharo-project] one-click restored for pharo 3.0, renamed as "portable"

2013-03-28 Thread Esteban Lorenzano
Hi, I created a "portable" version of Pharo 3.0, for those power users who still need it :) check it at: http://files.pharo.org/platform Cheers, Esteban

[Pharo-project] How to redraw only a part of a morph

2013-03-28 Thread Tristan Bourgois
Hi! I try to optimize the graphic framework I'm porting. I have good performance but I have some problem to reDraw the morph of my view. When I reDraw my morph I use 'invalidRect:' with the bound of the part I want to reDraw but every step my morph is entirely reDraw. Does I have to use another

Re: [Pharo-project] Multiselect in method pane

2013-03-28 Thread Benjamin
Two compiled methods with same byte code, even with different selectors are equals (and people laughed at me when I found that disturbing) Ben On Mar 28, 2013, at 11:51 AM, stephane ducasse wrote: > > On Mar 28, 2013, at 11:21 AM, Norbert Hartl wrote: > >> What is the rationale for having t

Re: [Pharo-project] Multiselect in method pane

2013-03-28 Thread Norbert Hartl
Am 28.03.2013 um 11:51 schrieb stephane ducasse : > > On Mar 28, 2013, at 11:21 AM, Norbert Hartl wrote: > >> What is the rationale for having the method pane as multi-select list? I >> don't think it is of greater use when editing code. I could imagine that >> some refactoring tasks could b

Re: [Pharo-project] about a new pharo site

2013-03-28 Thread Camillo Bruni
I like this http://vagrantup.com and I think you have to immediately address the users by letting them chose I am new => show how to download details and everything I am pro => directly show raw links / discussions ... I am a company? :D of course one should not exclude the other, but we should

Re: [Pharo-project] Versionner in pharo 2.0

2013-03-28 Thread Esteban Lorenzano
there is work in progress... a bit slow because my times (and Christoph's) are a bit... overcharged :) On Mar 28, 2013, at 11:17 AM, Norbert Hartl wrote: > Is there work in progress to make Versionner work in pharo 2.0? The problems > I see are at first related to the removal SystemChangeNoti

Re: [Pharo-project] Multiselect in method pane

2013-03-28 Thread stephane ducasse
On Mar 28, 2013, at 11:21 AM, Norbert Hartl wrote: > What is the rationale for having the method pane as multi-select list? I > don't think it is of greater use when editing code. I could imagine that some > refactoring tasks could be easier having multi-select lists. > > Anyway, if I try to

[Pharo-project] about a new pharo site

2013-03-28 Thread Esteban Lorenzano
Hi, I would like to discuss something about a complete redesign of the site because right now, while it was good some years ago, now is old and confusing... I would like something clean and easy, more or less like the ruby on rails site: http://rubyonrails.org ideas? Esteban ps: this is a b

Re: [Pharo-project] Versionner in pharo 2.0

2013-03-28 Thread stephane ducasse
Christophe is… and will probably reply. We want this tool. On Mar 28, 2013, at 11:17 AM, Norbert Hartl wrote: > Is there work in progress to make Versionner work in pharo 2.0? The problems > I see are at first related to the removal SystemChangeNotifier. > If nobody is working on it is there

Re: [Pharo-project] Looking for a Seaside 3.1 Configuration for Pharo 2.0

2013-03-28 Thread stephane ducasse
On Mar 28, 2013, at 11:00 AM, Johan Brichau wrote: > I think it's not a good idea to dump the 3.0.x branch this is not what I meant. I was talking about marketing = name of the release ( I prefer to use a soft that is 3.3 and 3.0.0.0.2.alpha - even if semantic versionning is cool). > Many pe

[Pharo-project] Multiselect in method pane

2013-03-28 Thread Norbert Hartl
What is the rationale for having the method pane as multi-select list? I don't think it is of greater use when editing code. I could imagine that some refactoring tasks could be easier having multi-select lists. Anyway, if I try to rename a method without using the refactoring engine I just cha

[Pharo-project] Versionner in pharo 2.0

2013-03-28 Thread Norbert Hartl
Is there work in progress to make Versionner work in pharo 2.0? The problems I see are at first related to the removal SystemChangeNotifier. If nobody is working on it is there any reading material about the changes from SystemChangeNotifier to Announcements? I could fix it myself then but I don

Re: [Pharo-project] Looking for a Seaside 3.1 Configuration for Pharo 2.0

2013-03-28 Thread Johan Brichau
I think it's not a good idea to dump the 3.0.x branch Many people are using that + 3.1 is still in development On 28 Mar 2013, at 10:32, stephane ducasse wrote: > thanks Paul. > > I should say that I would have love not to have > 3.0.1. > 3.0.2 > so I'm really eager to get

Re: [Pharo-project] in anybody out there? who uses 2.0?

2013-03-28 Thread stephane ducasse
we should plit that in bug entries and take actions collectively :) On Mar 28, 2013, at 4:56 AM, Yanni Chiu wrote: > On 27/03/13 10:24 AM, Esteban Lorenzano wrote: >> >> Here in Pharo headquarters we are shock that there are just 10 new bugs >> reported for 2.0 after the release... >> So... I

Re: [Pharo-project] Nautilus: Class Side vs. Instance Side

2013-03-28 Thread stephane ducasse
did you see that when there is no class methods the checkbox tell it to you ;) > Hi people, > > I've installed Pharo 2.0 to give it a try. All good until now! > > Looking at Nautilus I see that where there used to be two buttons for > switching between class-side and instance-side methods, now

Re: [Pharo-project] Looking for a Seaside 3.1 Configuration for Pharo 2.0

2013-03-28 Thread stephane ducasse
thanks Paul. I should say that I would have love not to have 3.0.1. 3.0.2 so I'm really eager to get seaside 3.1 out but at least something that can be marketed as movement. Stef On Mar 27, 2013, at 11:29 PM, Paul DeBruicker wrote: > Stéphane Ducasse wrote >> Hi

Re: [Pharo-project] Looking for a Seaside 3.1 Configuration for Pharo 2.0

2013-03-28 Thread stephane ducasse
Excellent! I really want to demo Seaside with 2.0 > I'm merging mine and Paul's configuration for Seaside 3.0.7 into Diego's and > Stefan's work. > > Of course, there's always stuff that gets in the way of finishing that (like > moving our offices ;-). > > I hope to have one by end of the we

[Pharo-project] [update 3.0] #30015

2013-03-28 Thread Marcus Denker
30015 - 6371 make Growl position configurable by preferences https://pharo.fogbugz.com/f/cases/6371 6881 FileSystemStore permissions: should not return false https://pharo.fogbugz.com/f/cases/6881 10061 add String>>#urldecoded and String>>#urlencoded h

Re: [Pharo-project] How to open a file with external app

2013-03-28 Thread Holger Hans Peter Freyther
On Wed, Mar 27, 2013 at 11:26:21PM +0100, Camillo Bruni wrote: > The only solution currently is to use OSProcess and > - open under OSX > - gnome-open under linux Please use xdg-open to work on all free desktop implementations.

Re: [Pharo-project] in anybody out there? who uses 2.0?

2013-03-28 Thread Marcus Denker
On Mar 28, 2013, at 9:39 AM, p...@highoctane.be wrote: > Yep, seems BlockContext is gone Yes, it is not used since Pharo 1.0… it's dead code. Of course we can keep it for and build a nice Museum of dead code. Marcus

Re: [Pharo-project] in anybody out there? who uses 2.0?

2013-03-28 Thread p...@highoctane.be
Yep, seems BlockContext is gone. Ran into that as well. No idea on how to fix tough. Throwing in BlockClosure instead makes me feel like playing russian roulette. Maybe Lukas repository has updates (as for Seaside) Phil 2013/3/28 Esteban A. Maringolo : > Did anybody manage to load Magritte 2 at

[Pharo-project] Nautilus: Class Side vs. Instance Side

2013-03-28 Thread Mircea Filip Lungu
Hi people, I've installed Pharo 2.0 to give it a try. All good until now! Looking at Nautilus I see that where there used to be two buttons for switching between class-side and instance-side methods, now there is a checkbox. As I was slowly trying to get used to it... it occurred to me that I wo

Re: [Pharo-project] Non-Smalltalk content in Pharo and Nautilus

2013-03-28 Thread Serge Stinckwich
Yes I agree very good idea for a GSoc, please send us a proposal. Regards Envoyé de mon iPhone Le 28 mars 2013 à 00:03, Benjamin a écrit : > Exactly what I was about to propose :) > Write a GSoC proposal ^^ > > Ben > > On Mar 27, 2013, at 9:29 PM, Guillermo Polito > wrote: > >> >> >> On

Re: [Pharo-project] strange problem in CompiledMethod>>=

2013-03-28 Thread Marcus Denker
On Mar 28, 2013, at 8:05 AM, Marcus Denker wrote: > > On Mar 28, 2013, at 6:59 AM, Tudor Girba wrote: > >> Hi, >> >> One of the Moose test runs a visualization that manipulates CompiledMethods, >> and it runs into an error when trying to find an entry inside a dictionary >> that has compil

[Pharo-project] Fwd: How to open a file with external app

2013-03-28 Thread Max Leske
forwarding... Begin forwarded message: > From: Philippe Back > Subject: RE : Re: [Pharo-project] How to open a file with external app > Date: 28. März 2013 08:07:54 MEZ > To: Max Leske > > There is an example in the dic/help server that uses nb to open a web browser > that way (NB) > > > Ph

Re: [Pharo-project] in anybody out there? who uses 2.0?

2013-03-28 Thread Marcus Denker
On Mar 28, 2013, at 4:56 AM, Yanni Chiu wrote: > > > I had noticed that package loading seemed extremely slow, but did not look > further into it. I think I saw mention that it's due to some usage of > #become:, during the compiling of code. Based on build times (of just loading > the rough

  1   2   >