Is there something to use to edit Unity Javascript on Mac other than UniTron?
Why not UniTron.. No codebreak points or markers. UniTron is extremely weak in terms of parsing - it doesn't highlight variable type declarations, and it often mistakenly parses entire blocks as comments such as :
F=m*a; //*damping; I=F*t; disp.text=I.ToString();
Because of the `//*` in damping, everything after that will show with same highlighting as comments on UniTron...
Also see suggestions here -- http://answers.unity3d.com/questions/5394/javascript-editor
– yoyo