In Inbox. http://code.google.com/p/pharo/issues/detail?id=2329.
Details: Michael Roberts-2 wrote: > > I appreciate I hijacked this thread somewhat.... > That's it - I'm pissed and I'm taking my damn thread back ;-) Sean P. DeNigris wrote: > > http://code.google.com/p/pharo/issues/detail?id=2329 > > Pharo image: Pharo 1.0 > > In Monticello Browser, when I click "+Repository" and select "directory," > I'd love to be taken right to the directory where I keep my local > repositories, instead of having to click to the same place over and over. > Okay, now that we're back on track... Stéphane Ducasse wrote: > > it would be good to be able to > either choose to have one local cache on the side of the image > or one shared among image - this implies a way to store and set it up > => probably a class variable + a setting in 1.1 > Steph, I followed your suggestion and implemented it as a class var + settings. I had to add the capability to have directory-type settings (which was very similar to the existing file type settings, predictably). Summary: * Added ability to System-Settings to have directory-based settings * Added defaultDirectoryName setting to Settings-Monticello * Added feature to Monticello to remember parent directory where user likes to keep local repository directories and start directory-choosing dialogs there. * Tested (by hand) in PharoCore1.1ALPHA Latest update: #11312 Sean -- View this message in context: http://n4.nabble.com/Fix-2329-Default-MC-Directory-Setting-tp2019559p2019559.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com. _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
