I like how WinEdt has a PDFTeXify script, with an associated button, which re-runs everything necessary until you get a PDF, and also opens the PDF in a viewer. I want the same thing for XeTeX, but I'm finding it a bit difficult to make heads or tails of the PDFTexify script source. Has someone written such a script I might use?
Also, supposing I have it, can it be easily added to the menus, i.e. with something like
ITEM="-"
ITEM="PDFTeXify"
CAPTION="XeTLaT&eXify"
IMAGE="TeXXeLaTeX"
SAVE_INPUT=1
MACRO="Exe('%b\Exec\TeX\XeLaTeXify.edt');"
SHORTCUT="24656::Shift+Ctrl+e"
REQ_FILTER=:something...
?
--engine=xetexswitch? This works for me if I just alter the PDFTeXify settings, with needing to go near the menus. – Joseph Wright♦ Dec 14 '11 at 20:19