Monday, November 08, 2010 at 12:00 AM.

scripting2Suite.oldstuff.switchDecoration

on switchDecoration (adrnewoutline) {
	<<Changes
		<<6/10/10; 12:26:03 AM by DW
			<<Created. 
	local (adrfront = address (window.frontmost ()), width, height, horiz, vert);
	window.getsize (adrfront, @width, @height);
	window.getposition (adrfront, @horiz, @vert);
	window.close (adrfront);
	scripting2Suite.editor.openDecorations (adrnewoutline, width, height, horiz, vert)}



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.