Re: [Pharo-users] Lockup when inspecting Text

2016-05-25 Thread Alistair Grant
On Wed, May 25, 2016 at 08:18:08PM +0200, Alistair Grant wrote: > On Wed, May 25, 2016 at 07:08:53PM +0200, Alistair Grant wrote: > > On Wed, May 25, 2016 at 04:08:49PM +, Henrik Nergaard wrote: > > > Could you post the string/text object you have trouble inspecting? > > > Both: "Text new inspe

Re: [Pharo-users] Lockup when inspecting Text

2016-05-25 Thread Alistair Grant
On Wed, May 25, 2016 at 07:08:53PM +0200, Alistair Grant wrote: > On Wed, May 25, 2016 at 04:08:49PM +, Henrik Nergaard wrote: > > Could you post the string/text object you have trouble inspecting? > > Both: "Text new inspect" and " (String loremIpsum: 1234) asText inspect" > > works fine for

Re: [Pharo-users] Lockup when inspecting Text

2016-05-25 Thread Alistair Grant
On Wed, May 25, 2016 at 04:08:49PM +, Henrik Nergaard wrote: > Could you post the string/text object you have trouble inspecting? > Both: "Text new inspect" and " (String loremIpsum: 1234) asText inspect" > works fine for me (Image 60035). Inspecting the following will trigger the CPU loop:

Re: [Pharo-users] Lockup when inspecting Text

2016-05-25 Thread Henrik Nergaard
Could you post the string/text object you have trouble inspecting? Both: "Text new inspect" and " (String loremIpsum: 1234) asText inspect" works fine for me (Image 60035). I can't interrupt the display (Ctrl-.). Try (Alt-.) Best regards, Henrik -Original Message- From: Pharo-us

Re: [Pharo-users] Lockup when inspecting Text

2016-05-25 Thread Alistair Grant
On Wed, May 25, 2016 at 05:56:27PM +0200, Alistair Grant wrote: > Hi All, > > I've got a Text object which I can inspect the string or the runs, but > when I attempt to inspect the text object itself Pharo goes into a CPU > loop and becomes unresponsive. I can't interrupt the display (Ctrl-.). >