April 8, 2011
2:38 p.m.
Status: Accepted Owner: cy.delau...@gmail.com New issue 3974 by cy.delau...@gmail.com: [RPackage] rpackage do not update when adding a category http://code.google.com/p/pharo/issues/detail?id=3974 In a 1.3 image, When I add a category to the default browser, RPackage is not updated accordingly, it does not register the new package. Adding a category in the default browser will send addCategory:before: to SystemOrganizer , which never emit any event (contrary to SystemOrganizer>>addCategory:). Therefore RPackage is never aware of any change. Should add a notification in SystemOrganizer>>addCategory?