[texworks] New script function: TW.getEngineList()

Stefan Löffler st.loeffler at gmail.com
Fri Aug 31 08:07:01 CEST 2012


Hi,

in r1024 (http://code.google.com/p/texworks/source/detail?r=1024), I
implemented the new scripting function TW.getEngineList (suggested by
Antonio: http://code.google.com/p/texworks/issues/detail?id=597). It
returns a list of objects with "name" as the only property. So you can
use something like (all safety checks omitted)
engines = TW.getEngineList();
engines[0]["name"];

HTH
Stefan

PS: Please note that this may be subject to changes in the future when
work on project support and/or the editor progresses.


More information about the texworks mailing list