[BUG] [FIX] Scamper Bookmarks

Jack Johnson fragment at nas.com
Tue Jan 21 23:43:33 UTC 2003


Forgive me if someone has already mentioned this, but I'm an extreme 
Squeak newbie.

I noticed bookmarks weren't working in Scamper, and after a little bit 
of hunting and figuring out how Smalltalk and Scamper work, I noticed 
that loadBookmark never gets called, so after testing it with:

     Scamper new loadBookmark openAsMorph.

I ended up adding:

     self loadBookmark.

as the next to the last line in initialize.  I hope this was the right 
place for the fix.

-Jack



More information about the Squeak-dev mailing list