Re: [Pharo-users] Error: RemoteString past end of file on Pharo 4.0

2015-05-04 Thread Marcus Denker
On Mon, May 4, 2015 at 12:22 AM, Cyril Ferlicot wrote: > It happend to me when I renamed some .image without renaming the .change > file. > Maybe that's the problem. > Yes! That is the reason. This error means that the pointer to the .changes file is not valid. (each method encodes the offset i

Re: [Pharo-users] Glamorous Toolkit questions

2015-05-04 Thread Andrei Chis
Hi, On Mon, May 4, 2015 at 2:21 AM, Mariano Martinez Peck wrote: > Hi guys, > > I am already enjoying GTSpotter every day. I cannot believe how good it > is. And I tell youI have been using this kind of tool since the first > available one we have YEARS ago (Algernon, then Spotlight etc...)

Re: [Pharo-users] Glamorous Toolkit questions

2015-05-04 Thread Andrei Chis
On Mon, May 4, 2015 at 3:40 AM, Mariano Martinez Peck wrote: > > > On Sun, May 3, 2015 at 9:21 PM, Mariano Martinez Peck < > marianop...@gmail.com> wrote: > >> Hi guys, >> >> I am already enjoying GTSpotter every day. I cannot believe how good it >> is. And I tell youI have been using this ki

Re: [Pharo-users] Glamorous Toolkit questions

2015-05-04 Thread Sven Van Caekenberghe
> On 04 May 2015, at 11:10, Andrei Chis wrote: > > - copying an URL with a smalltalk code from Sven's service for sharing code > in Spotter will show you the code; on enter a playground is opened with that > code (to try it out: http://ws.stfx.eu/57CRUZKXOUIO) Ah, I always wondered how to do

Re: [Pharo-users] Issue with GT-Debugger

2015-05-04 Thread Andrei Chis
I need to double check again that the fix solves this problem and then backport it from Pharo 5 to Pharo 4. Cheers, Andrei On Sun, May 3, 2015 at 10:12 PM, Tudor Girba wrote: > Indeed, it's a known issue and Andrei already investigated it. There is a > discussion on the Pharo-dev mailing list.

Re: [Pharo-users] mac address on windows

2015-05-04 Thread Usman Bhatti
On Sun, May 3, 2015 at 4:22 PM, Pierce Ng wrote: > On Sat, May 02, 2015 at 03:55:47PM +0200, Usman Bhatti wrote: > > 1/ OSProcess: I tried (PipeableOSProcess command: 'ipconfig /all') > output. > > I have used http://www.smalltalkhub.com/#!/~hernan/ProcessWrapper > successfully > back when I was

[Pharo-users] How to display a text with a really large font?

2015-05-04 Thread stepharo
Hi I read the comment of TextMorph | font1 font2 t1 t2 tMorph| tMorph := TextMorph new. font1 := (TextFontReference toFont: (StrikeFont familyName: 'Atlanta' size: 22)). font2 := (TextFontReference toFont: (StrikeFont familyName: 'Atlanta' size: 11)). t1 := 'this is font1' asText addAttribute

Re: [Pharo-users] How to display a text with a really large font?

2015-05-04 Thread Nicolai Hess
Don't know for sure what the maximum StrikeFont size, but for FT - Fonts you can use any (?) size: (of course, the FT/TTF-font should be in the system/image). | font1 font2 t1 t2 tMorph| tMorph := TextMorph new. font1 := (TextFontReference toFont: (StrikeFont familyName: 'Bitmap DejaVu Sans' size:

Re: [Pharo-users] Issue with GT-Debugger

2015-05-04 Thread Andrei Chis
I made a slice for backporting the fix to Pharo 4: https://pharo.fogbugz.com/f/cases/15423/Backport-Pharo4-15422-SHTextStyler-styleInBackgroundProcess-should-not-set-the-text-if-styling-process-was-terminated Can you load it and check that it fixes the problem. Cheers, Andrei On Mon, May 4, 2015

[Pharo-users] [SURVEY] Pillar input/output files.

2015-05-04 Thread Cyril Ferlicot
Hi, I'm currently working on the way we manage the input files and the output files. The way we manage the files now makes hard some improvement of Pillar. That's why with Damien we though about makes some changes. The changes are big so I wanted to talk about that with you. We propose to have alwa

[Pharo-users] Editing Pillar

2015-05-04 Thread Norbert Hartl
I know there are few threads about Pillar these days. I'm sorry if I'm repeating another present question. What would be the best way to edit a pillar file in the image. Is there some nice rubric editor or the like where I can edit pillar syntax with highlighting? And has this something like the

Re: [Pharo-users] [SURVEY] Pillar input/output files.

2015-05-04 Thread Damien Cassou
Cyril Ferlicot writes: > Hi, > I'm currently working on the way we manage the input files and the output > files. > The way we manage the files now makes hard some improvement of Pillar. > That's why with Damien we though about makes some changes. The changes > are big so I wanted to talk about

Re: [Pharo-users] Glamorous Toolkit questions

2015-05-04 Thread Mariano Martinez Peck
On Mon, May 4, 2015 at 6:03 AM, Andrei Chis wrote: > Hi, > > > On Mon, May 4, 2015 at 2:21 AM, Mariano Martinez Peck < > marianop...@gmail.com> wrote: > >> Hi guys, >> >> I am already enjoying GTSpotter every day. I cannot believe how good it >> is. And I tell youI have been using this kind o

Re: [Pharo-users] mac address on windows

2015-05-04 Thread Ben Coman
As a complete newb to VM building I found this fairly straight forward (on a Mac btw). https://github.com/pharo-project/pharo-vm cheers -ben On Mon, May 4, 2015 at 5:28 PM, Usman Bhatti wrote: > > > On Sun, May 3, 2015 at 4:22 PM, Pierce Ng wrote: > >> On Sat, May 02, 2015 at 03:55:47PM +0200,

Re: [Pharo-users] [Pharo-dev] [SURVEY] Pillar input/output files.

2015-05-04 Thread Guillermo Polito
If I understand correctly... then, why the pillar.conf is not just a pillar file? (And the conf is the header if the file?) :) El lun., 4 de may. de 2015 a la(s) 2:50 p. m., Damien Cassou < damien.cas...@inria.fr> escribió: > > Cyril Ferlicot writes: > > > Hi, > > I'm currently working on the wa

Re: [Pharo-users] Glamorous Toolkit questions

2015-05-04 Thread Andrei Chis
On Mon, May 4, 2015 at 2:52 PM, Mariano Martinez Peck wrote: > > > On Mon, May 4, 2015 at 6:03 AM, Andrei Chis > wrote: > >> Hi, >> >> >> On Mon, May 4, 2015 at 2:21 AM, Mariano Martinez Peck < >> marianop...@gmail.com> wrote: >> >>> Hi guys, >>> >>> I am already enjoying GTSpotter every day. I

Re: [Pharo-users] Glamorous Toolkit questions

2015-05-04 Thread Mariano Martinez Peck
On Mon, May 4, 2015 at 10:01 AM, Andrei Chis wrote: > > > On Mon, May 4, 2015 at 2:52 PM, Mariano Martinez Peck < > marianop...@gmail.com> wrote: > >> >> >> On Mon, May 4, 2015 at 6:03 AM, Andrei Chis >> wrote: >> >>> Hi, >>> >>> >>> On Mon, May 4, 2015 at 2:21 AM, Mariano Martinez Peck < >>> ma

Re: [Pharo-users] [Pharo-dev] [SURVEY] Pillar input/output files.

2015-05-04 Thread Ben Coman
+1. I can't think of any detractions. On Mon, May 4, 2015 at 8:59 PM, Guillermo Polito wrote: > If I understand correctly... then, why the pillar.conf is not just a > pillar file? (And the conf is the header if the file?) :) > > El lun., 4 de may. de 2015 a la(s) 2:50 p. m., Damien Cassou < > d

Re: [Pharo-users] [Pharo-dev] [SURVEY] Pillar input/output files.

2015-05-04 Thread Guillermo Polito
Well, I'm using pillar for static web page generation. In such case, I don't need a main document. What would be, more specifically, the impact over me? I know that - I will have to move my input files inside a mysite.pillar and... what else? El lun., 4 de may. de 2015 a la(s) 3:23 p. m., Ben C

Re: [Pharo-users] [Pharo-dev] [SURVEY] Pillar input/output files.

2015-05-04 Thread Damien Cassou
Guillermo Polito writes: > If I understand correctly... then, why the pillar.conf is not just a pillar > file? (And the conf is the header if the file?) :) my middle-term goal is to simplify/remove as much as possible both the pillar.conf and compile.sh scripts. -- Damien Cassou http://damien

Re: [Pharo-users] [Pharo-dev] [SURVEY] Pillar input/output files.

2015-05-04 Thread Damien Cassou
Guillermo Polito writes: > Well, I'm using pillar for static web page generation. In such case, I > don't need a main document. > > What would be, more specifically, the impact over me? I know that > - I will have to move my input files inside a mysite.pillar > > and... what else? static web p

Re: [Pharo-users] [Pharo-dev] [SURVEY] Pillar input/output files.

2015-05-04 Thread Norbert Hartl
> Am 04.05.2015 um 15:52 schrieb Damien Cassou : > > > Guillermo Polito writes: > >> Well, I'm using pillar for static web page generation. In such case, I >> don't need a main document. >> >> What would be, more specifically, the impact over me? I know that >> - I will have to move my input

Re: [Pharo-users] [Moose-dev] Issue with GT-Debugger

2015-05-04 Thread Alexandre Bergel
Ok! I will try! Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. > On May 4, 2015, at 7:37 AM, Andrei Chis wrote: > > I made a slice for backporting the fix to Pharo 4: > https://pharo.fog

[Pharo-users] [SURVEY] Code Critics Usage

2015-05-04 Thread Yuriy Tymchuk
Dear Pharo developers, I kindly ask you to participate in the Code Critics mini-survey: https://www.esurveycreator.com/s/8af18d8. It will take only a coupe minutes of your time (or less), and will give us the better understanding of how Code Critics are currently used and how to improve them.

Re: [Pharo-users] [Pharo-dev] [SURVEY] Code Critics Usage

2015-05-04 Thread Jigyasa Grover
Done ! On Mon, May 4, 2015 at 9:47 PM, Yuriy Tymchuk wrote: > Dear Pharo developers, > > I kindly ask you to participate in the Code Critics mini-survey: > https://www.esurveycreator.com/s/8af18d8. > It will take only a coupe minutes of your time (or less), and will give us > the better understa

Re: [Pharo-users] [Pharo-dev] [SURVEY] Code Critics Usage

2015-05-04 Thread Alexandre Bergel
Done! -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. > On May 4, 2015, at 12:41 PM, Jigyasa Grover wrote: > > Done ! > > On Mon, May 4, 2015 at 9:47 PM, Yuriy Tymchuk

Re: [Pharo-users] [Pharo-dev] [SURVEY] Code Critics Usage

2015-05-04 Thread Mark Rizun
Me too :) 2015-05-04 20:45 GMT+03:00 Alexandre Bergel : > Done! > > > -- > _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: > Alexandre Bergel http://www.bergel.eu > ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. > > > > On May 4, 2015, at 12:41 PM, Jigyasa Grover > wrote: > > Done ! > > On

Re: [Pharo-users] [Pharo-dev] [SURVEY] Code Critics Usage

2015-05-04 Thread Thomas Heniart
Done :) 2015-05-04 18:58 GMT+02:00 Mark Rizun : > Me too :) > > 2015-05-04 20:45 GMT+03:00 Alexandre Bergel : > >> Done! >> >> >> -- >> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: >> Alexandre Bergel http://www.bergel.eu >> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. >> >> >> >> On M

Re: [Pharo-users] How to display a text with a really large font?

2015-05-04 Thread stepharo
Thanks Of course I was stupid not to see that it was doing a ref to font not loaded. I would like to design a big display showing keybinding the first time you open a tool. A bit like the growl but... I'm not sure that I should play with that but this is tempting. Stef Le 4/5/15 13:31, Nic

Re: [Pharo-users] Questions about MetaLink

2015-05-04 Thread Marcus Denker
> >> For instance, in order to address a layer with no MetaObjects execution, a >> layer with MetaObjects for logging or breakpoints, an other layer with >> custom MetaObjects, etc. >> I don't see how it would be possible to limit the scope of the active layers >> configuration, just for a block e

Re: [Pharo-users] [ANN] Idea icon pack now in Configuration Browser

2015-05-04 Thread Offray Vladimir Luna Cárdenas
At least in my Image they do. I send you an screenshot. Cheers, Offray El 04/05/15 a las 01:48, Esteban Lorenzano escribió: On 04 May 2015, at 03:00, Offray Vladimir Luna Cárdenas mailto:off...@riseup.net>> wrote: +1 to Sven and Norbert. I will integrate them to my app. By the way the small

Re: [Pharo-users] [ANN] Idea icon pack now in Configuration Browser

2015-05-04 Thread Esteban Lorenzano
ahhh… is “print it”, not “print”… and it is correct like until I find something better… because both are more or less same, but changes where they direct result of execution :) > On 04 May 2015, at 21:57, Offray Vladimir Luna Cárdenas > wrote: > > At least in my Image they do. I send you an s

Re: [Pharo-users] Editing Pillar

2015-05-04 Thread Tudor Girba
Take a look at the support from GT-Inspector: http://www.humane-assessment.com/blog/writing-pillar-books-with-the-gtinspector/ Cheers, Doru On Mon, May 4, 2015 at 2:09 PM, Norbert Hartl wrote: > I know there are few threads about Pillar these days. I'm sorry if I'm > repeating another presen

Re: [Pharo-users] Aio Plugin error

2015-05-04 Thread Demian Schkolnik
Hello all again. I updated the VM, but the error still appears. It appears only the first time I run my tests. I DO have the latest version of OSProcess-AIO. Any thoughts? Thanks! El vie., 1 de may. de 2015 a la(s) 6:38 p. m., Demian Schkolnik < demianschkol...@gmail.com> escribió: > Thank you ph

Re: [Pharo-users] Glamorous Toolkit questions

2015-05-04 Thread Sergio Fedi
> > > - copying an URL with a smalltalk code from Sven's service for sharing > code in Spotter will show you the code; on enter a playground is opened > with that code (to try it out: http://ws.stfx.eu/57CRUZKXOUIO) > > Ah, I always wondered how to do that. Great! > > But, but, impossible to figure

Re: [Pharo-users] [Pharo-dev] [SURVEY] Code Critics Usage

2015-05-04 Thread Sergio Fedi
Done!​

Re: [Pharo-users] [ANN] Idea icon pack now in Configuration Browser

2015-05-04 Thread Offray Vladimir Luna Cárdenas
May be the small icon of the glasses works better now that the print preview is not "polluting" the writing of code, but has a tooltip with glasses on it. Cheers, Offray El 04/05/15 a las 15:25, Esteban Lorenzano escribió: ahhh… is “print it”, not “print”… and it is correct like until I find

Re: [Pharo-users] [ANN] Idea icon pack now in Configuration Browser

2015-05-04 Thread Esteban Lorenzano
> On 05 May 2015, at 01:10, Offray Vladimir Luna Cárdenas > wrote: > > May be the small icon of the glasses works better now that the print preview > is not "polluting" the writing of code, but has a tooltip with glasses on it. no, because that’s the icon for “inspect” and what you see there