Re: [Pharo-users] Class disappear from Nautilus, in Pharo 4

2016-11-11 Thread Thierry Goubier
Le 11/11/2016 à 12:16, Hilaire a écrit : I sorted out the problem by copying then renaming the class and categorising the copy. I would suggest then rebuilding your image from scratch now. I know I would be worried by a possible incorrect state of RPackageOrganizer. Regards, Thierry Thank

Re: [Pharo-users] Class disappear from Nautilus, in Pharo 4

2016-11-11 Thread Hilaire
I sorted out the problem by copying then renaming the class and categorising the copy. Thanks Hilaire Le 11/11/2016 à 11:48, Hilaire a écrit : >> What about converting the mcz to filetree, and reworking (updating by >> > hand the package structure)? > May be, there are several way, but it is lik

Re: [Pharo-users] Class disappear from Nautilus, in Pharo 4

2016-11-11 Thread Hilaire
Hi Thierry, Le 11/11/2016 à 11:23, Thierry Goubier a écrit : > Can you track down in your package versions where it stopped being > categorized properly? Is Nautilus unable to browse uncategorised class? I track the problem to March 2016, a few weeks after switching to Pharo4 (at least this class

Re: [Pharo-users] Class disappear from Nautilus, in Pharo 4

2016-11-11 Thread Thierry Goubier
Le 11/11/2016 à 10:51, Hilaire a écrit : Hi Henrik, It was categorized since years, and now I can see it disappeared from the Monticello save, since maybe one year, glup! This is scarring as reloading code in fresh image will lead to missing code. Can you track down in your package versions wh

Re: [Pharo-users] Class disappear from Nautilus, in Pharo 4

2016-11-11 Thread Hilaire
Hi Henrik, It was categorized since years, and now I can see it disappeared from the Monticello save, since maybe one year, glup! This is scarring as reloading code in fresh image will lead to missing code. Forcing recategorisation leads to another error, see log. Thanks Hilaire Le 11/11/2016

Re: [Pharo-users] Class disappear from Nautilus, in Pharo 4

2016-11-11 Thread Henrik Nergaard
Looks like the class was created without a package? Try something like: CGPhone category: 'PackageName' Best regards, Henrik -Original Message- From: Pharo-users [mailto:pharo-users-boun...@lists.pharo.org] On Behalf Of Hilaire Sent: Friday, November 11, 2016 10:15 AM To: pharo-use