Hiho all --
I just installed version 2.0.025 for CS mac and there's an odd bug with AreaText. It spits back the following:
Java constructor for "com.scriptographer.ai.Path" with arguments "com.scriptographer.ai.Rectangle" not found. (/Applications/Adobe Illustrator CS/Plug-ins.localized/Scriptographer/scripts/GLAD/glad3_latestcs.js#228)
var npath = new Rectangle(posx, boxposy , boxsize, tboxheight);
var tpath = new Path(npath);
var text = new AreaText(tpath); // create the PointText item
text.content = ad_text;
text.characterStyle = textStyle;