Bookmarks: Check (almost)
Peter Jaros - Thursday, July 19, 2007 at 07:47 AMMan, is this only my second post here? I’m not too good at this, am I?
Luckily, I’ve got nothing but good news to report. The bookmark code is now feature-complete! It’s also pretty much at zarro boogs. (Can you be almost at zarro boogs?). All that’s left is a little code clean up. About half the existing bookmark code was unused scripting support which I’ve partly used and partly overridden. I’m going to weed out what’s not being used and move what is being used into my ScriptingSupport.mm silo. I’m implementing scripting as a series of categories on various classes, which seems like the cleanest, most encapsulated way to do it. They all reside in one file, ScriptingSupport.mm. Someday that file may have to split, but at least the scripting support will remain separated from the ordinary implementation of the classes, which I think is important.
Nitty gritty under the fold:

