Status: Accepted
Owner:
[hidden email]
New issue 3974 by
[hidden email]: [RPackage] rpackage do not update
when adding a category
http://code.google.com/p/pharo/issues/detail?id=3974In 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?