I use multi-file search on very large files, so I would like each result in the multi-file search window to be collapsed by default instead of expanded to show each occurrence. To accomplish that, I used the following "expert preferences" command in Terminal (which I found at http://www.barebones.com/support/bbedit/arch_bbedit961.html):
defaults write com.barebones.bbedit Search:AlwaysFlattenSearchResultsLists > -bool YES Now, in com.barebones.bbedit.plist, I see this: <key>Search:AlwaysFlattenSearchResultsLists</key> > <true/> However, the multi-file search window still expands all results by default. Am I doing something incorrectly? -- This is the BBEdit Talk public discussion group. If you have a feature request or would like to report a problem, please email "[email protected]" rather than posting to the group. Follow @bbedit on Twitter: <http://www.twitter.com/bbedit> --- You received this message because you are subscribed to the Google Groups "BBEdit Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected].
