MCWorkingCopyBrowser has #workingCopy:, which I thought would allow me to programmatically select a working copy. Unfortunately, it doesn't update the UI. Poking around, I found that there are two mechanisms to update the working copy list selection - #workingCopySelection: and #workingCopySelectionWrapper: - and they are not connected. So I ended up with the really ugly: browser := MCWorkingCopyBrowser new. wrapper := MCDependentsWrapper with: wc model: browser. browser workingCopySelectionWrapper: wrapper. So my question is: is it worth it to open an issue/work on this? Will Ring/RPackage/other-new-thing replace this tool anytime soon? Sean -- View this message in context: http://forum.world.st/Monticello-Browser-Model-tp4101637p4101637.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.