On 19 Sep 2013, at 15:00, Ross Ahmed wrote:
Is it possible to save a macro that uses the find & replace dialogue box?
Yes, the button you press in the dialog, while recording a macro, will cause the window’s current state to be saved (in the macro) with the action, as opposed to using something like Edit → Find → Find Next, which only put “findNext:” in the macro (using the current search string).
Lets say I want to save a macro that uses find & replace with a regular expression to surround any number with “". For example, the macro would replace any instances of “123" with **123. Is this possible?
\d+
**$0**
When you save the macro, you can see how your actions got interpreted and can make minor edits to the property list in the bundle editor.