Hi,
I have been trying to get a macro to work in my configuration and it's
really beginning to drive me nuts.
Currently I'm just trying on the macro below which is a modified version
of the example from the docs. (I changed emphasis to strong since I am
in an XHTML context).
Pressing F2 does nothing. I can find the command in Tools -> Execute
Command..., but if I try to execute it I simply get "cannot execute
convertToBold". I had hoped that turning on trace would tell me just why
the command can not be executed, but it seems to make no difference. How
do you guys do this? I'm running the professional version 3.7.1.
<binding>
<keyPressed code="F2" />
<command name="convertToBold" />
</binding>
<command name="convertToBold">
<macro trace="true">
<sequence>
<command name="convert"
parameter="[implicitElement] strong" />
</sequence>
</macro>
</command>
BTW - is there a way to search the mailing list archive? I have been
trying to find an answer to the above question from the archives, but it
seemed to require that I read the pas 7 years worth of messages, so I
gave up after going about a year back in time. Google does not seem to
index the archive, so that was no help.
Martin
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://www.xmlmind.com/pipermail/xmleditor-support/attachments/20080311/34d6ee9a/attachment.htm