Re: [Pharo-users] Joining MongoTalkTeam

2016-02-24 Thread Esteban Lorenzano
done > On 25 Feb 2016, at 07:15, Martin Dias wrote: > > PS: my username is MartinDias :) > El 25/2/2016 2:52, "Martin Dias" > escribió: > Hello members of MongoTalkTeam (@st-hub): > > Can I join? > > I'd like to

Re: [Pharo-users] A Spec widget to hold non-editable multi-lines text?

2016-02-24 Thread Julien Delplanque
Hi, Thank you it works as expected :) Maybe this should be documented in the class comment of TextInputFieldModel? Regards, Julien On Wed, Feb 24, 2016 at 7:49 PM, Johan Fabry wrote: > Hello Julien, > > have you tried configuring it with enabled: false ? > > > On Feb

Re: [Pharo-users] MetaLink invocation with method returned value

2016-02-24 Thread Yuriy Tymchuk
As far as I know return values for methods are not yet implemented. I’ve talked with Marcus, it’s planned but not the top priority. For now you can all links to the return nodes of a method. Uko > On 25 Feb 2016, at 07:42, Alain Rastoul wrote: > > Hi, > > I would like

[Pharo-users] MetaLink invocation with method returned value

2016-02-24 Thread Alain Rastoul
Hi, I would like to trace returned values with MetaLink, but didn't found the correct #arguments: parameter. Here in my example I would like to call aMethodCall:returned: with the return value of aMethodCall: (the method on which the link is installed) (MyObject>>#aMethodCall:) ast

Re: [Pharo-users] Joining MongoTalkTeam

2016-02-24 Thread Martin Dias
PS: my username is MartinDias :) El 25/2/2016 2:52, "Martin Dias" escribió: > Hello members of MongoTalkTeam (@st-hub): > > Can I join? > > I'd like to commit a minor fix in ConfigurationOfMongoTalk: > > Mongo-Squeak package should require Mongo-BSON package, since the

[Pharo-users] Joining MongoTalkTeam

2016-02-24 Thread Martin Dias
Hello members of MongoTalkTeam (@st-hub): Can I join? I'd like to commit a minor fix in ConfigurationOfMongoTalk: Mongo-Squeak package should require Mongo-BSON package, since the former references the class LittleEndianStream in the method GratuitousIncompatibilities class>>doubleToBytes:

[Pharo-users] short spotter demos

2016-02-24 Thread Tudor Girba
Hi, The recent debates around Spotter, showed that some of its features are not well understood. In an effort to document it more thoroughly I created a couple of (very short) videos. They have no sound. Please take a look and let us know what you think. Spotting a class with GTSpotter

Re: [Pharo-users] Help with trying to publish my project in the Pharo Catalog

2016-02-24 Thread Offray Vladimir Luna Cárdenas
Hi, On 23/02/16 15:15, Offray Vladimir Luna Cárdenas wrote: [...] There is any way to run a "script" and the end of the installation process? I would like to run "GrafoscopioBrowser startDockingBar" once grafoscopio is installed to make it more evident and easier to start with. Never

Re: [Pharo-users] [Pharo-dev] help needed for testing the order in spotter

2016-02-24 Thread Esteban Lorenzano
right now feels a lot better than before. also the explicit (visible) keybingins to filter are a great addition :) Esteban > On 24 Feb 2016, at 19:34, Tudor Girba wrote: > > Hi, > > Thanks. Indeed, I agree with you. In fact, this is what we did, and then I > was told

Re: [Pharo-users] A Spec widget to hold non-editable multi-lines text?

2016-02-24 Thread Johan Fabry
Hello Julien, have you tried configuring it with enabled: false ? > On Feb 24, 2016, at 13:24, Julien Delplanque wrote: > > Hello, > > I wonder if there is a Spec widget to hold non-editable multi-line text? > > There is TextInputFieldModel but the text is editable. > >

Re: [Pharo-users] [Pharo-dev] help needed for testing the order in spotter

2016-02-24 Thread Tudor Girba
Hi, Thanks. Indeed, I agree with you. In fact, this is what we did, and then I was told that people would rather want to discuss beforehand :). So, actually, this was a little experiment. The thing is that we do not want to disturb people, but we need the feedback to improve fast. So, right

[Pharo-users] Re : Re: [Pharo-dev] help needed for testing the order in spotter

2016-02-24 Thread Christophe Demarey
Hi Doru, I don't see a better way to have beta-testers than having your code on the pharo alpha image ;) You will have very soon feedback and then you can iterate. Cheers, Christophe

Re: [Pharo-users] help needed for testing the order in spotter

2016-02-24 Thread Tudor Girba
Hi, > On Feb 24, 2016, at 11:24 AM, Damien Cassou wrote: > > Tudor Girba writes: > >> Hi, >> >> We need a bit of help with testing the order in Spotter. We do not have a >> real solution yet, but the current one should improve the situation. >>

[Pharo-users] A Spec widget to hold non-editable multi-lines text?

2016-02-24 Thread Julien Delplanque
Hello, I wonder if there is a Spec widget to hold non-editable multi-line text? There is TextInputFieldModel but the text is editable. Thanks in advance, Julien

Re: [Pharo-users] What are immediate subclass and word variable subclass?

2016-02-24 Thread Marcus Denker
Hello, Here is the fix: https://pharo.fogbugz.com/f/cases/17687/fix-changing-class-comments-does-not-work (Done in a time that I should have done something else…) > On 24 Feb 2016, at 12:06, Marcus Denker

Re: [Pharo-users] [Moose-dev] Call for action for Roassal

2016-02-24 Thread Alexandre Bergel
>> Dear community, >> What are the 3 aspects you would like to see improved in Roassal? > > My favorite improvement would not really be a Roassal feature > but would save me a lot of time: > I would like the configuration versions to stop depending on numbered > versions of outside

Re: [Pharo-users] Call for action for Roassal

2016-02-24 Thread Cyril Ferlicot Delbecque
On 24/02/2016 12:42, stepharo wrote: > Great call and initiative. > > I would like see > - better arrows (this is related also to the third point) > - get the graphViz algo finished (even if not fully working) Anne > and guillaume got lost in translation there > but it would be a

Re: [Pharo-users] Call for action for Roassal

2016-02-24 Thread stepharo
Great call and initiative. I would like see - better arrows (this is related also to the third point) - get the graphViz algo finished (even if not fully working) Anne and guillaume got lost in translation there but it would be a real game changer. - having a better output

Re: [Pharo-users] What are immediate subclass and word variable subclass?

2016-02-24 Thread Alexandre Bergel
??? Class comments cannot be improved then? Well... Alexandre > On Feb 23, 2016, at 10:59 AM, Sven Van Caekenberghe wrote: > > Currently, modified class comments are not loaded, so don't bother trying to > improve them > >> On 23 Feb 2016, at 10:55, Alexandre Bergel

Re: [Pharo-users] [Moose-dev] Re: Call for action for Roassal

2016-02-24 Thread Alexandre Bergel
> In any case, I wrote a simpler layout delegator in Roassal that delegates the > layouting to graphviz and it works reasonably well, so I could probably add > it to Roassal (you however need graphviz installed and it would add another > dependency to Roassal, which I'm not so keen on). Where

Re: [Pharo-users] help needed for testing the order in spotter

2016-02-24 Thread Sven Van Caekenberghe
> On 24 Feb 2016, at 11:24, Damien Cassou wrote: > > Tudor Girba writes: > >> Hi, >> >> We need a bit of help with testing the order in Spotter. We do not have a >> real solution yet, but the current one should improve the situation. >> >> We

Re: [Pharo-users] help needed for testing the order in spotter

2016-02-24 Thread Damien Cassou
Tudor Girba writes: > Hi, > > We need a bit of help with testing the order in Spotter. We do not have a > real solution yet, but the current one should improve the situation. > > We need a bit of feedback for this one: >

Re: [Pharo-users] [Moose-dev] Re: Call for action for Roassal

2016-02-24 Thread Peter Uhnák
On Wed, Feb 24, 2016 at 11:03 AM, Martin Bähr < mba...@email.archlab.tuwien.ac.at> wrote: > Excerpts from Peter Uhnák's message of 2016-02-24 10:35:05 +0100: > > In any case, I wrote a simpler layout delegator in Roassal that delegates > > the layouting to graphviz and it works reasonably well,

Re: [Pharo-users] [Moose-dev] Re: Call for action for Roassal

2016-02-24 Thread Martin Bähr
Excerpts from Peter Uhnák's message of 2016-02-24 10:35:05 +0100: > In any case, I wrote a simpler layout delegator in Roassal that delegates > the layouting to graphviz and it works reasonably well, so I could probably > add it to Roassal (you however need graphviz installed and it would add >

Re: [Pharo-users] [Pharo-dev] [Moose-dev] Call for action for Roassal

2016-02-24 Thread Alexandre Bergel
> - the possibility to place hangout of the edges on nodes (as box) more > flexible. Indeed, I am reverse engineering a database containing around 80 > tables and lot of foreign keys and the result is not readable since the edge > are orthogonal starting from the top or the bottom of the box

Re: [Pharo-users] [Moose-dev] Re: Call for action for Roassal

2016-02-24 Thread Peter Uhnák
On Wed, Feb 24, 2016 at 10:28 AM, Anne Etien wrote: > Hi Alexandre, > > In a wonderful world, I would like: > - a real graph layout (like in graphviz) that can take into account around > hundred nodes and several hundred of edges and place the nodes in order to > see

[Pharo-users] Call for action for Roassal

2016-02-24 Thread Alexandre Bergel
Dear community, As you may have seen, Roassal has entered a stabilization phase. The book AgileVisualization.com will soon be released. After its release, Roassal will go over a new development phase. In order to prepare it, I am asking this question: What are the 3 aspects you would