change “find in reference” in BBEdit
This is very cool. You can change the site the BBEdit uses to “find in reference”, as helpfully noted by Peter Rukavina… thank you Peter!
If you use TextWrangler BBEdit to edit PHP files, you may find the following shell command useful (pointer from here):
defaults write com.barebones.bbeditServices:ADCReferenceSearchTemplate "http://www.php.net/%@"This will set the TextWrangler “Find in Reference” contextual menu item to look up the selected text on the PHP website (rather than on the Apple Developer Connection site, which is the default).
Technorati Tags: php, programming, bbedit, Mac



Leave a comment