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

system.verbs.apps.BBEdit.find

on find (s, selectionOnly = nil, caseSensitive = nil, entireWord = nil, wrapAround = nil, startAtTop = nil, extendSelection = nil, reverseSearch = nil, grep = nil, multiFile = nil, startingAt = nil, nestedFolders = nil, skipShielded = nil, skipSystem = nil, textFilesOnly = nil) {
	<<Searches for text in the front window, or optionally in multiple files.
	<<Revisions:
		<<11/01/95 ECT: fixed incomplete definition
	return (appleEvent (BBEdit.id, 'R*ch', 'Find', '----', string (s), 'Osel', boolean (selectionOnly), 'Case', boolean (caseSensitive), 'Word', boolean (entireWord), 'Wrap', boolean (wrapAround), 'Top ', boolean (startAtTop), 'Xsel', boolean (extendSelection), 'Back', boolean (reverseSearch), 'Grep', boolean (grep), 'MltF', boolean (multiFile), 'Strt', filespec (startingAt), 'Nstd', boolean (nestedFolders), 'Shld', boolean (skipShielded), 'SysF', boolean (skipSystem), 'txtF', boolean (textFilesOnly)))}



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.