[Pharo-users] Multiple Browsers

2014-02-27 Thread Thomas Worthington
Is it expected that two browsers open on the same class don't reflect the same state if one of them is used to edit the class? I'm sure this used to work, although I might be getting mixed up with Emacs. TW

Re: [Pharo-users] [ANN] Spec documentation in PFTE book finished

2014-02-13 Thread Thomas Worthington
On Thu, 13 Feb 2014 15:08:32 -, kilon alios wrote:I think its great that Spec has finally documentation, it makes it far easier for me to use Spec and evaluate its usefulness. Thank you for your effort. Seconded. If the English is at this level all the way through I, as a native English speak

Re: [Pharo-users] [ANN] Spec documentation in PFTE book finished

2014-02-13 Thread Thomas Worthington
On Thu, 13 Feb 2014 12:42:59 -, Robert Shiplett wrote:"Creating a specific UI always starts with the subclassing of ""ComposableModel""."The above is passive with 2 gerunds. But is perfectly good and clear English nonetheless.

Re: [Pharo-users] Life, Ukraine, Developers

2014-01-25 Thread Thomas Worthington
this is important. Sorry guys for taking your time, but I was touched by this pull request and just wanted to share what is happening around. Cheers! Uko -- Thomas Worthington Tech Nouveau

[Pharo-users] SequenceableCollection and remove:

2013-07-01 Thread Thomas Worthington
Why does SequencableCollection>>#remove:ifAbsent: say self shouldNotImplement ? All the subclasses I've looked at do implement some sort of removal methods. Thomas

Re: [Pharo-users] #stable not defined

2013-06-12 Thread Thomas Worthington
On Wed, 12 Jun 2013 07:03:46 +0100, Stéphane Ducasse wrote: Thomas Worthington-2 wrote I'm still trying to get to the point where I can produce a working application and be familiar with how things work in a proper, modern OO system. I'm employed during the day as a PHP-

Re: [Pharo-users] #stable not defined

2013-06-11 Thread Thomas Worthington
to. On Tue, 11 Jun 2013 22:44:34 +0100, Sean P. DeNigris wrote: Thomas Worthington-2 wrote it would be nice if the "stable version" did not appear as an option on those which do not have one. I couldn't agree more. The configuration browser seems extremely limited. I

[Pharo-users] #stable not defined

2013-06-11 Thread Thomas Worthington
Pick something in the configuration browser's unverified tab at random and the chances are that "Install configuration (stable version)" will fail with "#stable not defined" - tonight I tried FileSystem, Moose, CairoGraphics and Cog and all of them failed - some of them taking quite a long time to

[Pharo-users] String replacement

2013-05-27 Thread Thomas Worthington
I've got a string which is the header section of an email. I have a regex which will split a header field name from its data (ie, "From: j...@null.com" becomes "From" and "j...@null.com") but some header lines are long and have been continued by inserting a newline and one or more spaces. Before s