Re: [Pharo-users] [ANN] 900 pull requests closed for Pharo7!

2018-02-28 Thread Marcus Denker
We are at 949 now… And not all are small… e.g. one in preparation: https://github.com/pharo-project/pharo/pull/871 > On 1 Mar 2018, at 01:16, Offray Vladimir Luna Cárdenas > wrote: > > Congrats! > > Pharo series 7 is worthy our patience, because of all the hard work all of > you ar

Re: [Pharo-users] [ANN] 900 pull requests closed for Pharo7!

2018-02-28 Thread Offray Vladimir Luna Cárdenas
Congrats! Pharo series 7 is worthy our patience, because of all the hard work all of you are doing and improvements behind. Thanks, Offray On 24/02/18 11:49, Arturo Zambrano wrote: > Amazing job. A big THANK YOU to all Pharo contributors.  > > On Fri, Feb 23, 2018 at 9:57 AM, Alexandre Bergel

Re: [Pharo-users] Dynamically updating the inspector window

2018-02-28 Thread Andrei Chis
Hi, Are you in Pharo 6.1? There is a setting to enable automatic refresh in the inspector. I think it's called Step Refresh in the settings browser. Should be enabled by default in Pharo 7. Just now all presentations from the inspector have the automatic refresh implemented. Cheers, Andrei On Th

[Pharo-users] Dynamically updating the inspector window

2018-02-28 Thread Andy Burnett
Is there a way to make the inspector automatically update itself, when the value it is inspecting changes? For example, if I were inspecting an array, and at:1 put: 'blah' I would like the inspector to reflect that change. I know I can get the window to update by clicking the refresh icon, I just

Re: [Pharo-users] Exporting Pillar docs (Pillar7)

2018-02-28 Thread Offray Vladimir Luna Cárdenas
Hi Arturo, It seems that you have a project with documentation is pretty important. I don't want to start a holly war pointing that there is alternatives to Pillar in Pharo, but maybe you should check Grafoscopio + Pandoc. We can write pretty complex documents using it, like the Grafoscopio User M

Re: [Pharo-users] PharoDays?

2018-02-28 Thread Stephane Ducasse
Or 24-25 of May Or 31 - 1 June? On Wed, Feb 28, 2018 at 6:09 PM, Stephane Ducasse wrote: > Hi guys > > many people are asking when and where there will be PharoDays. > And we do not know. > We are looking for local organisers and else we do it at Lille. > Now what would be a good date? > > What a

[Pharo-users] PharoDays?

2018-02-28 Thread Stephane Ducasse
Hi guys many people are asking when and where there will be PharoDays. And we do not know. We are looking for local organisers and else we do it at Lille. Now what would be a good date? What about 7-8 June? Stef

Re: [Pharo-users] Adding text files to a commit

2018-02-28 Thread Peter Uhnák
> And it turns out that if the file is unchanged, then adding it to the index has no effect, so I can skip that step. this is equivalent to "git add"; further git can only track changes... so adding a file that hasn't changed produces an empty diff I have it on a class-side in a script method... w