http://marianopeck.wordpress.com/2012/02/26/nautilus-the-reborn-of-the-syste... https://ci.lille.inria.fr/pharo/view/Nautilus%201.4/job/Nautilus/
Thanks for the hint. Just one detail I do not like about Nautilus so far is that the switch between class/instance is done using just one button. Please note that I had load failures when loading Nautilus before loading Seaside. Loading Seaside first caused no problems. ------------------------------------------- The only problem I had so far was that I'm not able to access my classes that I created with the default browser... Regards Roger
The only problem I had so far was that I'm not able to access my classes that I created with the default browser...
Ugh. That is weird. The classes you created with the default browser dont show up in the Nautilus Browser? I never had this issue, can you reproduce?
On Mon, Apr 30, 2012 at 7:44 PM, Francois Stephany < tulipe.moutarde@gmail.com> wrote:
The only problem I had so far was that I'm not able to access my classes
that I created with the default browser...
Ugh. That is weird. The classes you created with the default browser dont show up in the Nautilus Browser? I never had this issue, can you reproduce?
sounds weird. Is it reproducible ? give us full steps info :) -- Mariano http://marianopeck.wordpress.com
probably just a refresh problem. Stef On Apr 30, 2012, at 9:02 PM, Mariano Martinez Peck wrote:
On Mon, Apr 30, 2012 at 7:44 PM, Francois Stephany <tulipe.moutarde@gmail.com> wrote:
The only problem I had so far was that I'm not able to access my classes that I created with the default browser...
Ugh. That is weird. The classes you created with the default browser dont show up in the Nautilus Browser? I never had this issue, can you reproduce?
sounds weird. Is it reproducible ? give us full steps info :)
-- Mariano http://marianopeck.wordpress.com
The only problem I had so far was that I'm not able to access my classes that I created with the default browser...
i once had something similar: i loaded a package via monticello, did something strange while or after doing that (forgot what it was), and one of the loaded objects was not visible in its usual package. i then found it in _UnpackagedPackage, but the object itself was not visible in the second pane, only the methods and categories in the third and fourth pane. the second pane was completely empty. werner
Thanks for the report if you get a reproducible case we will chase the bug. Stef On May 3, 2012, at 4:55 PM, Werner Kassens wrote:
The only problem I had so far was that I'm not able to access my classes that I created with the default browser...
i once had something similar: i loaded a package via monticello, did something strange while or after doing that (forgot what it was), and one of the loaded objects was not visible in its usual package. i then found it in _UnpackagedPackage, but the object itself was not visible in the second pane, only the methods and categories in the third and fourth pane. the second pane was completely empty. werner
Thanks for the report if you get a reproducible case we will chase the bug.
Hi Stéphane, i tried but didnt manage to reproduce that case. i also noticed that the greyed-out objects with Extensions are sometimes in the package itself, sometimes in the extra part with the yellow M. in my described case half of the greyed-out objects were in the package, the other half in the yellow M thing. but i even could not reproduce this behaviour. i'd like to know what rule uses nautilus to decide where to put those objects? (i once lost 2 greyed-out objects although the *extension category was there when i looked at those objects in its original package) Hi Roger, i'd probably take a virgin image and load the package where you lost the object. if the object is there, fine; if not you could send that package to the list so that the specialists can have a look. werner
participants (5)
-
Francois Stephany -
Mariano Martinez Peck -
Roger Gilliar -
Stéphane Ducasse -
Werner Kassens