Am 04.10.2011 um 4, 23:37 schrieb Grant Barrett: > As of version 10, BBEdit has begun changing my find-and-replaces under > certain circumstances. (Same in 10.0.01.) It's an incredibly > frustrating experience, not least because it's different than what > BBEdit has done for more than a decade. > > Here's what happens: > > I have two documents, A and B. I want to search for a string in A and > replace it with a string from B. > ... > At the moment I click in the "Find" window, what I have already pasted > in the "Replace" field disappears, reverting to what was last searched > for. > > What is happening here? I have scoured the prefs and the user manual > to no avail. I cannot for the life of me tell why this is happening. > > The only solution is to type out the strings, no matter how long and > complicated. How utterly frustrating.
I'm not quite sure if this is connected to your problem, but did you try this (quoted from BBEdit's Expert Preference Settings): Like many Mac OS X applications, BBEdit supports the "Find Scrap", a feature of the OS that enables sharing of the "search for" string between applications. Some applications put inappropriate content (such as Web search strings) on the Find Scrap, which can cause the "search for" string in BBEdit's Find dialog to be replaced when you didn't expect it. To tell BBEdit not to import the Find Scrap into its Find window, nor to export the "search for" string to the Find Scrap: defaults write com.barebones.bbedit FindDialog_UsesFindScrap -bool NO Regards, Roland -- You received this message because you are subscribed to the "BBEdit Talk" discussion group on Google Groups. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at <http://groups.google.com/group/bbedit?hl=en> 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>
