Page 1 of 1

xtools updated on sourceforge

Posted: Mon Sep 05, 2011 11:06 am
by xbytor
It's been awhile since I've refreshed xtools on sourceforge, so I kicked a one out this morning.

Most of the changes have been to a new file xtools/xlib/psx.jsx, a lighter-weight version of stdlib.js which has grown fairly large.
Much of those changes have centered around localization and refining the behaviour of some of the panels it defines.

I've also made some initial changes to xexec.js to use app.system if available. This means that you no longer need the
macexec.app in Presets/Scripts to run system commands for versions of CS that support app.system() calls.

xtools updated on sourceforge

Posted: Mon Oct 10, 2011 9:16 am
by medsont
can you post Xtools updated links
Thanks

xtools updated on sourceforge

Posted: Mon Oct 10, 2011 7:50 pm
by xbytor
The list of packaged releases can always be found here:
http://sourceforge.net/projects/ps-scri ... es/xtools/ ... es/xtools/

This link will get you a snapshot (GNU tarball) of the current state of the xtools CVS repository.
http://ps-scripts.cvs.sourceforge.net/v ... /?view=tar ... /?view=tar
You can use 7Zip on Windows to extract the files or tar on OS X.

The CVS Repository can be browsed here:
http://ps-scripts.cvs.sourceforge.net/v ... ts/xtools/ ... ts/xtools/
I try to sync my local copy with sourceforge twice a month or so.

This link describes how to access the CVS Repository:
http://sourceforge.net/scm/?type=cvs&group_id=173281

-X