BeeDee:
--------------------------------------------------------------------------------
I did a search for some text with a regular expression that I wanted to upper
case.

I then made a macro (Start Recording Macro) that upper cases that selected text
(Ctrl-Alt-U) and then does a Find Next (F3), and saved it (Stop Recording Macro)
as "macro" under the F5 command.

Then when I hit F5 to execute the macro, it just deletes the text that was
selected and doesn't do the Find Next either.
--------------------------------------------------------------------------------


Hi, macro features are a bit limited, most notably they don't work with
searching (and replacing); these items are not even recorded to the macro file.
For a quick solution, you can just record uppercasing as a macro and assign it
to F5, set the search expression and press repeatedly F3, F5 ...
(Maybe it can be automated with autohotkey or similar, if it is worth it - I
haven't tried this one.)

Or you can use the scripting, which is much more comprehensive (but also more
complex).

hth,
   vbr

-- 
<http://forum.pspad.com/read.php?2,56661,56664>
PSPad freeware editor http://www.pspad.com

Odpovedet emailem