I've never made "macros" or anything like that with any program.
I'm moving my php code to use "gettext", so I have to look for all my static text and change it up.
For example, I need to change page title
to <?php echo _('page title'); ?>
.
I don't think there is a way to change it all up in one shot, as it involves looking to see if it looks like static text, but I'm sure it's possible in one of those editors to maybe, select a text, press some keyboard shortcut, and it would do the replacement for me.
Is that possible? How?
I have both Dreamweaver and Notepad++ handy. I'm open to using some other tool.
Thanks!