Re: [Pharo-dev] Nautilus as default/only Systembrowser for pharo3

2013-12-24 Thread kilon alios
there is no "should" in a open source project. Saying that I very much doubt it there is a single pharoer that does not care about the stability and improvement of his own code. Experimentation is part of the game of learning, and without learning you can have no bug fixes. If you don't understand

Re: [Pharo-dev] Nautilus as default/only Systembrowser for pharo3

2013-12-24 Thread Nicolai Hess
2013/12/24 kilon alios > I agree too , having realistic expectations is the wise thing to do. All > of us want the Stars and the Moon , the question is what we can really > have and that we all or at least most of us do contribute even in very > small portions. Whats better way to live than impr

Re: [Pharo-dev] Transparent colors with NBOpenGL?

2013-12-24 Thread Igor Stasenko
On 24 December 2013 21:01, Ronie Salgado wrote: > Hi Denis, > > The shape color is not enough to know about its transparency, because it > could have a texture with partially transparent elements. Despite that, > there's another kind of transparency, fully opaque or fully transparent, > which doe

Re: [Pharo-dev] Nautilus as default/only Systembrowser for pharo3

2013-12-24 Thread kilon alios
I agree too , having realistic expectations is the wise thing to do. All of us want the Stars and the Moon , the question is what we can really have and that we all or at least most of us do contribute even in very small portions. Whats better way to live than improve the very things we love ? Pe

Re: [Pharo-dev] Transparent colors with NBOpenGL?

2013-12-24 Thread Ronie Salgado
Hi Denis, The shape color is not enough to know about its transparency, because it could have a texture with partially transparent elements. Despite that, there's another kind of transparency, fully opaque or fully transparent, which doesn't require special rendering. That other kind of transparen

Re: [Pharo-dev] Filter in Nautilus

2013-12-24 Thread Juraj Kubelka
Thank you to remind me. I will fix it on Thursday. Jura. -- Juraj Kubelka > El 24/12/2013, a las 13:57, Stéphane Ducasse > escribió: > > Hi Juraj > > did you fix the problem reported with the search input capturing events or I > do not know what that was reported a > while ago? > > Stef >>

Re: [Pharo-dev] Fwd: Your request to join pharo-contribution has been accepted

2013-12-24 Thread Serge Stinckwich
I'm trying to signup on INRIA CI site here : https://ci.inria.fr/users/new without success ... apparently the continue button is inactive. Regards, On Thu, Nov 21, 2013 at 10:34 AM, Christophe Demarey wrote: > Hi, > > Le 21 nov. 2013 à 10:05, Serge Stinckwich a écrit : > >> I would like to abl

Re: [Pharo-dev] problem while parsing xml

2013-12-24 Thread Hernán Morales Durand
I have tried in Pharo 2.0 configurations from Config Browser (ConfigurationOfXMLParser-StephaneDucasse.16) and latest from http://www.smalltalkhub.com/mc/PharoExtras/XMLParser/main(ConfigurationOfXMLParser-monty.37) and both have this bug. Hernán 2013/12/24 Stéphane Ducasse > Hi Satoshi > > Di

Re: [Pharo-dev] [Moose-dev] #deepCollect:

2013-12-24 Thread Stéphane Ducasse
Hi chris I think that it would be great if: - your api is compatible with the one of doru - that we can introduce your extension to Pharo - keep the package of doru outside because it is larger. With such approach we could get a first version with your code and a larger o

Re: [Pharo-dev] Are #explorerContents and #hasContentsInExplorer obsolete ?

2013-12-24 Thread Stéphane Ducasse
I do not know but we should log that somewhere. Stef On 21 Dec 2013, at 15:03, Sven Van Caekenberghe wrote: > Hi, > > It seems that #explorerContents and #hasContentsInExplorer are no longer used. > > Implementing a new Eye inspector with #addSpecialFields: seems to affect both > the Inspect

Re: [Pharo-dev] float printing glitch?

2013-12-24 Thread Nicolas Cellier
Yes, you should change the tickPrintBlock because it probably incorrectly use (aFloat roundTo: 0.1) printString. There is no guaranty that this return the nearest Float to the aimed decimal fraction. Since this is not the nearest Float, you have additional digits displayed. The print block should u

Re: [Pharo-dev] [Moose-dev] Re: Activity Diagram

2013-12-24 Thread Serge Stinckwich
Ok thank you Stéphane, but activity diagrams are quite different from sequence ones: https://en.wikipedia.org/wiki/Activity_diagram On Tue, Dec 24, 2013 at 6:02 PM, Stéphane Ducasse wrote: > http://www.laputan.org/brant/brant.html > > I remember that we used it. > > Stef > >> Serge >> >> in VW t

Re: [Pharo-dev] Activity Diagram

2013-12-24 Thread Stéphane Ducasse
Serge in VW there was an extension of MethodWrappers that supported the generation of SequenceDiagrams. Stef On 23 Dec 2013, at 15:39, Serge Stinckwich wrote: > Dear all, > > with a colleague from Savoie University, we are looking for some > Smalltalk code in order to model, execute and ani

Re: [Pharo-dev] Activity Diagram

2013-12-24 Thread Stéphane Ducasse
http://www.laputan.org/brant/brant.html I remember that we used it. Stef > Serge > > in VW there was an extension of MethodWrappers that supported the generation > of SequenceDiagrams. > > Stef > > On 23 Dec 2013, at 15:39, Serge Stinckwich wrote: > >> Dear all, >> >> with a colleague f

Re: [Pharo-dev] problem while parsing xml

2013-12-24 Thread Stéphane Ducasse
Hi Satoshi Did you try with the latest configuration of XMLParser? Because I do not know what it is in Moose. Stef On 23 Dec 2013, at 18:26, NISHIHARA Satoshi wrote: > Hello > > using: Pharo3.0 Latest update: #30659 (it occurs same error to > Pharo2.0 Latest update: #20628) > (Moose 4.9 with X

Re: [Pharo-dev] PackageTasksPlugin intall problem

2013-12-24 Thread Stéphane Ducasse
Hi satoshi Do you use the latest version of Nautilus? Stef > Hello > > select and do it below: > >Nautilus >pluginClasses: >{{FinderPlugin. #top}. >{AnnotationPanePlugin. #middle}. >{PackageTasksPlugin. #bottom}} asOrderedCollection. >browser

Re: [Pharo-dev] Filter in Nautilus

2013-12-24 Thread Stéphane Ducasse
Hi Juraj did you fix the problem reported with the search input capturing events or I do not know what that was reported a while ago? Stef On 24 Dec 2013, at 00:47, Juraj Kubelka wrote: > And what about to set the same filter when opening browser from browser? > > And maybe history can be s

Re: [Pharo-dev] [ANN] PunQLite - a new NoSQL wrapper for Pharo

2013-12-24 Thread Stéphane Ducasse
Thanks for your contribution. It would be great if you could add the catalog metadata to your configuration see method catalog* in the Soup project for example. And publish the project to the metacelloRepository so that it become available to the ConfigurationBrowser https://ci.inria.fr/pharo-c

Re: [Pharo-dev] How to contribute [WAS: Re: [Pharo-users] WebClient Issues on Pharo 2.0]

2013-12-24 Thread Stéphane Ducasse
> I cannot find PharoExtras in SmalltalkHub. > Can I find from within image if a package belongs to Pharo or PharoExtras? http://smalltalkhub.com/#!/~PharoExtras > > That information should be more visible somewhere. > > > we, as core pharo developers take responsibility over the packages t

[Pharo-dev] float printing glitch?

2013-12-24 Thread Stéphane Ducasse
Hi (nicolas :)) I was fixing the sound package and the EnvelopeEditorMorph shows a strange glitch EnvelopeEditorMorph openOn: (FMSound brass1) copy title: 'brass1' See below I have the impression that this related to float printString. Any idea how to fix it? Screen Shot 2

Re: [Pharo-dev] How to contribute [WAS: Re: [Pharo-users] WebClient Issues on Pharo 2.0]

2013-12-24 Thread Hernán Morales Durand
2013/12/24 Esteban Lorenzano > > On 24 Dec 2013, at 14:50, Hernán Morales Durand > wrote: > > > 2013/12/24 Esteban Lorenzano > >> Yeah, that part I can understand it. >> What I don’t understand is what would be that. >> >> > Involving community is what social groups do for self-optimization and

Re: [Pharo-dev] Nautilus as default/only Systembrowser for pharo3

2013-12-24 Thread Stéphane Ducasse
>> I really like Nautilus, the groups, the history navigation, the code panel >> with the color warning for >> long methods. It is good doing experiments with new or better developer >> tools. >> >> But some parts just looking as "quickly hacked into it", just to make it >> running. >> And t

Re: [Pharo-dev] How to contribute [WAS: Re: [Pharo-users] WebClient Issues on Pharo 2.0]

2013-12-24 Thread Esteban Lorenzano
On 24 Dec 2013, at 14:50, Hernán Morales Durand wrote: > > 2013/12/24 Esteban Lorenzano > Yeah, that part I can understand it. > What I don’t understand is what would be that. > > > Involving community is what social groups do for self-optimization and > evolution. > A model where people d

Re: [Pharo-dev] How to contribute [WAS: Re: [Pharo-users] WebClient Issues on Pharo 2.0]

2013-12-24 Thread Hernán Morales Durand
2013/12/24 Esteban Lorenzano > Yeah, that part I can understand it. > What I don’t understand is what would be that. > > Involving community is what social groups do for self-optimization and evolution. A model where people does not contribute code is the Microsoft EULA license. > Packages part

Re: [Pharo-dev] [Pharo-users] How to contribute [WAS: Re: WebClient Issues on Pharo 2.0]

2013-12-24 Thread Esteban Lorenzano
btw that also means that we do not accept code in the form of : simple packages (without configuration or Issue/SLICE), change sets or code in mail threads (something that happens a lot more than it should). On 24 Dec 2013, at 14:06, Esteban Lorenzano wrote: > Yeah, that part I can understand

[Pharo-dev] How to contribute [WAS: Re: [Pharo-users] WebClient Issues on Pharo 2.0]

2013-12-24 Thread Esteban Lorenzano
Yeah, that part I can understand it. What I don’t understand is what would be that. Packages part of pharo core are in in Pharo team in smalltalkhub Packages part of pharo extras are un PharoExtras team in smalltalkhub we, as core pharo developers take responsibility over the packages that resid

Re: [Pharo-dev] [ANN] PunQLite - a new NoSQL wrapper for Pharo

2013-12-24 Thread Masashi UMEZAWA
Hi Sergi, Thank you for trying to install PunQLite. Actually, I've also found this error happening when I try to install PunQLite to the latest Pharo 3.0 beta image (30659). I've originally developed PunQLite on Pharo 3.0 alpha (30487) image. So I think some changes occurred between them. The er

Re: [Pharo-dev] [ANN] PunQLite - a new NoSQL wrapper for Pharo

2013-12-24 Thread Sergi Reyner
2013/12/24 Sergi Reyner > Looks pretty cool, and I may have a couple of uses for it > already! However, I get this when trying to load it on a fresh 30659 image: > > IncompatibleLayoutConfig: Class with ByteLayout cannot be extended as slot. > Proceeding twice will finish loading it, but somehow

Re: [Pharo-dev] Transparent colors with NBOpenGL?

2013-12-24 Thread Denis Kudriashov
Hi 2013/12/24 Alexandre Bergel > > el1 := (R3CubeShape new color: (Color purple alpha: 0.2)) element. > el2 := (R3CubeShape new color: (Color purple alpha: 0.2)) element. > el1 makeTranslucent. Can it be automatic? Element has color which know about its transparency

Re: [Pharo-dev] Filter in Nautilus

2013-12-24 Thread Alexandre Bergel
> And what about to set the same filter when opening browser from browser? +1 > And maybe history can be shared? +1 Alexandre > > -- > Juraj Kubelka > >> El 23/12/2013, a las 18:23, Yuriy Tymchuk escribió: >> >> The thing is what if you have different things in a handful of browsers? I