Hi Can anyone tell me how to get syntax checking support...perhaps through using MTAC??
having to compile every time I want to check syntax is a real bottleneck....
Thanks Jim Bachalo
[e] jbach at bitstream.ca [c] 416.668.0034 [w] www.bitstream.ca -------------------------------------------- "...all improvisation is life in search of a style." - Bruce Mau,'LifeStyle'
Can anyone tell me how to get syntax checking support...perhaps through using MTAC??
I'm working on a solution which takes the output from MTASC and outputs HTML when there's an error, and a OK tooltip when things are fine. It's almost there but the links back to the files don't quite work just yet... I just don't know enough about bash and regular expressions :(
In the meantime if you create a new command containing the following with appropriate input/outputs (ie "none" and "show as tooltip") then it should speed things up for you.
/opt/mtasc/mtasc "$TM_FILEPATH" -mx -version 8;
The rest should be down to how much you know about MTASC.....