Re: [Pharo-users] about Groups in Nautilus

2015-03-22 Thread stepharo
Hi Stef, with Nicolai, we considered it would be nice to have everything (groups and scoping) based on RBEnvironments... for me groups are just a way to filter and is stable over time. And that we needed a way, for interactive use, to have 'live' or 'auto-updating' RBEnvironments (but maybe

Re: [Pharo-users] about Groups in Nautilus

2015-03-22 Thread Thierry Goubier
Hi Stef, with Nicolai, we considered it would be nice to have everything (groups and scoping) based on RBEnvironments... And that we needed a way, for interactive use, to have 'live' or 'auto-updating' RBEnvironments (but maybe an environment used during a mass refactoring shouldn't be live h

[Pharo-users] about Groups in Nautilus

2015-03-22 Thread stepharo
Hi I'm analysing the behavior of groups in nautilus. - Add group works well. This is really cool to be able to promote a package in the top focus list. The problem is that the group is not polymorph to a package so we cannot publish but for now this should be ok. -2 Now Add as