Applescript – Search and replace in Merlin

It’s been a while since we’ve posted the last applescript sample for Merlin. The following code, when copied, pasted in an empty applescript file and compiled can be used for “Search & Replace in Merlin projects”. It prompts for the string to be searched. Asks for the replacement string and informs in case it succeeds or the string had not been found at all.

Enjoy 🙂
__

(*
	This script goes throught all activities of the top most opened project, asks for the string to search, prompts for the string to replace with, checks the title, notes, additional title and subtitle of the activities for the searched text, and replaces the unwanted string.
	Written by Vicky Stamatopoulou
	For ProjectWizards
	Oct 7, 2010
*)

Continue reading