Re: [Pharo-users] [ann] pillar text editor

2016-10-11 Thread stepharo
Le 10/10/16 à 08:59, Tudor Girba a écrit : Hi, On Oct 10, 2016, at 8:48 AM, stepharo wrote: Doru do you think that we could get a simple visitor that could create a preview in Pharo? What kind of preview? Like LaTeX :) but simpler Large and Nice fonts for section would be a good start.

Re: [Pharo-users] double dispatch example

2016-10-11 Thread stepharo
Tx todd For me it was too complex. I should check the book and andres and now I used the examples given my alex. Le 10/10/16 à 09:24, Todd Blanchard a écrit : On Sep 13, 2016, at 12:35, Denis Kudriashov > wrote: 2016-09-13 20:56 GMT+02:00 stepharo

Re: [Pharo-users] Pharo5 download for linux - interpreter cannot read image file

2016-10-11 Thread stepharo
Hi andreas are you using Pharo at work :)? Can we know more? Stef Le 11/10/16 à 17:28, Andreas Sunardi a écrit : I confirmed the new version is working just fine. If this info is helpful, I'm running this new version on my CentOS 6.5 at my work. On Tue, Oct 11, 2016 at 3:02 AM, Esteban

Re: [Pharo-users] Pharo5 download for linux - interpreter cannot read image file

2016-10-11 Thread Andreas Sunardi
I confirmed the new version is working just fine. If this info is helpful, I'm running this new version on my CentOS 6.5 at my work. On Tue, Oct 11, 2016 at 3:02 AM, Esteban Lorenzano wrote: > I made a new version of http://files.pharo.org/platform/Pharo5.0-linux- > oldLibC.zip, based on Yan's

Re: [Pharo-users] Debugger with inlined methods

2016-10-11 Thread Esteban Lorenzano
> On 11 Oct 2016, at 15:43, Vitor Medina Cruz wrote: > > Hello, > > I was TTDing today with Pharo and some odd thing happened. I had a method > that just returned false and while debugging I could not step into it (i > wanted to change the method while debugging), I suppose the method was >

[Pharo-users] Debugger with inlined methods

2016-10-11 Thread Vitor Medina Cruz
Hello, I was TTDing today with Pharo and some odd thing happened. I had a method that just returned false and while debugging I could not step into it (i wanted to change the method while debugging), I suppose the method was inlined and so debugging was not available, is that correct? Regards, Vi

Re: [Pharo-users] Pharo5 download for linux - interpreter cannot read image file

2016-10-11 Thread Esteban Lorenzano
I made a new version of http://files.pharo.org/platform/Pharo5.0-linux-oldLibC.zip, based on Yan's VM... They should work fine. Now... I need a CentOS compatible VM :P Esteban > On 10 Oct 2016, at 08:29, Esteban Lorenzano wrote: > > >> On 10 Oct 2016, at 05:47, Andreas Sunardi >