[squeak-dev] Re: Image Management

Andreas Raab andreas.raab at gmx.de
Sat Jul 31 21:21:22 UTC 2010


How's this for starters?

SystemNavigation new browseAllSelect:[:method|
	method fileIndex > 1 "only look at changes file"
		and:[method timeStamp beginsWith: 'your-initials-here'].
].

Cheers,
   - Andreas

On 7/31/2010 1:30 PM, Casey Ransberger wrote:
> Hey all,
>
> I have a giant pile of images from the last two years. Many of them have
> experiments I'd rather not lose, but I tend to meander in a Squeak
> image, and forget to name the image files well, so I basically have a
> lot of images that might have interesting changes, and no easy way to
> figure out which ones I want to keep around, or extract things from.
>
> I've gone through most of them manually. I'd like to be able to search
> an image for changes that have my initials attached to them, though,
> because poking around in a change sorter is perilous when there've been
> changes from the trunk (it's noisy.) I don't know enough about how/where
> changes are kept in the system to do that though.
>
> Any help would be much appreciated! I'd love it if I could inspect
> something in particular and find the data structure that my changes live in.
>
> --
> Casey Ransberger
>
>
>
>




More information about the Squeak-dev mailing list