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

system.verbs.builtins.opmlEditor.prefs.openToolPage

on openToolPage (toolname) {
	<<Changes
		<<8/9/08; 7:18:14 AM by DW
			<<Opens the prefs page for a tool.
	webbrowser.bringtofront ();
	webbrowser.openurl (opmlEditor.data.urls.toolPrefsPage + toolname)}
<<bundle //test code
	<<openToolPage ("WordPress")



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.