Monday, November 08, 2010 at 12:02 AM.
system.verbs.builtins.Frontier.tools.data.windowTypes.outlinerFile.revert
on revert (adr) { local (f); if window.attributes.getOne ("f", @f, adr) { local (adrType = parentOf (this^)); local (windowType = nameOf (adrType^)); window.attributes.makeEmpty (adr); window.attributes.setOne ("type", windowType, adr); local (x, y, height, width); window.getPosition (adr, @x, @y); window.getSize (adr, @width, @height); adrType^.open (f, adr, true); window.setSize (adr, width, height); window.setPosition (adr, x, y); edit (adr); return (true)}; return (false)}
This listing is for code that runs in the OPML Editor environment. I created these listings because I wanted the search engines to index it, so that when I want to look up something in my codebase I don't have to use the much slower search functionality in my object database. Dave Winer.