On Jan 21, 2010, at 2:30 18PM, David Röthlisberger wrote:
OR2PackageBrowser does not open, it lacks a defaultRootNode method returning other than nil. Is the focus mainly on the O2* browsers, or should OR2* also work?
How did you spot this problem? From within the O2 browser, OR2PackageBrowser works. OR2PackageBrowser is not meant to be used independently from the O2 browser. Something like 'OR2PackageBrowser open' is not supposed to work, as the OR2PackageBrowser gets the root node from the O2 browser, so there is no reasonable default root node.
Or do you see other problems when using OR2PackageBrowser from within O2?
David
I did OR2PackageBrowser open directly, thinking it was a standalone browser. :/ Not quite sure how/when I use it from within O2, but the refactoring items I've tried in O2PackageBrowser seem to work :) Quick question: How do you open a browser of methods referring an instance variable from the O2PackageBrowser? Cheers, Henry