Ah, that's a nice, simple solution. I don't have an immediate need for
it, but I'm going to save it just in case. Thanks for posting!

-Dennis

On Dec 16, 2:58 am, jj <[email protected]> wrote:
> I finally figured out that this minimal script does it.
>
> tell application "BBEdit"
>         if front window = find window or front window = find multiple window
> then
>                 set tmp to text 1 of front window
>                 set text 1 of front window to text 2 of front window
>                 set text 2 of front window to tmp
>         end if
> end tell
>
> Best regards.
>
> On Nov 21, 12:22 pm, jj <[email protected]> wrote:
>
>
>
> > Does anybody know of a command  (keyboard shortcut, applescript, ...)
> > to switch the find and replace strings in the find / multifile find
> > dialogs.
> > I often review the replaced strings after  a 'Replace all' by
> > searching with the replacement string and for now the only way I found
> > to do it is by cutting and pasting in the find dialogs — which
> > requires lots of mouse and keyboard gymnastics.
>
> > Best regards

-- 
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.

Reply via email to