Re: [Pharo-project] Code review tools?

2013-03-10 Thread Dennis Schetinin
It is a good idea for GSoC. -- Best regards, Dennis Schetinin 2013/3/11 Igor Stasenko > Hello, > > here is some thoughts what i would like to have.. one day. > > imagine guy A did some change(s) to code, and guy B wants to review it. > > Currently we having only one tool which helps a litt

Re: [Pharo-project] Code review tools?

2013-03-10 Thread Sean P. DeNigris
Igor Stasenko wrote > what would be really cool to have is to integrate some steroids into > diff viewer where guy B can press "create a review report" > and write his comments directly under selected change .. then post it > somewhere on web (or send emal), > so guy A can see directly which of his

[Pharo-project] Code review tools?

2013-03-10 Thread Igor Stasenko
Hello, here is some thoughts what i would like to have.. one day. imagine guy A did some change(s) to code, and guy B wants to review it. Currently we having only one tool which helps a little: MC diff viewer.. but main tool is still human.. And it is quite tedious for guy B to go somewhere, cop

Re: [Pharo-project] MorphicEventHandler behavior.

2013-03-10 Thread Guillermo Polito
Yes it does :) On Sun, Mar 10, 2013 at 10:26 PM, stephane ducasse wrote: > Guillermo > > can you try if the following method works with you? > I folded the external register inside each note. > > Stef > > > > buildKeyboard > | wtWid bkWid keyRect octavePt nWhite nBlack | > self r

Re: [Pharo-project] MorphicEventHandler behavior.

2013-03-10 Thread stephane ducasse
Guillermo can you try if the following method works with you? I folded the external register inside each note. Stef buildKeyboard | wtWid bkWid keyRect octavePt nWhite nBlack | self removeAllMorphs. wtWid := 8. bkWid := 5. self extent: 10@10. 1 to: nOcta

Re: [Pharo-project] what do we do with SoundService?

2013-03-10 Thread stephane ducasse
> > That's why sound matters in the core of Pharo. And Beeper may be > interesting too. yes! what I mean is that to have Beeper is not a problem to me. But I see what pavel means: no need for SoundSystem and Beeper. > > Phil > > 2013/3/10 stephane ducasse : >> Sounds ok for me. We should do

Re: [Pharo-project] FMSound bass1 play

2013-03-10 Thread stephane ducasse
I tried BaseSoundSystem soundEnabled: true. BaseSoundSystem initialize. FMSound marimba play with pharo2.0 and the latest vm but it does not on my mac. I will see esteban soon. Stef On Mar 10, 2013, at 5:44 PM, p...@highoctane.be wrote: > SoundService and all that looks like in need of some

Re: [Pharo-project] MorphicEventHandler behavior.

2013-03-10 Thread stephane ducasse
On Mar 10, 2013, at 5:41 PM, Guillermo Polito wrote: > Steph, > > I was looking and in the end of #buildKeyboard you have: > > self submorphsDo: > [:m | m on: #mouseMove send: #mouseMovePitch:event:noteMorph: > to: self; > on: #mouseUp send: >

Re: [Pharo-project] migration to FogBugz

2013-03-10 Thread Camillo Bruni
that implies that we have to migrate the PharoInbox :) otherwise we will have a mess of higher order matching slices numbers and issue numbers on fogbugz. On 2013-03-10, at 18:13, Benjamin wrote: > The problem is that you can not specify a id for issue while migrating. > > To prevent collision,

Re: [Pharo-project] migration to FogBugz

2013-03-10 Thread Benjamin
The problem is that you can not specify a id for issue while migrating. To prevent collision, the issues reported to fogbugz should start at id: 1. Ben On Mar 10, 2013, at 4:34 PM, Ben Coman wrote: > I just noticed (for example) that > https://code.google.com/p/pharo/issues/detail?id=6763

Re: [Pharo-project] what do we do with SoundService?

2013-03-10 Thread p...@highoctane.be
e.g. of sound being useful: With the help of Craig Latta, I've been trying out Spoon. There is a remote browser for browsing classes remotely. Well, sound cues while things are transferred over the network are very useful when debugging. That's why sound matters in the core of Pharo. And Beeper

Re: [Pharo-project] FMSound bass1 play

2013-03-10 Thread p...@highoctane.be
SoundService and all that looks like in need of some refactoring at the moment. Here is what I do and it appears to work: in my app initialize BaseSoundSystem soundEnabled: true. BaseSoundSystem initialize. soundbank := Dictionary new. soundbank add: #rightAnswer -> FMSound flute1. so

Re: [Pharo-project] MorphicEventHandler behavior.

2013-03-10 Thread Guillermo Polito
Steph, I was looking and in the end of #buildKeyboard you have: self submorphsDo: [:m | m on: #mouseMove send: #mouseMovePitch:event:noteMorph: to: self; on: #mouseUp send: #mouseUpPitch:event:noteMorph: to: self; on:

[Pharo-project] migration to FogBugz

2013-03-10 Thread Ben Coman
I just noticed (for example) that https://code.google.com/p/pharo/issues/detail?id=6763 has been migrated as https://pharo.fogbugz.com/f/cases/6700. Is that change of issue number a concern to break the convention of slice names matching issue numbers as well as historical issue cross referenc

Re: [Pharo-project] [Pharo-users] GSoC13: Google Summer of Code started, your ideas please!

2013-03-10 Thread stephane ducasse
Ok I will send other descriptions a plain text. I still continue to believe that we can create a real eco system where people can make money. Stef > Hi Stef, > > Dne 09. 03. 2013 21:47, piše Stéphane Ducasse: > >> I sent some topics now I think that it would be better to edit directly the >>

Re: [Pharo-project] [Pharo-users] GSoC13: Google Summer of Code started, your ideas please!

2013-03-10 Thread Janko Mivšek
Hi Stef, Dne 09. 03. 2013 21:47, piše Stéphane Ducasse: > I sent some topics now I think that it would be better to edit directly the > web site because else somebody will have to do it again. > So if you need I can edit directly a form. Direct editing will certainly be a better solution, just

Re: [Pharo-project] what do we do with SoundService?

2013-03-10 Thread stephane ducasse
Sounds ok for me. We should do that for 3.0alpha :) Now I do not care about Beeper removal. I will split sound in different packages because there are sound and score and these are different domains. Stef On Mar 10, 2013, at 11:38 AM, Pavel Krivanek wrote: > Hi, > > removal of this class is

Re: [Pharo-project] [Lsehub-staff] Quite a saturday night!

2013-03-10 Thread Herby Vojčík
Marcus Denker wrote: On Mar 10, 2013, at 11:13 AM, Herby Vojčík wrote: Marcus Denker wrote: Could Helios be used to edit Pharo code? Ha! If taken broader, it can be GSoC idea (and can help to more or less standardize server and client protocols between running Smalltalk and Smalltalk ID

Re: [Pharo-project] what do we do with SoundService?

2013-03-10 Thread Pavel Krivanek
Hi, removal of this class is proposed in https://code.google.com/p/pharo/issues/detail?id=6996 -- Pavel On Sun, Mar 10, 2013 at 11:31 AM, Stéphane Ducasse wrote: > Hi guy > > Sound has an AbstractSoundSystem and a Base and Dummy. Then in addition there > is SounService. > > SoundService is no

Re: [Pharo-project] [Lsehub-staff] Quite a saturday night!

2013-03-10 Thread Marcus Denker
On Mar 10, 2013, at 11:13 AM, Herby Vojčík wrote: > > > Marcus Denker wrote: >> Could Helios be used to edit Pharo code? > > Ha! If taken broader, it can be GSoC idea (and can help to more or less > standardize server and client protocols between running Smalltalk and > Smalltalk IDE; this

Re: [Pharo-project] FMSound bass1 play

2013-03-10 Thread stephane ducasse
In fact I get really unpredictable behavior. Sometimes I can produce a sound sometimes not. SoundService default soundEnabled: true I'm puzzled Stef On Mar 9, 2013, at 10:21 PM, stephane ducasse wrote: > Hi guys > > I'm migrating the package Sound and MorphicSound to Pharo2.0 and SmalltalkHu

Re: [Pharo-project] [amber-lang] Quite a saturday night!

2013-03-10 Thread Marcus Denker
On Mar 10, 2013, at 11:11 AM, Herby Vojčík wrote: > Wow! > > (and I learned what pomodoro is, except the tomato, of course :-) ) > http://www.pomodorotechnique.com The inventor of the Pomodoro (Francesco Cirillo) actually is a long time Smalltalker and an active Pharo user. Marcus

[Pharo-project] what do we do with SoundService?

2013-03-10 Thread Stéphane Ducasse
Hi guy Sound has an AbstractSoundSystem and a Base and Dummy. Then in addition there is SounService. SoundService is not doing much soundEnabled ^ self defaultSoundEnabled defaultSoundEnabled ^DefaultSoundEnabled ifNil: [false] toggleSoundEnabling self soundEnabled: self

Re: [Pharo-project] [Lsehub-staff] Quite a saturday night!

2013-03-10 Thread Herby Vojčík
Marcus Denker wrote: Could Helios be used to edit Pharo code? Ha! If taken broader, it can be GSoC idea (and can help to more or less standardize server and client protocols between running Smalltalk and Smalltalk IDE; this can bring, in the future, for example, a Smalltalk IDE by JetBrain

Re: [Pharo-project] [amber-lang] Quite a saturday night!

2013-03-10 Thread Herby Vojčík
Wow! (and I learned what pomodoro is, except the tomato, of course :-) ) Nicolas Petton wrote: Hey guys, Together with Ben we decided to take the evening and kick Helios[1]' ass! Here's the result, after 16 pomodoros: helios speed, 2013-03-09 18:22:26 +, 25, 0, 0 helios announcement fix,

[Pharo-project] MorphicEventHandler behavior.

2013-03-10 Thread Stéphane Ducasse
Hi fernando May be you know more than me on MorphicEventHandler. Gofer new squeaksource: 'PharoNonCorePackages'; package: 'Sound'; package: 'SoundMorphicUserInterface'; load. While trying to make PianoKeyboardMorph new openInWorld (which works

Re: [Pharo-project] completion blocking ;)

2013-03-10 Thread Esteban Lorenzano
if you disable enter, you choose with tab :) yes, we should put a "both" setting, but we didn't at the moment :( btw, enter is the default choice for all IDEs around, that's why is our default too On Mar 10, 2013, at 10:10 AM, stephane ducasse wrote: > Yes but it sucks! Or at least we should

Re: [Pharo-project] access to pharoextras repository

2013-03-10 Thread stephane ducasse
yes good idea.! On Mar 10, 2013, at 1:33 AM, Ben Coman wrote: > stephane ducasse wrote: >>> That is why, either we explicitly put the 'Tests' group in the 'default' >>> group, >>> >> >> - I would go for this behavior because I do not like implicit behavior when >> this is about configurat

Re: [Pharo-project] FMSound bass1 play

2013-03-10 Thread stephane ducasse
thanks! Latest version from yesterday does not work on my mac. On Mar 9, 2013, at 11:30 PM, p...@highoctane.be wrote: > Never got that working on iOS. Obvious since: > > - (void) ioBeep { > #ifdef BUILD_FOR_OSX >NSBeep(); > #endif > } > > > On OSX > > From docs: > > http://cocoadev.com/

Re: [Pharo-project] completion blocking ;)

2013-03-10 Thread stephane ducasse
Yes but it sucks! Or at least we should let the professional decide. I know igor complained already about it and now that I see it he is right. f I disable enter in the preference how do I select? Stef > try with enter :) > > On Mar 10, 2013, at 9:53 AM, Stéphane Ducasse > wrote: > >> I t

Re: [Pharo-project] completion blocking ;)

2013-03-10 Thread Esteban Lorenzano
try with enter :) On Mar 10, 2013, at 9:53 AM, Stéphane Ducasse wrote: > I typed on: then tab and I get on:send:to: now I want on:send:to:value: so I > move down but tab does not let me pick it. > > Stef > > >

[Pharo-project] completion blocking ;)

2013-03-10 Thread Stéphane Ducasse
I typed on: then tab and I get on:send:to: now I want on:send:to:value: so I move down but tab does not let me pick it. Stef Screen Shot 2013-03-10 at 9.52.06 AM.pdf Description: Adobe PDF document