Re: [Pharo-project] bug? Lazy Class creation via method saving not stored in recent changes log

2012-02-14 Thread Max Bareis
Hi Stef, this is also easy to create with the same steps in 1.4a 14329 save your image create ClassA create ClassAmethodA with: ClassB methodB save it choose define new class press OK on the Information Required Box and check the recover lost changes. There should be one entry regarding the

Re: [Pharo-project] bug? Lazy Class creation via method saving not stored in recent changes log

2012-02-14 Thread Max Bareis
Hi Stef, additionally Renaming is also stored only partially in changes log. save your image rename the ClassB of the former example to ClassC via ctrl-click menu. check recover lost changes There you should see the change in the method but not the class rename. Regards Max Am 14.02.2012 um

[Pharo-project] bug? Lazy Class creation via method saving not stored in recent changes log

2012-02-13 Thread Max Bareis
Hi, I have encountered the issue, that the class creation is not stored in recent changes log when I process the following steps (ClassB does not exist): ClassAmethodA ClassB methodB. save. Now a popup appears and offers the creation of the ClassB. After accepting the class is

Re: [Pharo-project] bug? Lazy Class creation via method saving not stored in recent changes log

2012-02-13 Thread Stéphane Ducasse
thanks Max Yes this is probably a problem with the notification of class definition. Do you have a step by step reproduce able case for 1.4. Stef On Feb 13, 2012, at 4:34 PM, Max Bareis wrote: Hi, I have encountered the issue, that the class creation is not stored in recent changes log