Re: [Pharo-users] Glamorous Toolkit questions

2015-05-04 Thread Ben Coman
On Mon, May 4, 2015 at 8: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 of tool since the first available one we have YEARS ago (Algernon, then

Re: [Pharo-users] Pharo 4 Playground open file menu

2015-05-04 Thread Bernardo Ezequiel Contreras
The same as Phil mentioned, but with Emacs on Debian Wheezy you get a lot of ^M and Emacs says this about the coding system: - -- undecided-unix (alias: unix) No conversion on encoding, automatic conversion on decoding. Type: undecided (do automatic conversion) On Sun, May 3, 2015 at 5:46 PM,

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

2015-05-04 Thread Esteban Lorenzano
On 04 May 2015, at 03:00, Offray Vladimir Luna Cárdenas off...@riseup.net wrote: +1 to Sven and Norbert. I will integrate them to my app. By the way the smallPrintItIcon and the smallDoItIcon look pretty similar, so some kind of change would be nice. they don’t: maybe you are

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 cyril.ferli...@gmail.com 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

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 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 of tool since the first available one we have YEARS ago (Algernon, then

Re: [Pharo-users] Glamorous Toolkit questions

2015-05-04 Thread Andrei Chis
On Mon, May 4, 2015 at 3:40 AM, Mariano Martinez Peck marianop...@gmail.com 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

Re: [Pharo-users] Glamorous Toolkit questions

2015-05-04 Thread Sven Van Caekenberghe
On 04 May 2015, at 11:10, Andrei Chis chisvasileand...@gmail.com 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

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 tu...@tudorgirba.com wrote: Indeed, it's a known issue and Andrei already investigated it. There is a discussion on the

Re: [Pharo-users] mac address on windows

2015-05-04 Thread Usman Bhatti
On Sun, May 3, 2015 at 4:22 PM, Pierce Ng pie...@samadhiweb.com 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

[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

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'

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

[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

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

2015-05-04 Thread Damien Cassou
Cyril Ferlicot cyril.ferli...@gmail.com 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

Re: [Pharo-users] Glamorous Toolkit questions

2015-05-04 Thread Mariano Martinez Peck
On Mon, May 4, 2015 at 6:03 AM, Andrei Chis chisvasileand...@gmail.com 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

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 usman.bha...@gmail.com wrote: On Sun, May 3, 2015 at 4:22 PM, Pierce Ng pie...@samadhiweb.com wrote: On

Re: [Pharo-users] Glamorous Toolkit questions

2015-05-04 Thread Andrei Chis
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 chisvasileand...@gmail.com wrote: Hi, On Mon, May 4, 2015 at 2:21 AM, Mariano Martinez Peck marianop...@gmail.com wrote: Hi guys, I am already enjoying

Re: [Pharo-users] Glamorous Toolkit questions

2015-05-04 Thread Mariano Martinez Peck
On Mon, May 4, 2015 at 10:01 AM, Andrei Chis chisvasileand...@gmail.com 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 chisvasileand...@gmail.com wrote: Hi, On Mon, May 4, 2015 at 2:21 AM,

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 guillermopol...@gmail.com 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.

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

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

2015-05-04 Thread Damien Cassou
Guillermo Polito guillermopol...@gmail.com 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. --

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

2015-05-04 Thread Damien Cassou
Guillermo Polito guillermopol...@gmail.com 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

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 damien.cas...@inria.fr: Guillermo Polito guillermopol...@gmail.com 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

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 chisvasileand...@gmail.com wrote: I made a slice for backporting the fix to Pharo

[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 yuriy.tymc...@me.com 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

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 grover.jigya...@gmail.com 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 alexandre.ber...@me.com: Done! -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. On May 4, 2015, at 12:41 PM, Jigyasa Grover

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,

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 evaluation

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] 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 out

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 off...@riseup.net 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

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 off...@riseup.net wrote: At least in my Image they do. I

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 norb...@hartl.name wrote: I know there are few threads about Pillar these days. I'm sorry if I'm

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 off...@riseup.net mailto:off...@riseup.net wrote: +1 to Sven and Norbert. I will integrate them to my app. By