Re: [Pharo-users] Can I create a personal slice?

2014-08-10 Thread Tim Mackinnon
Hi Ben - I’m familiar with what you describe, and I guess I will have a poke. I have noticed I can type - , and put some text like “Person—MyChanges-description” - so maybe I should just do that in my repo? Sean’s suggestion of a change set is a decent fallback, however given we have code

Re: [Pharo-users] Can I create a personal slice?

2014-08-10 Thread Ben Coman
Tim Mackinnon wrote: Hi Ben - I’m familiar with what you describe, and I guess I will have a poke. I have noticed I can type - , and put some text like “Person—MyChanges-description” - so maybe I should just do that in my repo? Sean’s suggestion of a change set is a decent fallback,

Re: [Pharo-users] Website redirects?

2014-08-10 Thread Esteban Lorenzano
oops I will fix it :P (yes, I changed the urls) Esteban On 09 Aug 2014, at 13:33, Tim Mackinnon tim@testit.works wrote: Another url was: http://www.pharo.org/get-involved On 9 Aug 2014, at 12:32, Tim Mackinnon tim@testit.works wrote: Guys - some of the URL’s on the pharo website have

Re: [Pharo-users] Categorise method defaults?

2014-08-10 Thread stepharo
It is just a glitch. I worked on a better categoriser and it requires one or two days of polishing to integrate it. If you want to help just ask. Stef On 9/8/14 16:23, Tim Mackinnon wrote: When using Pharo 4.0 - if I create a new class (subclass of Object) and then create a new class method

Re: [Pharo-users] Categorise method defaults?

2014-08-10 Thread p...@highoctane.be
I am interested in that categorizer, especially to tweak it to my own patterns of use. Where is it? Will it work in 3.0? (As 3.0 is the release we can use for production code). Phil ​

[Pharo-users] Updating the list of users

2014-08-10 Thread Alexandre Bergel
Hi! We try to keep track of users of Roassal. It would be great to have your logo on http://objectprofile.com/Users.html So, if you are a Roassal (or Hapao, Roassal3d, Spy) user, let us know please! It helps building a strong community. Cheers, Alexandre --

Re: [Pharo-users] Can I create a personal slice?

2014-08-10 Thread Tim Mackinnon
Thanks guys - I was offline and didn't notice the replies. Definitely good to know I can do this. Tim Sent from my iPhone On 10 Aug 2014, at 10:34 pm, Benjamin benjamin.vanryseghem.ph...@gmail.com wrote: A slice is basically just a set of mcz files So there is no problem at all to use

Re: [Pharo-users] How do I trace through implementors in Pharo?

2014-08-10 Thread p...@highoctane.be
On Sun, Aug 10, 2014 at 11:33 PM, Tim Mackinnon tim@testit.works wrote: As I relearn/learn how to use Pharo, I’m struck by some of the excellent changes and confounded by some of the simple things that boggle me. So, I wanted to follow a path through some message sends - the use of

Re: [Pharo-users] How do I trace through implementors in Pharo?

2014-08-10 Thread Thierry Goubier
Le 10/08/2014 23:33, Tim Mackinnon a écrit : As I relearn/learn how to use Pharo, I’m struck by some of the excellent changes and confounded by some of the simple things that boggle me. So, I wanted to follow a path through some message sends - the use of #alert:title: in UIManager

Re: [Pharo-users] How do I trace through implementors in Pharo?

2014-08-10 Thread Dale Henrichs
Tim, If there is a colon in one of the arguments (like in a Symbol) then the selector parser gets confused ... Dale On Sun, Aug 10, 2014 at 3:13 PM, p...@highoctane.be p...@highoctane.be wrote: On Sun, Aug 10, 2014 at 11:33 PM, Tim Mackinnon tim@testit.works wrote: As I relearn/learn how

Re: [Pharo-users] How do I trace through implementors in Pharo?

2014-08-10 Thread Ben Coman
Dale Henrichs wrote: Tim, If there is a colon in one of the arguments (like in a Symbol) then the selector parser gets confused ... Dale I never noticed before, but I've confirmed that behaviour and logged a case. https://pharo.fogbugz.com/default.asp?13826 Open a