Re: [Pharo-dev] Fixing DNU binding in GT and Nautilus

2015-01-16 Thread kilon alios
Thank you Stef On Fri, Jan 16, 2015 at 11:57 PM, stepharo wrote: > DoesNotUnderstand > Le 15/1/15 19:37, kilon alios a écrit : > > what DNU means ? is it the same as MNU ? > > On Thu, Jan 15, 2015 at 6:07 PM, Andrei Chis > wrote: > >> Should be Alain's repo: >> http://smalltalkhub.com/mc/Alain

Re: [Pharo-dev] Fixing DNU binding in GT and Nautilus

2015-01-16 Thread stepharo
DoesNotUnderstand Le 15/1/15 19:37, kilon alios a écrit : what DNU means ? is it the same as MNU ? On Thu, Jan 15, 2015 at 6:07 PM, Andrei Chis mailto:chisvasileand...@gmail.com>> wrote: Should be Alain's repo: http://smalltalkhub.com/mc/AlainPlantec/Rubric/main/ If you do not hav

Re: [Pharo-dev] Fixing DNU binding in GT and Nautilus

2015-01-15 Thread kilon alios
what DNU means ? is it the same as MNU ? On Thu, Jan 15, 2015 at 6:07 PM, Andrei Chis wrote: > Should be Alain's repo: > http://smalltalkhub.com/mc/AlainPlantec/Rubric/main/ > If you do not have access I can commit the change for you. > > On Thu, Jan 15, 2015 at 5:03 PM, Nicolai Hess wrote: > >

Re: [Pharo-dev] Fixing DNU binding in GT and Nautilus

2015-01-15 Thread Andrei Chis
Should be Alain's repo: http://smalltalkhub.com/mc/AlainPlantec/Rubric/main/ If you do not have access I can commit the change for you. On Thu, Jan 15, 2015 at 5:03 PM, Nicolai Hess wrote: > The fix is in 4.0 446 but only for SmalltalkEditor. Where should we put > the fix for RubSmalltalkEditor?

Re: [Pharo-dev] Fixing DNU binding in GT and Nautilus

2015-01-15 Thread Nicolai Hess
The fix is in 4.0 446 but only for SmalltalkEditor. Where should we put the fix for RubSmalltalkEditor? 2015-01-14 22:49 GMT+01:00 stepharo : > Thanks marcus > > I just open another one :( because I houtgh that my mail did go through. I > will close it. > > Le 14/1/15 13:02, Marcus Denker a écri

Re: [Pharo-dev] Fixing DNU binding in GT and Nautilus

2015-01-14 Thread stepharo
Thanks marcus I just open another one :( because I houtgh that my mail did go through. I will close it. Le 14/1/15 13:02, Marcus Denker a écrit : I have opened an issue for this: https://pharo.fogbugz.com/f/cases/14731/Fixing-DNU-binding-in-GT-and-Nautilus On 13 Jan 2015, at 20:11, stephar

[Pharo-dev] Fixing DNU binding in GT and Nautilus

2015-01-14 Thread stepharo
Hi in nautilus method pane and GT, when I select a global variable such as SystemOrganization and press command B + N I get DNU binding. Apparently this DNU only happen when the name does not match any class substring Transcript or Undeclared will not raise an error because we have classes ha

Re: [Pharo-dev] Fixing DNU binding in GT and Nautilus

2015-01-14 Thread Marcus Denker
I have opened an issue for this: https://pharo.fogbugz.com/f/cases/14731/Fixing-DNU-binding-in-GT-and-Nautilus > On 13 Jan 2015, at 20:11, stepharo wrote: > > Hi > > in nautilus method pane and GT, when I select

[Pharo-dev] Fixing DNU binding in GT and Nautilus

2015-01-14 Thread stepharo
Hi in nautilus method pane and GT, when I select a global variable such as SystemOrganization and press command B + N I get DNU binding. Apparently this DNU only happen when the name does not match any class substring Transcript or Undeclared will not raise an error because we have classes ha