Hi,
just wondering if this is possible yet? I've just tried to record one and it won't let me save.
I want to create a macro (and assign a keyboard shortcut) so that I can select text and do things like Ctrl+B, Ctrl+I to wrap the selection in <b>...</b> or <i>...</i> etc. Is this possible at all?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
where the text in quotes represents individual keystrokes, e.g., <, b, >, <, /, b, >, etc. When you're finished, save the macro with a name and assign it to your preferred shortcut.
Regards.
Greg
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello
Is it possible to put regular expressions into macro ?
I tried to save search&replace (with regular extenssions) as macro...but it doesnt work :(
How to save it ?
I need to run search&replace jobs on many files every day... so i wanted to save it as macro :(
Help me please..
Radi
Hi,
just wondering if this is possible yet? I've just tried to record one and it won't let me save.
I want to create a macro (and assign a keyboard shortcut) so that I can select text and do things like Ctrl+B, Ctrl+I to wrap the selection in <b>...</b> or <i>...</i> etc. Is this possible at all?
Record the macros
<Ctrl-X> "<b></b>" <Left><Left><Left><Left> <Ctrl-V>
and
<Ctrl-X> "<i></i>" <Left><Left><Left><Left> <Ctrl-V>
where the text in quotes represents individual keystrokes, e.g., <, b, >, <, /, b, >, etc. When you're finished, save the macro with a name and assign it to your preferred shortcut.
Regards.
Greg
Unfortunately, you can not (yet).
Don