Re: [Pharo-project] VM freezes sending #basicNew to Stream subclass

2011-12-04 Thread Sven Van Caekenberghe
+100 On 04 Dec 2011, at 00:07, Igor Stasenko wrote: On 3 December 2011 01:30, Stéphane Ducasse stephane.duca...@inria.fr wrote: We will have to track when this error was introduced may be this is the runtimeError fix that we pushed. We should check on images to spot this regression. Now

Re: [Pharo-project] Pharo VMs should be more Pharo-like

2011-12-04 Thread Stefan Marr
Hi: On 04 Dec 2011, at 03:47, Esteban Lorenzano wrote: 2. Is it possible to have a 'smart' version of the fullscreen feature, at least on Snow Leopard? Currently, it is blanking out my second screen. I read that VMware Fusion introduce such a 'smart' full screen functionality, that does

Re: [Pharo-project] VM freezes sending #basicNew to Stream subclass

2011-12-04 Thread Stéphane Ducasse
I agree with you. Nevertheless it seems that there is a bug in the debugger. In a workspace, type this and debug it: Stream basicNew printString. Step over basicNBew. Step into printString. Step into printStringLimitedTo: 5 Step into streamContents: [:s | self printOn: s] limitedTo:

[Pharo-project] [update 1.4] #14244

2011-12-04 Thread Marcus Denker
14244 - Issue 5048: Move Transcript to Tools Package http://code.google.com/p/pharo/issues/detail?id=5048 Issue 5047: Stream should not print its contents in printOn: http://code.google.com/p/pharo/issues/detail?id=5047 Issue 5053: ZnChunkedReadStream

[Pharo-project] [COTDC] 90 - TextAlignment

2011-12-04 Thread sean
Continuing in Collections... Today: TextAlignment Comment Of The Day Contest - One Day One Comment Rules: #1: Each day a not commented class is elected. Each day the best comment will be integrated with name of the author(s). #2: If you cannot comment it, deprecate it. Results:

Re: [Pharo-project] [Pharo-users] [COTDC] 90 - TextAlignment

2011-12-04 Thread laurent laffont
On Thu, Dec 1, 2011 at 2:05 PM, s...@clipperadams.com wrote: Continuing in Collections... Today: TextAlignment I'm a Text attribute that tells how content should be aligned. TextMorph new newContents: (Text streamContents: [:aStream| aStream nextPutAll: 'Left flush' asText; cr;

Re: [Pharo-project] OBPane coordinates

2011-12-04 Thread Sean P. DeNigris
Sean P. DeNigris wrote Still very curious about this... It was a submorph of a TransformMorph. The class comment of TransformMorph cleared it up. -- View this message in context: http://forum.world.st/OBPane-coordinates-tp4144519p4157322.html Sent from the Pharo Smalltalk mailing list

Re: [Pharo-project] Chasing Browsers

2011-12-04 Thread Sean P. DeNigris
Bump. Anyone? Bueller? -- View this message in context: http://forum.world.st/Chasing-Browsers-tp4102608p4157383.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.

Re: [Pharo-project] Chasing Browsers

2011-12-04 Thread Lukas Renggli
Maybe you use the wrong browser? AFAIK, only OB implements it. Lukas On 4 December 2011 18:08, Sean P. DeNigris s...@clipperadams.com wrote: Bump. Anyone? Bueller? -- View this message in context: http://forum.world.st/Chasing-Browsers-tp4102608p4157383.html Sent from the Pharo Smalltalk

[Pharo-project] Keymapping OB conflict (was Re: Chasing Browsers)

2011-12-04 Thread Sean P. DeNigris
Lukas Renggli wrote Maybe you use the wrong browser? AFAIK, only OB implements it. Ahh, thank you Lukas. It seems like a bug in Keymapping. What do you think, Guillermo? The situation: In 1.2.2, I get anOBSendersBrowser. However in 1.3 rc, from a method definition in OB: - if I

Re: [Pharo-project] Keymapping OB conflict (was Re: Chasing Browsers)

2011-12-04 Thread Lukas Renggli
Maybe you use the wrong browser? AFAIK, only OB implements it. Ahh, thank you Lukas. It seems like a bug in Keymapping. What do you think, Guillermo? Keymapping? I don't think that would work with OB that has its own keymapping. The problem you observe is a long standing bug: if you don't

Re: [Pharo-project] startup errors

2011-12-04 Thread Sean P. DeNigris
Igor Stasenko wrote We invented a way to hack an image with Camillo. Instead of hacking VM :) THis is easy and fast. Cool! What does it mean to hack an image? When you wrote: Igor Stasenko wrote look at settings, there's already an option to save a new version of image before quit.

Re: [Pharo-project] startup errors

2011-12-04 Thread Schwab,Wilhelm K
+1 on the option being too late. Given my dislike of silent failures, I can't object to some means of drawing attention to the problem, and failure to start certainly does that. However, there should be a way to allow the image to start in the (likely?) event that it can assist in its repair

Re: [Pharo-project] startup errors

2011-12-04 Thread Igor Stasenko
On 4 December 2011 20:46, Sean P. DeNigris s...@clipperadams.com wrote: Igor Stasenko wrote We invented a way to hack an image with Camillo. Instead of hacking VM :) THis is easy and fast. Cool! What does it mean to hack an image? When you wrote: Igor Stasenko wrote look at settings,

Re: [Pharo-project] Keymapping OB conflict (was Re: Chasing Browsers)

2011-12-04 Thread Sean P. DeNigris
Lukas Renggli wrote OB. This means, if you select the method and press Cmd+n it should Bummer, Cmd-n with a method name selected in OB system browser still brings up the non-chasing senders browser. -- View this message in context: