Re: [Pharo-dev] How to get rid of empty XML nodes?

2017-12-09 Thread Stephane Ducasse
Norbert Should I say to the tool generating the XML that it is an idiot? Even that I cannot. It is a tool I do not control. I have no control about what I get. Now why we cannot control that if people add a line return or not does not matter? Why I cannot be in charge of deciding? I take the risk

Re: [Pharo-dev] Text Indentation in Pharo editor

2017-12-09 Thread Stephane Ducasse
I think so too. Yesterday we got a crazy stuff spawning UI processes like hell. In fact I have the impression that a crazy progress is running from time to time. I wonder if it is not linked to tests. Stef On Sat, Dec 9, 2017 at 7:48 AM, Norbert Hartl wrote: > > >> Am

Re: [Pharo-dev] Implementors of margins in GLMRubScrolledTextBrick

2017-12-09 Thread Henrik-Nergaard
>>GLMRubScrolledTextBrick>>withoutMargins uses self margins: but I cannot find the method. This is because it is implemented in RubScrollTextMorph. GLMRubScrolledTextBrick implements #doesNotUnderstand: to send it to the rubric object. see:

[Pharo-dev] Implementors of margins in GLMRubScrolledTextBrick

2017-12-09 Thread Stephane Ducasse
Hi I'm working on 16969 https://pharo.fogbugz.com/f/cases/16969/ which is basically cleaning the use of rectangle instead of using Margin. Now I'm surprised because GLMRubScrolledTextBrick>>withoutMargins uses self margins: but I cannot find the method. Did I misses something? I rewrote it as

Re: [Pharo-dev] Two tables that share the same data source!?

2017-12-09 Thread Stephane Ducasse
Hi Elhamer where can we find the code of the improvements you did on FastTable? Stef On Tue, Aug 8, 2017 at 2:42 AM, Elhamer wrote: > Hi Alex and thank you for your reply :)) > > Good to know that bloc already supports that, I am definitely moving to work > on/with it

[Pharo-dev] metalink injection into closures ?

2017-12-09 Thread Ben Coman
When we execute this... counter "Greeter new counter" | count | count := 0. [100 timesRepeat: [count := count + 1. self inform: count + 1 printString. 2 seconds wait]] forkNamed: 'Count de Money' and in the dubgger correct and save the code we normally get the

[Pharo-dev] About margin and 16969

2017-12-09 Thread Stephane Ducasse
Hi henrik I started to rescue your fix on wrong use of rectangle. Then I noticed that you change the height of a margin. We defined it as height ^ self bottom + self top Since we were considering that the height of a margin is the total amount of space around. and you as height ^ self